1. 69a19ee net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE by Ben Hutchings · 14 years ago
  2. 94b274b sfc: Add TX queues for high-priority traffic by Ben Hutchings · 14 years ago
  3. 525da90 sfc: Distinguish queue lookup from test for queue existence by Ben Hutchings · 14 years ago
  4. 60031fc sfc: Move TX queue core queue mapping into tx.c by Ben Hutchings · 14 years ago
  5. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 14 years ago
  6. ac7100b sch_mqprio: Always set num_tc to 0 in mqprio_destroy() by Ben Hutchings · 14 years ago
  7. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  8. c69b909 pch_can: fix module reload issue with MSI by Tomoya · 14 years ago
  9. ce9736d pch_can: fix rmmod issue by Tomoya · 14 years ago
  10. eab743e pch_can: fix 800k comms issue by Tomoya · 14 years ago
  11. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 14 years ago
  12. e7b66bd net: Remove bogus barrier() in dst_allfrag(). by David S. Miller · 14 years ago
  13. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 14 years ago
  14. b2df5a84 net/caif: Fix dangling list pointer in freed object on error. by David S. Miller · 14 years ago
  15. fa9921e ipsec: allow to align IPv4 AH on 32 bits by Nicolas Dichtel · 14 years ago
  16. 84e77a8 USB CDC NCM errata updates for cdc_ncm host driver by Alexey Orishko · 14 years ago
  17. 3a9dda76 CDC NCM errata updates for cdc.h by Alexey Orishko · 14 years ago
  18. c0c84ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  19. 3fb17da Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-2.6 by David S. Miller · 14 years ago
  20. e0985f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  21. 310e5ca ixgbe: update version string by Don Skidmore · 14 years ago
  22. fbbea32 ixgbe: cleanup variable initialization by Don Skidmore · 14 years ago
  23. 96cc637 ixgbe: limit VF access to network traffic by Alexander Duyck · 14 years ago
  24. a124339 ixgbe: fix for 82599 erratum on Header Splitting by Don Skidmore · 14 years ago
  25. 2c4db94 ixgbe: fix variable set but not used warnings by gcc 4.6 by Emil Tantilov · 14 years ago
  26. cf8e09b e1000: add support for Marvell Alaska M88E1118R PHY by Florian Fainelli · 14 years ago
  27. 4633427 e1000e: tx_timeout should not increment for non-hang events by Jesse Brandeburg · 14 years ago
  28. 429a01a Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-merge by David S. Miller · 14 years ago
  29. 531c9da batman-adv: Linearize fragment packets before merge by Sven Eckelmann · 14 years ago
  30. 95c3043 x25: possible skb leak on bad facilities by andrew hendry · 14 years ago
  31. 3ad97fb mac80211: remove unneeded check by Dan Carpenter · 14 years ago
  32. 3a2329f ath9k: Update comments for not parsing DTIM period by Mohammed Shafi Shajakhan · 14 years ago
  33. 38f37be mac80211: Update comments on radiotap MCS index by Mohammed Shafi Shajakhan · 14 years ago
  34. 4f31233 mac80211: as a 4-addr station, do not receive packets for other stations by Felix Fietkau · 14 years ago
  35. 180205b mac80211: Make some mlme timers module paramaters. by Ben Greear · 14 years ago
  36. c210de8 ath5k: Fix fast channel switching by Nick Kossifidis · 14 years ago
  37. fc7c976 mac80211: fix the skb cloned check in the tx path by Felix Fietkau · 14 years ago
  38. 3dd823e iwlagn: Re-enable RF_KILL interrupt when down by Don Fry · 14 years ago
  39. dd3cb63 ssb-pcmcia: Fix parsing of invariants tuples by Michael Büsch · 14 years ago
  40. 2360d2e enic: Update MAINTAINERS by Vasanthy Kolluri · 14 years ago
  41. 0eb2602 enic: Clean up: Remove support for an older version of hardware by Vasanthy Kolluri · 14 years ago
  42. 6916142 enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODE by Vasanthy Kolluri · 14 years ago
  43. 115d56f enic: Bug Fix: Fix return values of enic_add/del_station_addr routines by Vasanthy Kolluri · 14 years ago
  44. 5198746 enic: Clean up: Organize devcmd wrapper routines by Vasanthy Kolluri · 14 years ago
  45. 8a37555 enic: Decouple mac address registration and deregistration from port profile set operation by Roopa Prabhu · 14 years ago
  46. 6e30dd4 bnx2x: Proper netdev->ndo_set_rx_mode() implementation. by Vladislav Zolotarov · 14 years ago
  47. 711c914 bnx2x: Duplication in promisc mode by Vladislav Zolotarov · 14 years ago
  48. a8c94b9 bnx2x: MTU for FCoE L2 ring by Vladislav Zolotarov · 14 years ago
  49. 80b38ff iwlwifi: fix compiling error with different configuration by Wey-Yi Guy · 14 years ago
  50. 2f115cf iwlwifi: remove unnecessary locking by Johannes Berg · 14 years ago
  51. 7eb3852 tcp: Add reference to initial CWND ietf draft. by David S. Miller · 14 years ago
  52. bf1f9ae sis900: Fix mem leak in sis900_rx error path by Jesper Juhl · 14 years ago
  53. e45ff01 benet: Avoid potential null deref in be_cmd_get_seeprom_data() by Ajit Khaparde · 14 years ago
  54. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 14 years ago
  55. 0131ba4 ipv4: Don't miss existing cached metrics in new routes. by David S. Miller · 14 years ago
  56. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  57. b23b025 mac80211: Optimize scans on current operating channel. by Ben Greear · 14 years ago
  58. cb8d61d ath9k: add additional checks for the baseband hang detection by Felix Fietkau · 14 years ago
  59. b1f9331 mac80211: do not send duplicate data frames to the cooked monitor interface by Felix Fietkau · 14 years ago
  60. 8e54610 ath: Fix clearing of secondary key cache entry for TKIP by Jouni Malinen · 14 years ago
  61. 8c99f69 mac80211: do not restart ps timer during scan or offchannel by Rajkumar Manoharan · 14 years ago
  62. 24d24c6 zd1211rw: add useful debug output by Jussi Kivilinna · 14 years ago
  63. ab419e9 zd1211rw: enable NL80211_IFTYPE_AP by Jussi Kivilinna · 14 years ago
  64. 1f6cccc zd1211rw: reset rx urbs after idle period of 30 seconds by Jussi Kivilinna · 14 years ago
  65. 3985a46 zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup by Jussi Kivilinna · 14 years ago
  66. a0fd751 zd1211rw: add TX watchdog and device resetting by Jussi Kivilinna · 14 years ago
  67. 212e1a5 zd1211rw: collect driver settings and add function to restore theim by Jussi Kivilinna · 14 years ago
  68. 8f2d8f8 zd1211rw: lower hw command timeouts by Jussi Kivilinna · 14 years ago
  69. 4a3b087 zd1211rw: change interrupt URB buffer to DMA buffer by Jussi Kivilinna · 14 years ago
  70. 9bca0c3 zd1211rw: use stack and preallocated memory for small cmd-buffers by Jussi Kivilinna · 14 years ago
  71. 5127229 zd1211rw: batch beacon config commands together by Jussi Kivilinna · 14 years ago
  72. 9be2325 zd1211rw: add beacon watchdog and setting HW beacon more failsafe by Jussi Kivilinna · 14 years ago
  73. 512119b mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bc by Christian Lamparter · 14 years ago
  74. 4099e2f zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc() by Jussi Kivilinna · 14 years ago
  75. b91a515 zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag by Jussi Kivilinna · 14 years ago
  76. f773e40 zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on monitor by Jussi Kivilinna · 14 years ago
  77. c2fadcb zd1211rw: support setting BSSID for AP mode by Jussi Kivilinna · 14 years ago
  78. 5cf6cf8 zd1211rw: move set_rts_cts_work to bss_info_changed by Jussi Kivilinna · 14 years ago
  79. a6fb071 zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure_filter by Jussi Kivilinna · 14 years ago
  80. 88a1159 zd1211rw: fix beacon interval setup by Jussi Kivilinna · 14 years ago
  81. 8b17f75 zd1211rw: add locking for mac->process_intr by Jussi Kivilinna · 14 years ago
  82. d741900 zd1211rw: cancel process_intr work on zd_chip_disable_int() by Jussi Kivilinna · 14 years ago
  83. 78fc800 zd1211rw: use urb anchors for tx and fix tx-queue disabling by Jussi Kivilinna · 14 years ago
  84. 9cf04dc ath9k: Fix possible double free of PAPRD skb's by Mohammed Shafi Shajakhan · 14 years ago
  85. 5820de5 carl9170: fix typo in PS code by Christian Lamparter · 14 years ago
  86. 1e6d93e net: can: janz-ican3: world-writable sysfs termination file by Vasiliy Kulikov · 14 years ago
  87. fef52b0 net: can: at91_can: world-writable sysfs files by Vasiliy Kulikov · 14 years ago
  88. fea3af6 MAINTAINERS: update email ids of the be2net driver maintainers. by Ajit Khaparde · 14 years ago
  89. 1158f76 bridge: Don't put partly initialized fdb into hash by Pavel Emelyanov · 14 years ago
  90. f60ac8e r8169: prevent RxFIFO induced loops in the irq handler. by Francois Romieu · 14 years ago
  91. 1519e57 r8169: RxFIFO overflow oddities with 8168 chipsets. by Francois Romieu · 14 years ago
  92. b5ba6d1 r8169: use RxFIFO overflow workaround for 8168c chipset. by Ivan Vecera · 14 years ago
  93. 2b7bceb be2net: use device model DMA API by Ivan Vecera · 14 years ago
  94. 38db9e1 include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argument by Julia Lawall · 14 years ago
  95. e2d5776 net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. by David S. Miller · 14 years ago
  96. ca6b8bb0 net: Support compat SIOCGETVIFCNT ioctl in ipv4. by David S. Miller · 14 years ago
  97. 0033d5a net: Fix bug in compat SIOCGETSGCNT handling. by David S. Miller · 14 years ago
  98. 9690c63 niu: Fix races between up/down and get_stats. by David S. Miller · 14 years ago
  99. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  100. 747d753 mac80211: Remove obsolete TKIP flexibility by Jouni Malinen · 14 years ago