Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
d3aaeb38c40e5a6c08dd31a1b64da65c4352be36
/
net
d3aaeb3
net: Add ->neigh_lookup() operation to dst_ops
by David S. Miller
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
9cbb7ec
ipv6: Get rid of rt6i_nexthop macro.
by David S. Miller
· 13 years ago
8f40b16
neigh: Pass neighbour entry to output ops.
by David S. Miller
· 13 years ago
69ecca8
net: vlan, qlcnic: make vlan_find_dev private
by David Lamparter
· 13 years ago
542d4d6
neigh: Kill ndisc_ops->queue_xmit
by David S. Miller
· 13 years ago
b23b545
neigh: Kill hh_cache->hh_output
by David S. Miller
· 13 years ago
47ec132
neigh: Kill neigh_ops->hh_output
by David S. Miller
· 13 years ago
0895b08
neigh: Simply destroy handling wrt. hh_cache.
by David S. Miller
· 13 years ago
05e3aa0
net: Create and use new helper, neigh_output().
by David S. Miller
· 13 years ago
a292829
ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbour
by David S. Miller
· 13 years ago
fec8292
ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour
by David S. Miller
· 13 years ago
25009a1
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 13 years ago
f0c50c7
Remove redundant variable/code in __qdisc_run
by Krishna Kumar
· 13 years ago
95a943c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
e20e694
net: remove SK_ROUTE_CAPS from meta ematch
by Michał Mirosław
· 13 years ago
974151e6
net: remove /sys/class/net/*/features
by Michał Mirosław
· 13 years ago
fec30c3
net: unexport netdev_fix_features()
by Michał Mirosław
· 13 years ago
1180e7d
net: cleanup vlan_features setting in register_netdev
by Michał Mirosław
· 13 years ago
6c9c1b5
net: vlan: remove reduntant check in ndo_fix_features callback
by Michał Mirosław
· 13 years ago
cc9f01b
af-packet: fix - avoid reading stale data
by Chetan Loke
· 13 years ago
6a7ebdf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
f6b72b62
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
201f92e
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 13 years ago
95acac6
mac80211: allow driver to disconnect after resume
by Johannes Berg
· 13 years ago
2fcf2824
mac80211: remove a redundant check
by Mohammed Shafi Shajakhan
· 13 years ago
5c25f68
net: Kill support for multiple hh_cache entries per neighbour
by David S. Miller
· 13 years ago
e69dd33
net: Push protocol type directly down to header_ops->cache()
by David S. Miller
· 13 years ago
3769cff
ipv4: Inline neigh binding.
by David Miller
· 13 years ago
e2270ea
netdevice: Kill 'feature' test macros.
by David S. Miller
· 13 years ago
ec0dd26
SUNRPC: Fix use of static variable in rpcb_getport_async
by Ben Greear
· 13 years ago
6d1a3e0
inetpeer: kill inet_putpeer race
by Eric Dumazet
· 14 years ago
55d9905
mac80211: allocate only one RX queue
by Johannes Berg
· 14 years ago
615f7b9
mac80211: add driver RSSI threshold events
by Meenakshi Venkataraman
· 14 years ago
4b42c54
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6
by John W. Linville
· 13 years ago
d859898
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 13 years ago
f610b74
ipv4: Use universal hash for ARP.
by David S. Miller
· 14 years ago
cd08933
neigh: Store hash shift instead of mask.
by David S. Miller
· 14 years ago
e2fd318
Bluetooth: Fixes l2cap "command reject" reply according to spec
by Ilia Kolomisnky
· 14 years ago
a48332f
skbuff: clear tx zero-copy flag
by Shirley Ma
· 14 years ago
8f36011
Bluetooth: Add support for returning the encryption key size
by Vinicius Costa Gomes
· 14 years ago
726b4ff
Bluetooth: Add support for storing the key size
by Vinicius Costa Gomes
· 14 years ago
5a0a8b4
Bluetooth: Add support for communicating keys with userspace
by Vinicius Costa Gomes
· 14 years ago
0eb08e3
Bluetooth: Remove unused field in hci_conn
by Vinicius Costa Gomes
· 14 years ago
02bc745
Bluetooth: Use the stored LTK for restabilishing security
by Vinicius Costa Gomes
· 14 years ago
e7e62c8
Bluetooth: Use the link key list to temporarily store the STK
by Vinicius Costa Gomes
· 14 years ago
16b9083
Bluetooth: Add support for storing the LTK
by Vinicius Costa Gomes
· 14 years ago
54790f7
Bluetooth: Fix SM pairing parameters negotiation
by Vinicius Costa Gomes
· 14 years ago
bea710f
Bluetooth: Reject an encryption request when the key isn't found
by Vinicius Costa Gomes
· 14 years ago
75d262c
Bluetooth: Add functions to manipulate the link key list for SMP
by Vinicius Costa Gomes
· 14 years ago
7034b91
Bluetooth: Add support for SMP phase 3 (key distribution)
by Vinicius Costa Gomes
· 14 years ago
cd4fcc7
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket
by Thomas Graf
· 14 years ago
a05e42c
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
3f97fae
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 14 years ago
40f5d72
dcbnl: unlock on an error path in dcbnl_cee_fill()
by Dan Carpenter
· 14 years ago
8fcbc63
XFRM: Fix memory leak in xfrm_state_update
by Tushar Gohad
· 14 years ago
1a84ff7
cfg80211: return -ENOENT when stopping sched_scan while not running
by Luciano Coelho
· 14 years ago
3f9aed7
Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 14 years ago
676b58c
mac80211: Restart STA timers only on associated state
by Rajkumar Manoharan
· 14 years ago
42d98795
mac80211: allow driver to generate P1K for IV32
by Johannes Berg
· 14 years ago
3ea542d
mac80211: allow drivers to access key sequence counter
by Johannes Berg
· 14 years ago
9e26297
mac80211: simplify RX PN/IV handling
by Johannes Berg
· 14 years ago
0cd20a2
mac80211: use AES_BLOCK_SIZE
by Johannes Berg
· 14 years ago
75396ae
mac80211: fix CMAC races
by Johannes Berg
· 14 years ago
aba83a0b
mac80211: fix CCMP races
by Johannes Berg
· 14 years ago
523b02e
mac80211: fix TKIP races, make API easier to use
by Johannes Berg
· 14 years ago
204d164
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
8a98d93
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem
by John W. Linville
· 14 years ago
b55c598
SUNRPC: Fix a race between work-queue and rpc_killall_tasks
by Trond Myklebust
· 14 years ago
f8d9605
sctp: Enforce retransmission limit during shutdown
by Thomas Graf
· 14 years ago
85746e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
fadd192
Bluetooth: Remove L2CAP busy queue
by Mat Martineau
· 14 years ago
e328140
Bluetooth: Use event-driven approach for handling ERTM receive buffer
by Mat Martineau
· 14 years ago
26f880d
Bluetooth: Move code for ERTM local busy state to separate functions
by Mat Martineau
· 14 years ago
8c156c3
Bluetooth: Fix potential deadlock in mgmt
by Andre Guedes
· 14 years ago
8aded71
Bluetooth: Fix potential deadlock in hci_core
by Andre Guedes
· 14 years ago
3445951
mac80211: fix TKIP replay vulnerability
by Johannes Berg
· 14 years ago
1186980
mac80211: fix ie memory allocation for scheduled scans
by Luciano Coelho
· 14 years ago
a7f9bec
batman-adv: request the full table if tt_crc doesn't match
by Antonio Quartulli
· 14 years ago
980d55b
batman-adv: keep global table consistency in case of roaming
by Antonio Quartulli
· 14 years ago
058d0e2
batman-adv: keep local table consistency for further TT_RESPONSE
by Antonio Quartulli
· 14 years ago
c8c991b
batman-adv: initialise last_ttvn and tt_crc for the orig_node structure
by Antonio Quartulli
· 14 years ago
31817df
packet: Fix build with INET disabled.
by David S. Miller
· 14 years ago
afe62c6
af_packet: lock imbalance
by Eric Dumazet
· 14 years ago
a6686f2
skbuff: skb supports zero-copy buffers
by Shirley Ma
· 14 years ago
2bda8a0
Disable router anycast address for /127 prefixes
by Bjørn Mork
· 14 years ago
9491230
sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it
by Wei Yongjun
· 14 years ago
fa36612
rose: Delete commented out references to ancient firewalling code.
by David S. Miller
· 14 years ago
f03d78d
net: refine {udp|tcp|sctp}_mem limits
by Eric Dumazet
· 14 years ago
2e65c9d
Bluetooth: Remove enable_smp parameter
by Andre Guedes
· 14 years ago
eead27d
Bluetooth: Add lmp_host_le_capable() macro
by Andre Guedes
· 14 years ago
e6100a2
Bluetooth: Add enable_le module parameter
by Andre Guedes
· 14 years ago
f9b4930
Bluetooth: Write LE Host Supported command
by Andre Guedes
· 14 years ago
971e3a4
Bluetooth: Add extfeatures to struct hci_dev
by Andre Guedes
· 14 years ago
c68f4b8
mac80211: support GTK rekey offload
by Johannes Berg
· 14 years ago
e5497d7
cfg80211/nl80211: support GTK rekey offload
by Johannes Berg
· 14 years ago
830af02
mac80211: allow driver to iterate keys
by Johannes Berg
· 14 years ago
aec2731
packet: Fix leak in pre-defrag support.
by David S. Miller
· 14 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 14 years ago
95ec3eb
packet: Add 'cpu' fanout policy.
by David S. Miller
· 14 years ago
Next »