Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Remove redundant variable/code in __qdisc_run | Krishna Kumar | 2011-07-15 | 1 | -3/+1 | |
|/ / / / | ||||||
* | | | | net: remove SK_ROUTE_CAPS from meta ematch | Michał Mirosław | 2011-07-14 | 1 | -7/+0 | |
* | | | | net: remove /sys/class/net/*/features | Michał Mirosław | 2011-07-14 | 1 | -2/+0 | |
* | | | | net: unexport netdev_fix_features() | Michał Mirosław | 2011-07-14 | 1 | -2/+1 | |
* | | | | net: cleanup vlan_features setting in register_netdev | Michał Mirosław | 2011-07-14 | 1 | -5/+2 | |
* | | | | net: vlan: remove reduntant check in ndo_fix_features callback | Michał Mirosław | 2011-07-14 | 1 | -2/+1 | |
* | | | | af-packet: fix - avoid reading stale data | Chetan Loke | 2011-07-14 | 1 | -1/+2 | |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 | 23 | -95/+197 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-07-13 | 2 | -17/+12 | |
| |\ \ \ \ | ||||||
| | * | | | | SUNRPC: Fix use of static variable in rpcb_getport_async | Ben Greear | 2011-07-12 | 1 | -1/+1 | |
| | * | | | | SUNRPC: Fix a race between work-queue and rpc_killall_tasks | Trond Myklebust | 2011-07-07 | 1 | -16/+11 | |
| * | | | | | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos... | Thomas Graf | 2011-07-08 | 2 | -8/+21 | |
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-07-08 | 10 | -27/+67 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-08 | 10 | -27/+67 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | mac80211: fix TKIP replay vulnerability | Johannes Berg | 2011-07-07 | 1 | -3/+13 | |
| | | * | | | | mac80211: fix ie memory allocation for scheduled scans | Luciano Coelho | 2011-07-07 | 1 | -1/+2 | |
| | | * | | | | cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex | Luciano Coelho | 2011-07-05 | 4 | -14/+34 | |
| | | * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/... | John W. Linville | 2011-07-05 | 4 | -9/+18 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Bluetooth: Fix memory leak under page timeouts | Tomas Targownik | 2011-06-30 | 1 | -0/+3 | |
| | | | * | | | | Bluetooth: Fix regression with incoming L2CAP connections | Gustavo F. Padovan | 2011-06-30 | 1 | -1/+2 | |
| | | | * | | | | Bluetooth: Fix hidp disconnect deadlocks and lost wakeup | Peter Hurley | 2011-06-30 | 2 | -7/+12 | |
| | | | * | | | | Bluetooth: Prevent buffer overflow in l2cap config request | Dan Rosenberg | 2011-06-28 | 1 | -1/+1 | |
| * | | | | | | | XFRM: Fix memory leak in xfrm_state_update | Tushar Gohad | 2011-07-08 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | sctp: Enforce retransmission limit during shutdown | Thomas Graf | 2011-07-07 | 4 | -13/+61 | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-07-07 | 16 | -56/+76 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it | Wei Yongjun | 2011-07-07 | 1 | -0/+23 | |
| | * | | | | | | net: refine {udp|tcp|sctp}_mem limits | Eric Dumazet | 2011-07-07 | 3 | -26/+5 | |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-07-05 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | libceph: fix page calculation for non-page-aligned io | Sage Weil | 2011-06-13 | 1 | -4/+6 | |
* | | | | | | | | | net: Embed hh_cache inside of struct neighbour. | David S. Miller | 2011-07-14 | 6 | -81/+48 | |
* | | | | | | | | | net: Kill support for multiple hh_cache entries per neighbour | David S. Miller | 2011-07-13 | 1 | -19/+18 | |
* | | | | | | | | | net: Push protocol type directly down to header_ops->cache() | David S. Miller | 2011-07-13 | 2 | -3/+2 | |
* | | | | | | | | | ipv4: Inline neigh binding. | David Miller | 2011-07-13 | 2 | -27/+27 | |
* | | | | | | | | | netdevice: Kill 'feature' test macros. | David S. Miller | 2011-07-12 | 1 | -16/+0 | |
* | | | | | | | | | inetpeer: kill inet_putpeer race | Eric Dumazet | 2011-07-11 | 1 | -5/+9 | |
* | | | | | | | | | ipv4: Use universal hash for ARP. | David S. Miller | 2011-07-11 | 2 | -2/+2 | |
* | | | | | | | | | neigh: Store hash shift instead of mask. | David S. Miller | 2011-07-11 | 1 | -24/+23 | |
* | | | | | | | | | skbuff: clear tx zero-copy flag | Shirley Ma | 2011-07-09 | 1 | -0/+3 | |
* | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-07-08 | 23 | -26/+1924 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-08 | 23 | -26/+1924 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | mac80211: support GTK rekey offload | Johannes Berg | 2011-07-06 | 4 | -0/+87 | |
| | * | | | | | | | | cfg80211/nl80211: support GTK rekey offload | Johannes Berg | 2011-07-06 | 3 | -0/+128 | |
| | * | | | | | | | | mac80211: allow driver to iterate keys | Johannes Berg | 2011-07-06 | 1 | -0/+33 | |
| | * | | | | | | | | NFC: add the NFC socket raw protocol | Lauro Ramos Venancio | 2011-07-05 | 4 | -1/+376 | |
| | * | | | | | | | | NFC: add NFC socket family | Aloisio Almeida Jr | 2011-07-05 | 5 | -4/+123 | |
| | * | | | | | | | | NFC: add nfc generic netlink interface | Lauro Ramos Venancio | 2011-07-05 | 4 | -3/+640 | |
| | * | | | | | | | | NFC: add nfc subsystem core | Lauro Ramos Venancio | 2011-07-05 | 6 | -0/+468 | |
| | * | | | | | | | | mac80211: allow driver to impose WoWLAN restrictions | Johannes Berg | 2011-07-05 | 1 | -6/+10 | |
| | * | | | | | | | | mac80211: fix smatch complains | Christian Lamparter | 2011-07-05 | 2 | -3/+5 | |
| | * | | | | | | | | net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan() | Jesper Juhl | 2011-07-05 | 1 | -3/+2 |