1. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  2. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  3. f1f28aa netdev: Add addr_list_lock to struct net_device. by David S. Miller · 16 years ago
  4. f66ac03 mib: add struct net to ICMPMSGIN_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  5. 903fc19 mib: add struct net to ICMPMSGOUT_INC_STATS by Pavel Emelyanov · 16 years ago
  6. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  7. 75c939b mib: add struct net to ICMP_INC_STATS by Pavel Emelyanov · 16 years ago
  8. fd54d71 inet: toss struct net initialization around by Pavel Emelyanov · 16 years ago
  9. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  10. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  11. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 16 years ago
  12. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 16 years ago
  13. 19b9a4e vlan: ethtool ->get_flags support by Patrick McHardy · 16 years ago
  14. 393e52e packet: deliver VLAN TCI to userspace by Patrick McHardy · 16 years ago
  15. bbd6ef8 packet: support extensible, 64 bit clean mmaped ring structure by Patrick McHardy · 16 years ago
  16. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  17. 6aa895b0 vlan: Don't store VLAN tag in cb by Patrick McHardy · 16 years ago
  18. 968edbe tipc: Optimization to multicast name lookup algorithm by Allan Stephens · 16 years ago
  19. 1aad72d tipc: Add missing locks when inspecting node list & link list by Allan Stephens · 16 years ago
  20. 08d2cf0 tipc: Fix bug in scope checking for multicast messages by Allan Stephens · 16 years ago
  21. 0e35fd5 tipc: Eliminate improper use of TIPC_OK error code by Allan Stephens · 16 years ago
  22. 2da5991 tipc: Fix race condition that could cause accept() to fail by Allan Stephens · 16 years ago
  23. 8642bd9 tipc: Optimize pointer dereferencing when receiving stream data by Allan Stephens · 16 years ago
  24. 0ea5224 tipc: Remove unneeded parameter to tipc_createport_raw() by Allan Stephens · 16 years ago
  25. 83aa2e9 netlabel: return msg overflow error from netlbl_cipsov4_list faster by Denis V. Lunev · 16 years ago
  26. 7197914 net: Remove references to wan-router.txt in Kconfigs by Johann Felix Soden · 16 years ago
  27. 8914650 8021q: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  28. 7dc00c8 ipv4: Fix ipmr unregister device oops by Wang Chen · 16 years ago
  29. d607032 ipv4: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  30. 7af3db7 ipv6: Fix using after dev_put() by Wang Chen · 16 years ago
  31. 5ae7b44 ipv6: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  32. bc3f907 bridge: Check return of dev_set_promiscuity by Wang Chen · 16 years ago
  33. 2aeb0b8 af_packet: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  34. fc943b1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  35. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 16 years ago
  36. 0c4c8ca Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 16 years ago
  37. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  38. 4c88949 netfilter: Let nf_ct_kill() callers know if del_timer() returned true. by David S. Miller · 16 years ago
  39. 1e18863 mac80211: dont add a STA which is not in the same IBSS by Emmanuel Grumbach · 16 years ago
  40. f434b2d mac80211: fix struct ieee80211_tx_queue_params by Johannes Berg · 16 years ago
  41. f591fa5 mac80211: fix TX sequence numbers by Johannes Berg · 16 years ago
  42. 22bb1be wext: make sysfs bits optional and deprecate them by Johannes Berg · 16 years ago
  43. 1411f9b mac80211: fix RX sequence number check by Johannes Berg · 16 years ago
  44. 2560b6e mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packets by Emmanuel Grumbach · 16 years ago
  45. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  46. f3947e2 mac80211: push interface checks down by Johannes Berg · 16 years ago
  47. 7563652 mac80211: revamp virtual interface handling by Johannes Berg · 16 years ago
  48. 3e122be mac80211: make master netdev handling sane by Johannes Berg · 16 years ago
  49. 49292d5 mac80211: power management wext hooks by Samuel Ortiz · 16 years ago
  50. 2eeea7b dccp ccid-3: Length of loss intervals by Gerrit Renker · 16 years ago
  51. b552c62 dccp ccid-3: Fix a loss detection bug by Gerrit Renker · 16 years ago
  52. 5b5d0e7 dccp: Upgrade NDP count from 3 to 6 bytes by Gerrit Renker · 16 years ago
  53. 2013c7e dccp ccid-3: Fix error in loss detection by Gerrit Renker · 16 years ago
  54. ccf9b3b xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info by Steffen Klassert · 16 years ago
  55. 0ce2855 ipv6: missed namespace context in ipv6_rthdr_rcv by Denis V. Lunev · 16 years ago
  56. fe785be netlabel: netlink_unicast calls kfree_skb on error path by itself by Denis V. Lunev · 16 years ago
  57. 2e65557 ipv4: fib_trie: Fix lookup error return by Ben Hutchings · 16 years ago
  58. 3d8ea1f tcp: correct kcalloc usage by Milton Miller · 16 years ago
  59. 2ddddb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  60. 252815b netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMP by David Howells · 16 years ago
  61. 6b69fe0 netfilter: nf_conntrack_tcp: fix endless loop by Patrick McHardy · 16 years ago
  62. adeed48 rc80211_pid: Fix fast_start parameter handling by Mattias Nissler · 16 years ago
  63. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  64. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  65. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  66. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  67. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  68. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 16 years ago
  69. c2aa288 mac80211: Decrease number of explicit ->tx_queue references. by David S. Miller · 16 years ago
  70. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  71. 6fa9864 net: Clean up explicit ->tx_queue references in link watch. by David S. Miller · 16 years ago
  72. ee609cb netdev: Move next_sched into struct netdev_queue. by David S. Miller · 16 years ago
  73. 74d58a0 pkt_sched: Make netem queue agnostic. by David S. Miller · 16 years ago
  74. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  75. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  76. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  77. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  78. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  79. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  80. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  81. e65d22e pkt_sched: Remove comment reference to old style TX locking. by David S. Miller · 16 years ago
  82. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. 54dceb0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  84. 11a100f vlan: avoid header copying and linearisation where possible by Patrick McHardy · 16 years ago
  85. b223856 ipv6: fix race between ipv6_del_addr and DAD timer by Andrey Vagin · 16 years ago
  86. b463727 net/wireless/nl80211.c: fix endless Netlink callback loop. by Julius Volz · 16 years ago
  87. 6ef307b mac80211: fix lots of kernel-doc by Randy Dunlap · 16 years ago
  88. fd4484af rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch by Henrique de Moraes Holschuh · 16 years ago
  89. 0f687e9 rfkill: some minor kernel-doc changes for rfkill_toggle_radio by Henrique de Moraes Holschuh · 16 years ago
  90. e4abd4d mac80211: add support for iwconfig wlanX frag auto by Emmanuel Grumbach · 16 years ago
  91. 5fdae6b mac80211: aes_ccm.c remove crypto wrapper and extra args by Harvey Harrison · 16 years ago
  92. feccb46 mac80211: pass scratch buffer directly, remove additional pointers by Harvey Harrison · 16 years ago
  93. c34498b mac80211: wpa.c remove rx/tx_data ->fc users by Harvey Harrison · 16 years ago
  94. a7767f9 mac80211: remove trivial rx_data->fc users by Harvey Harrison · 16 years ago
  95. fc32f92 mac80211: call bss_info_change only once upon disassociation by Tomas Winkler · 16 years ago
  96. 8e8862b mac80211: remove ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  97. f14df80 mac80211: remove one user of ieee80211_get_hdr_info by Harvey Harrison · 16 years ago
  98. 73e1f7c mac80211: use symbolic defines in wpa.c by Harvey Harrison · 16 years ago
  99. 238f74a mac80211: move QOS control helpers into ieee80211.h by Harvey Harrison · 16 years ago
  100. 4e887d5 mac80211: remove MAC80211_DEBUG from net/mac80211/Kconfig. by Rami Rosen · 16 years ago