index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-18
net: Add ->neigh_lookup() operation to dst_ops
David S. Miller
3
-9
/
+6
2011-07-18
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
1
-3
/
+15
2011-07-18
ipv6: Get rid of rt6i_nexthop macro.
David S. Miller
1
-1
/
+0
2011-07-18
neigh: Pass neighbour entry to output ops.
David S. Miller
1
-9
/
+10
2011-07-17
neigh: Kill ndisc_ops->queue_xmit
David S. Miller
1
-1
/
+0
2011-07-17
neigh: Kill hh_cache->hh_output
David S. Miller
1
-2
/
+2
2011-07-17
neigh: Kill neigh_ops->hh_output
David S. Miller
1
-1
/
+0
2011-07-17
net: Create and use new helper, neigh_output().
David S. Miller
1
-0
/
+9
2011-07-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-38
/
+221
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-1
/
+2
2011-07-14
net: Embed hh_cache inside of struct neighbour.
David S. Miller
2
-10
/
+10
2011-07-13
mac80211: allow driver to disconnect after resume
Johannes Berg
1
-0
/
+23
2011-07-13
ipv4: Inline neigh binding.
David Miller
1
-1
/
+32
2011-07-11
cfg80211: fix docbook
Johannes Berg
1
-0
/
+1
2011-07-11
mac80211: add driver RSSI threshold events
Meenakshi Venkataraman
1
-0
/
+20
2011-07-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...
John W. Linville
6
-12
/
+75
2011-07-11
ipv4: Use universal hash for ARP.
David S. Miller
1
-0
/
+7
2011-07-11
neigh: Store hash shift instead of mask.
David S. Miller
1
-1
/
+1
2011-07-11
Bluetooth: Fixes l2cap "command reject" reply according to spec
Ilia Kolomisnky
1
-1
/
+18
2011-07-09
Bluetooth: Add support for returning the encryption key size
Vinicius Costa Gomes
1
-0
/
+1
2011-07-09
Bluetooth: Add support for storing the key size
Vinicius Costa Gomes
1
-1
/
+2
2011-07-09
Bluetooth: Remove unused field in hci_conn
Vinicius Costa Gomes
1
-1
/
+0
2011-07-09
Bluetooth: Add functions to manipulate the link key list for SMP
Vinicius Costa Gomes
1
-0
/
+5
2011-07-09
Bluetooth: Add new structures for supporting SM key distribution
Vinicius Costa Gomes
3
-0
/
+22
2011-07-09
Bluetooth: Add support for SMP phase 3 (key distribution)
Vinicius Costa Gomes
1
-0
/
+1
2011-07-08
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...
Thomas Graf
1
-1
/
+1
2011-07-08
mac80211: allow driver to generate P1K for IV32
Johannes Berg
1
-2
/
+22
2011-07-08
mac80211: allow drivers to access key sequence counter
Johannes Berg
1
-0
/
+60
2011-07-08
mac80211: fix TKIP races, make API easier to use
Johannes Berg
1
-26
/
+22
2011-07-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-0
/
+229
2011-07-08
sctp: Enforce retransmission limit during shutdown
Thomas Graf
1
-0
/
+1
2011-07-07
Bluetooth: Remove L2CAP busy queue
Mat Martineau
1
-4
/
+0
2011-07-07
Bluetooth: Use event-driven approach for handling ERTM receive buffer
Mat Martineau
1
-0
/
+2
2011-07-07
sock.h: Add a new sock zero-copy flag
Shirley Ma
1
-0
/
+1
2011-07-07
Bluetooth: Add lmp_host_le_capable() macro
Andre Guedes
2
-0
/
+6
2011-07-07
Bluetooth: Add enable_le module parameter
Andre Guedes
1
-0
/
+1
2011-07-07
Bluetooth: Write LE Host Supported command
Andre Guedes
1
-0
/
+6
2011-07-07
Bluetooth: Add extfeatures to struct hci_dev
Andre Guedes
2
-0
/
+5
2011-07-06
mac80211: support GTK rekey offload
Johannes Berg
1
-0
/
+20
2011-07-06
cfg80211/nl80211: support GTK rekey offload
Johannes Berg
1
-0
/
+26
2011-07-06
mac80211: allow driver to iterate keys
Johannes Berg
1
-0
/
+23
2011-07-06
net: sched: constify tcf_proto and tc_action
Eric Dumazet
3
-10
/
+12
2011-07-06
dcbnl: Add CEE notification
Shmulik Ravid
1
-1
/
+4
2011-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-1
/
+1
2011-07-06
ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.
David S. Miller
1
-1
/
+2
2011-07-06
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-1
/
+3
2011-07-05
NFC: add nfc generic netlink interface
Lauro Ramos Venancio
1
-0
/
+21
2011-07-05
NFC: add nfc subsystem core
Lauro Ramos Venancio
1
-0
/
+135
2011-07-05
mac80211: allow driver to impose WoWLAN restrictions
Johannes Berg
1
-0
/
+4
2011-07-02
ipv6: Don't put artificial limit on routing table size.
David S. Miller
1
-0
/
+1
[next]