1. 0d643e1 ethtool: Move n-tuple capability check into set_flags by Peter Waskiewicz · 15 years ago
  2. e858911 ethtool: Fix filter addition when caching n-tuple filters by Peter Waskiewicz · 15 years ago
  3. 02b1bae niu: Refinements to kernel logging. by David S. Miller · 15 years ago
  4. 228da6c mac80211: Fix error introduced in netdev_mc_count() changes. by David S. Miller · 15 years ago
  5. 5659338 vhost-net: switch to smp barriers by Michael S. Tsirkin · 15 years ago
  6. f10a1f2 niu: Use pr_<level>, netdev_<level> and netif_<level> macros by Joe Perches · 15 years ago
  7. a146708 ethtool: Fix includes build break by David S. Miller · 15 years ago
  8. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 15 years ago
  9. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  10. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  11. 3d0beb9 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  12. b3b3f04 tg3: Update driver version to 3.107 by Matt Carlson · 15 years ago
  13. 1061b7c tg3: Fix AC131 loopback test errors for 5785 by Matt Carlson · 15 years ago
  14. c887340 tg3: Fix napi assignments in loopback test by Matt Carlson · 15 years ago
  15. 603f117 tg3: Reset phy during bringup when using phylib by Matt Carlson · 15 years ago
  16. 0339e4e tg3: Turn off multiple DMA reads for 5717 by Matt Carlson · 15 years ago
  17. 6b10c16 tg3: Fix 57765 A0 bootcode race condition by Matt Carlson · 15 years ago
  18. f89f38b tg3: Unwedge stuck MSI-X vectors by Matt Carlson · 15 years ago
  19. e92967b tg3: Prevent rx producer ring overruns by Matt Carlson · 15 years ago
  20. e4af1af tg3: Give MSI-X vec 1 rx backlog space by Matt Carlson · 15 years ago
  21. 8151d29 igb: support for VF configuration tools by Williams, Mitch A · 15 years ago
  22. ebc08a6 rtnetlink: Add VF config code to rtnetlink by Williams, Mitch A · 15 years ago
  23. 95c26df net: Add netdev ops for SR-IOV configuration by Williams, Mitch A · 15 years ago
  24. b280da8 if_link: Add SR-IOV configuration methods by Williams, Mitch A · 15 years ago
  25. fb8a0d9 pci: Add SR-IOV convenience functions and macros by Williams, Mitch A · 15 years ago
  26. 81d54ec udp: remove redundant variable by Gerrit Renker · 15 years ago
  27. 55d9559 dccp: support for passing MSG_TRUNC by Gerrit Renker · 15 years ago
  28. cfc0861 sky2: version 1.27 by stephen hemminger · 15 years ago
  29. 8a0c922 sky2: Avoid down and up during sky2_reset by Mike McCormack · 15 years ago
  30. f2b31cb sky2: Refactor sky2_down into two functions by Mike McCormack · 15 years ago
  31. ea0f71e sky2: Refactor sky2_up into two functions by Mike McCormack · 15 years ago
  32. 200ac49 sky2: Allocate initial skbs in sky2_alloc_buffers by Mike McCormack · 15 years ago
  33. 39ef110 sky2: Factor out code to calculate packet sizes by Mike McCormack · 15 years ago
  34. 44dde56 sky2: jumbo packet changes by stephen hemminger · 15 years ago
  35. 87b09f1 sky2: dont enable PME legacy mode by stephen hemminger · 15 years ago
  36. 5f8ae5c sky2: WoL changes by stephen hemminger · 15 years ago
  37. 8b05543 sky2: fix sparse warning by stephen hemminger · 15 years ago
  38. a633746 xfrm: use proper kernel types by jamal · 15 years ago
  39. c28e930 xfrm: validate attributes by jamal · 15 years ago
  40. d707204 drivers/net/skge.c: Use netif_printk macros by Joe Perches · 15 years ago
  41. ae9540f7 drivers/net/qlge: Use netif_printk helpers by Joe Perches · 15 years ago
  42. f8502ce drivers/net/jme: Use netif_printk helpers by Joe Perches · 15 years ago
  43. bf82c18 drivers/net/r8196.c: Use netif_printk macros by Joe Perches · 15 years ago
  44. b3d95c5 include/linux/netdevice.h: Add netif_printk helpers by Joe Perches · 15 years ago
  45. ba211e3 drivers/net/atl1e: Use netdev_printk helpers by Joe Perches · 15 years ago
  46. 571ba42 netdevice.h: Add netdev_printk helpers like dev_printk by Joe Perches · 15 years ago
  47. 5e2a911 sfc: Fix SFE4002 initialisation by Steve Hodgson · 15 years ago
  48. 21809fa IPv6: remove trivial nested _bh suffix by stephen hemminger · 15 years ago
  49. dc2b99f IPv6: keep permanent addresses on admin down by stephen hemminger · 15 years ago
  50. c0ad984 be2net: bug fix in be_read_eeprom by Ajit Khaparde · 15 years ago
  51. 1a8cdc5 be2net: remove ASIC generation number from Kconfig by Ajit Khaparde · 15 years ago
  52. 35ecf03 be2net: change the driver description by Ajit Khaparde · 15 years ago
  53. 82903e4 be2net: fix to limit max vlans supported in certain skews by Ajit Khaparde · 15 years ago
  54. 205859a be2net: minor code optimizations by Ajit Khaparde · 15 years ago
  55. 34a89b8 be2net: bug fix in be_change_mtu by Ajit Khaparde · 15 years ago
  56. 3f0d456 be2net: bug fix for flashing the BladeEngine3 ASIC by Ajit Khaparde · 15 years ago
  57. e254f6e be2net: remove unused pci device id by Ajit Khaparde · 15 years ago
  58. 830a8a9 virtio_net: remove send queue by Shirley Ma · 15 years ago
  59. b25822c net: Makefile change for KSZ884X driver by Tristram Ha · 15 years ago
  60. 1eb1cc7 net: Kconfig change for KSZ884X driver by Tristram Ha · 15 years ago
  61. 8ca86fd net: Micrel KSZ8841/2 PCI Ethernet driver by Tristram Ha · 15 years ago
  62. 447d8c2 net: move am79c961's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  63. 2bec5a3 ipv6: fib: fix crash when changing large fib while dumping it by Patrick McHardy · 15 years ago
  64. 5affcd6 mac80211: fix handling of null-rate control in rate_control_get_rate by Juuso Oikarinen · 15 years ago
  65. 69a6a0b dccp: allow probing of CCID-array length by Gerrit Renker · 15 years ago
  66. c6b471e inet: Remove bogus IGMPv3 report handling by Herbert Xu · 15 years ago
  67. 7455a76 macb: straighten out macb_mii_probe function by Jiri Pirko · 15 years ago
  68. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  69. fafaf31 iwlwifi: fix AMSDU Rx after paged Rx patch by Shanyu Zhao · 15 years ago
  70. 42c4568 ath9k: add a workaround for ack timeout issues by Felix Fietkau · 15 years ago
  71. 8e55742 ethtool: Use explicit designated initializers for .cmd by Roland Dreier · 15 years ago
  72. 92eb879 ixgbe: Bump driver version up by Peter Waskiewicz · 15 years ago
  73. 9a713e7 ixgbe: Add support for the new ethtool n-tuple programming interface by Peter Waskiewicz · 15 years ago
  74. 15682bc ethtool: Introduce n-tuple filter programming support by Peter P Waskiewicz Jr · 15 years ago
  75. 5988564 tcp: fix ICMP-RTO war by Damian Lukowski · 15 years ago
  76. 375c568 sky2: receive checksum refactoring by stephen hemminger · 15 years ago
  77. acd12dd sky2: disable ASF on Yukon Supreme by stephen hemminger · 15 years ago
  78. a0db28b sky2: resume clocks by stephen hemminger · 15 years ago
  79. 4cad6c7 mac80211: Deny TX BA session requests during disassociation by Sujith · 15 years ago
  80. f323383 Add Station and AdHoc mode support to libertas_tf by Deepak Saxena · 15 years ago
  81. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 15 years ago
  82. bd011e8 fec: Add ARCH_MX5 as a dependency by Amit Kucheria · 15 years ago
  83. fceb291 fec: Add LAN8700 phy support by Amit Kucheria · 15 years ago
  84. 633e753 fec: fix uninitialized rx buffer usage by Rob Herring · 15 years ago
  85. 044c18c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  86. 67de792 net: atm: use seq_list_foo() helpers by Li Zefan · 15 years ago
  87. a2b79b4 net: ipx: use seq_list_foo() helpers by Li Zefan · 15 years ago
  88. 216437e net: irda: use seq_list_foo() helpers by Li Zefan · 15 years ago
  89. 4f13420 net: x25: use seq_list_foo() helpers by Li Zefan · 15 years ago
  90. 27b5b86 net: af_key: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  91. efaffb7 net: appletalk: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  92. b512f3d net: ax25: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  93. 90dd7f5 net: netrom: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  94. b7ceabd net: packet: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  95. b999748 net: rose: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  96. 32d2e3a net: x25: use seq_hlist_foo() helpers by Li Zefan · 15 years ago
  97. c414664 net: add a wrapper sk_entry() by Li Zefan · 15 years ago
  98. 66655de seq_file: Add helpers for iteration over a hlist by Li Zefan · 15 years ago
  99. 3f2e8d9 via-velocity: Fix races on shared interrupts by Simon Kagstrom · 15 years ago
  100. 39c2ff4 via-velocity: Take spinlock on set coalesce by Simon Kagstrom · 15 years ago