Age | Commit message (Expand) | Author | Files | Lines |
2009-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -1/+14 |
2009-05-04 | Bluetooth: Fix issue with sysfs handling for connections | Marcel Holtmann | 1 | -0/+1 |
2009-05-04 | tcp: Fix tcp_prequeue() to get correct rto_min value | Satoru SATOH | 1 | -1/+13 |
2009-04-28 | Bluetooth: Add different pairing timeout for Legacy Pairing | Marcel Holtmann | 2 | -2/+4 |
2009-04-28 | Bluetooth: Ensure that HCI sysfs add/del is preempt safe | Roger Quadros | 1 | -1/+2 |
2009-04-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -0/+1 |
2009-04-16 | netfilter: nf_nat: add support for persistent mappings | Patrick McHardy | 1 | -0/+1 |
2009-04-11 | ipv6: Fix NULL pointer dereference with time-wait sockets | Vlad Yasevich | 1 | -2/+0 |
2009-04-06 | netfilter: ctnetlink: fix regression in expectation handling | Pablo Neira Ayuso | 1 | -1/+4 |
2009-04-05 | net/9p: handle correctly interrupted 9P requests | Latchesar Ionkov | 1 | -1/+0 |
2009-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -15/+0 |
2009-04-02 | tcp: add helper for counter tweaking due mid-wq change | Ilpo Järvinen | 1 | -15/+0 |
2009-03-28 | netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections | Paul Moore | 1 | -0/+5 |
2009-03-28 | netlabel: Label incoming TCP connections correctly in SELinux | Paul Moore | 2 | -1/+28 |
2009-03-27 | mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifi | Johannes Berg | 1 | -12/+2 |
2009-03-27 | mac80211: fix aggregation to not require queue stop | Johannes Berg | 1 | -0/+4 |
2009-03-27 | mac80211: unify and fix TX aggregation start | Johannes Berg | 1 | -2/+2 |
2009-03-27 | mac80211: rate control status only for controlled packets | Johannes Berg | 1 | -0/+4 |
2009-03-27 | mac80211: add beacon filtering support | Kalle Valo | 1 | -0/+33 |
2009-03-27 | cfg80211: add feature to hold bss | Kalle Valo | 1 | -0/+18 |
2009-03-27 | mac80211: disable power save when scanning | Kalle Valo | 1 | -5/+7 |
2009-03-27 | nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IE | Jouni Malinen | 1 | -26/+0 |
2009-03-27 | nl80211: Add MLME primitives to support external SME | Jouni Malinen | 1 | -0/+113 |
2009-03-27 | nl80211: Event notifications for MLME events | Jouni Malinen | 1 | -0/+46 |
2009-03-27 | mac80211: kill IEEE80211_CONF_SHORT_SLOT_TIME | Johannes Berg | 1 | -6/+0 |
2009-03-27 | wireless: radiotap updates | Johannes Berg | 1 | -1/+3 |
2009-03-27 | mac80211: reduce max number of queues | Johannes Berg | 1 | -1/+1 |
2009-03-27 | mac80211: remove ieee80211_num_regular_queues | Johannes Berg | 1 | -5/+0 |
2009-03-27 | net: Add support for the OpenCores 10/100 Mbps Ethernet MAC. | Thierry Reding | 1 | -0/+22 |
2009-03-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 7 | -11/+31 |
2009-03-25 | netfilter: nf_conntrack: add generic function to get len of generic policy | Holger Eitzenberger | 1 | -0/+1 |
2009-03-25 | netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() | Eric Dumazet | 3 | -11/+14 |
2009-03-25 | netfilter: limit the length of the helper name | Holger Eitzenberger | 1 | -0/+2 |
2009-03-25 | netlink: add nla_policy_len() | Holger Eitzenberger | 1 | -0/+1 |
2009-03-25 | netfilter: ctnetlink: add callbacks to the per-proto nlattrs | Holger Eitzenberger | 2 | -0/+13 |
2009-03-24 | ax88796: Add method to take MAC from platform data | Daniel Mack | 1 | -5/+8 |
2009-03-24 | ipv6: Fix conflict resolutions during ipv6 binding | Vlad Yasevich | 2 | -2/+4 |
2009-03-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 3 | -13/+10 |
2009-03-21 | dsa: add switch chip cascading support | Lennert Buytenhek | 1 | -9/+33 |
2009-03-21 | snap: use const for descriptor | Stephen Hemminger | 1 | -1/+5 |
2009-03-21 | sctp: Clean up TEST_FRAME hacks. | Vlad Yasevich | 1 | -7/+0 |
2009-03-21 | ipv6: reorder struct inet6_ifaddr to remove padding on 64 bit builds | Richard Kennedy | 1 | -2/+3 |
2009-03-20 | net: reorder struct Qdisc for better SMP performance | Eric Dumazet | 1 | -9/+12 |
2009-03-18 | netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_put | Florian Westphal | 1 | -5/+0 |
2009-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -24/+3 |
2009-03-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2009-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -1/+2 |
2009-03-16 | cfg80211: move enum reg_set_by to nl80211.h | Luis R. Rodriguez | 1 | -21/+3 |
2009-03-16 | cfg80211: remove REGDOM_SET_BY_INIT | Luis R. Rodriguez | 1 | -3/+0 |
2009-03-16 | netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h | Christoph Paasch | 1 | -4/+1 |