1. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  2. 5e38e27 mib: add net to IP_INC_STATS by Pavel Emelyanov · 16 years ago
  3. c6f8f7e mib: drop unused IP_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  4. 84a3aa0 ipv4: prepare net initialization for IP accounting by Pavel Emelyanov · 16 years ago
  5. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  6. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  7. 70efce2 net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments. by Will Newton · 16 years ago
  8. 7b1c65f net: make __skb_splice_bits static by Harvey Harrison · 16 years ago
  9. 885a4c9 Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6 by David S. Miller · 16 years ago
  10. 9d3a0de ipvs: More reliable synchronization on connection close by Rumen G. Bogdanovski · 16 years ago
  11. 375c6bb ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible() by Sven Wegener · 16 years ago
  12. ba6fd85 ipvs: Put backup thread on mcast socket wait queue by Sven Wegener · 16 years ago
  13. 998e7a7 ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread() by Sven Wegener · 16 years ago
  14. e6dd731 ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock() by Sven Wegener · 16 years ago
  15. d564005 ipvs: Initialize mcast addr at compile time by Sven Wegener · 16 years ago
  16. d0236f8 iucv: fix memory leak in cpu hotplug error path. by Akinobu Mita · 16 years ago
  17. 0b57664 wireless: fix warnings from QoS patch by Johannes Berg · 16 years ago
  18. d3a8eab0 bluetooth/hci_bcsp: fix bitrev Kconfig by Randy Dunlap · 16 years ago
  19. 2870c43 net: refactor tcp splice receive path to improve readability by Octavian Purdila · 16 years ago
  20. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  21. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  22. f1f28aa netdev: Add addr_list_lock to struct net_device. by David S. Miller · 16 years ago
  23. f66ac03 mib: add struct net to ICMPMSGIN_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  24. 903fc19 mib: add struct net to ICMPMSGOUT_INC_STATS by Pavel Emelyanov · 16 years ago
  25. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  26. 75c939b mib: add struct net to ICMP_INC_STATS by Pavel Emelyanov · 16 years ago
  27. 43589aa icmp: drop unused MIB accounting wrappers by Pavel Emelyanov · 16 years ago
  28. fd54d71 inet: toss struct net initialization around by Pavel Emelyanov · 16 years ago
  29. 0388b00 icmp: add struct net argument to icmp_out_count by Pavel Emelyanov · 16 years ago
  30. 6136276 vlan: remove unnecessary include statements by Patrick McHardy · 16 years ago
  31. d80aa31 vlan: clean up hard_start_xmit functions by Patrick McHardy · 16 years ago
  32. 1349fe9 vlan: clean up vlan_dev_hard_header() by Patrick McHardy · 16 years ago
  33. 19b9a4e vlan: ethtool ->get_flags support by Patrick McHardy · 16 years ago
  34. 393e52e packet: deliver VLAN TCI to userspace by Patrick McHardy · 16 years ago
  35. bbd6ef8 packet: support extensible, 64 bit clean mmaped ring structure by Patrick McHardy · 16 years ago
  36. bc1d041 vlan: deliver packets received with VLAN acceleration to network taps by Patrick McHardy · 16 years ago
  37. 6aa895b vlan: Don't store VLAN tag in cb by Patrick McHardy · 16 years ago
  38. 968edbe tipc: Optimization to multicast name lookup algorithm by Allan Stephens · 16 years ago
  39. 1aad72d tipc: Add missing locks when inspecting node list & link list by Allan Stephens · 16 years ago
  40. 08d2cf0 tipc: Fix bug in scope checking for multicast messages by Allan Stephens · 16 years ago
  41. 0e35fd5 tipc: Eliminate improper use of TIPC_OK error code by Allan Stephens · 16 years ago
  42. 2da5991 tipc: Fix race condition that could cause accept() to fail by Allan Stephens · 16 years ago
  43. 8642bd9 tipc: Optimize pointer dereferencing when receiving stream data by Allan Stephens · 16 years ago
  44. 0ea5224 tipc: Remove unneeded parameter to tipc_createport_raw() by Allan Stephens · 16 years ago
  45. 3cb29b1 bnx2: Update version to 1.7.8. by Michael Chan · 16 years ago
  46. 5fcaed0 bnx2: Support secondary MAC addresses. by Benjamin Li · 16 years ago
  47. 7c62e83 bnx2: Allow flexible VLAN tag settings. by Michael Chan · 16 years ago
  48. a2f1389 bnx2: Add ack parameter to bnx2_fw_sync(). by Michael Chan · 16 years ago
  49. 7bb0a04 bnx2: Add PCI ID for 5716. by Michael Chan · 16 years ago
  50. d6b1448 bnx2: Prevent ethtool -s from crashing when device is down. by Michael Chan · 16 years ago
  51. 925068d Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  52. 83aa2e9 netlabel: return msg overflow error from netlbl_cipsov4_list faster by Denis V. Lunev · 16 years ago
  53. 7197914 net: Remove references to wan-router.txt in Kconfigs by Johann Felix Soden · 16 years ago
  54. f271b2c tun: Fix/rewrite packet filtering logic by Max Krasnyansky · 16 years ago
  55. 8914650 8021q: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  56. b89fb7d macvlan: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  57. 7dc00c8 ipv4: Fix ipmr unregister device oops by Wang Chen · 16 years ago
  58. d607032 ipv4: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  59. 7af3db7 ipv6: Fix using after dev_put() by Wang Chen · 16 years ago
  60. 5ae7b44 ipv6: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  61. bc3f907 bridge: Check return of dev_set_promiscuity by Wang Chen · 16 years ago
  62. 7e1a1ac bonding: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  63. 2aeb0b8 af_packet: Check return of dev_set_promiscuity/allmulti by Wang Chen · 16 years ago
  64. 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
  65. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 16 years ago
  66. 0c4c8ca Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6 by David S. Miller · 16 years ago
  67. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  68. 4c88949 netfilter: Let nf_ct_kill() callers know if del_timer() returned true. by David S. Miller · 16 years ago
  69. 4c9adaf rt2x00: Reset LED assoc status after firmware update by Ivo van Doorn · 16 years ago
  70. 3eb2011 iwlwifi: make index unsigned int for iwl_send_led_cmd by Abhijeet Kolekar · 16 years ago
  71. 9a9ad0c iwlwifi: Fix LEDs for 3945 by Abhijeet Kolekar · 16 years ago
  72. 36da7d7 iwlwifi: send TXPOWER command after a new RXON command by Zhu Yi · 16 years ago
  73. fe905f1 iwlwifi: enable active scanning by Tomas Winkler · 16 years ago
  74. d16dc48 iwlwifi: unify 4965 and 5000 scanning code by Tomas Winkler · 16 years ago
  75. ec1a746 iwlwifi: LED use correctly blink table by Tomas Winkler · 16 years ago
  76. 0eee612 iwlwifi: fix LED stall by Tomas Winkler · 16 years ago
  77. 9f17b31 iwlwifi: differentiate 4965 and 5000 hw ampdu queues number by Tomas Winkler · 16 years ago
  78. 1ff50bd iwlwifi: make iwl4965_mac_conf_tx in atomic context by Emmanuel Grumbach · 16 years ago
  79. 6c53790 iwlwifi: rs always set lq_sta->priv by Tomas Winkler · 16 years ago
  80. 65fdbb4 iwlwifi: remove post associate work by Tomas Winkler · 16 years ago
  81. a326a5d iwlwifi: fixes RTS / CTS support by Emmanuel Grumbach · 16 years ago
  82. 4740863 iwlwifi: adding pci device ids to iwl_hw_card_ids by Esti Kummer · 16 years ago
  83. 4bd9b4f iwl3965: remove useless network and duplicate checking by Adel Gadllah · 16 years ago
  84. 1e18863 mac80211: dont add a STA which is not in the same IBSS by Emmanuel Grumbach · 16 years ago
  85. a05ffd3 iwlwif: remove compilation warnings iwl_add_radiotap by Tomas Winkler · 16 years ago
  86. df70b4a mac80211 hwsim: fix endianness bug by Johannes Berg · 16 years ago
  87. f434b2d mac80211: fix struct ieee80211_tx_queue_params by Johannes Berg · 16 years ago
  88. f591fa5 mac80211: fix TX sequence numbers by Johannes Berg · 16 years ago
  89. 22bb1be wext: make sysfs bits optional and deprecate them by Johannes Berg · 16 years ago
  90. 1411f9b mac80211: fix RX sequence number check by Johannes Berg · 16 years ago
  91. 2560b6e mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packets by Emmanuel Grumbach · 16 years ago
  92. 4ece16a rtl8187: use different ANAPARAM*_OFF values for 8187B by Herton Ronaldo Krzesinski · 16 years ago
  93. 9c0c7a4 ssb: Include dma-mapping.h by Michael Buesch · 16 years ago
  94. bd88a78 rt2x00: Reorganize beacon handling by Ivo van Doorn · 16 years ago
  95. e360c4c rt2x00: Add support for CTS protection in rt2x00lib by Ivo van Doorn · 16 years ago
  96. 9d139c8 mac80211: revamp beacon configuration by Johannes Berg · 16 years ago
  97. f3947e2 mac80211: push interface checks down by Johannes Berg · 16 years ago
  98. 7563652 mac80211: revamp virtual interface handling by Johannes Berg · 16 years ago
  99. 3e122be mac80211: make master netdev handling sane by Johannes Berg · 16 years ago
  100. 500c119 rtl8187: Fixed section mismatch in rtl8187_dev.c by Ihar Hrachyshka · 16 years ago