1. 29906f6 vlan: cleanup multiple unregistrations by Patrick McHardy · 15 years ago
  2. f0816ce convert kaweth to use usb_reset_configuration() by Oliver Neukum · 15 years ago
  3. 43ab850 ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl() by roel kluin · 15 years ago
  4. ac95815 sky2: version 1.26 by Stephen Hemminger · 15 years ago
  5. 0f5aac7 sky2: 88E8059 support by Stephen Hemminger · 15 years ago
  6. 877c857 sky2: workarounds for Yukon-2 supreme by Stephen Hemminger · 15 years ago
  7. d6b54d2 sky2: fix receive pause thresholds by Stephen Hemminger · 15 years ago
  8. e91cd2e sky2: add register definitions for new chips by Stephen Hemminger · 15 years ago
  9. e30a4ac sky2: add SK-9E21M device id by Stephen Hemminger · 15 years ago
  10. c3c6336 sfc: Enable heuristic selection between page and skb RX buffers by Ben Hutchings · 15 years ago
  11. 18e1d2b sfc: Feed GRO result into RX allocation policy and interrupt moderation by Ben Hutchings · 15 years ago
  12. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  13. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 15 years ago
  14. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. b5dd884 net: Fix 'Re: PACKET_TX_RING: packet size is too long' by Gabor Gombas · 15 years ago
  16. 38bfd8f net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time by Cyrill Gorcunov · 15 years ago
  17. ed3f2e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  18. fb699dfd net: Introduce dev_get_by_index_rcu() by Eric Dumazet · 15 years ago
  19. e0c5567 atm: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  20. 65a1c4f net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  21. 091bb8a net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  22. 50e4fe9 gigaset: convert strcmp chain to table lookup by Tilman Schmidt · 15 years ago
  23. c35a87f gigaset: checkpatch cleanup of ev-layer.c by Tilman Schmidt · 15 years ago
  24. 7891adf bas_gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  25. ae67d7d ser_gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  26. d9ba9c9 gigaset: checkpatch cleanup by Tilman Schmidt · 15 years ago
  27. 2032e2c usb_gigaset: code cleanup by Tilman Schmidt · 15 years ago
  28. 4dd8230 gigaset: fix bad assumptions about CAPI skbuffs by Tilman Schmidt · 15 years ago
  29. 22077eb gigaset: fix format string typo in CAPI dial command by Tilman Schmidt · 15 years ago
  30. 6c91191 gigaset: CAPI module readability improvements by Tilman Schmidt · 15 years ago
  31. dc34347 Allow disabling of DSACK TCP option per route by Gilad Ben-Yossef · 15 years ago
  32. 345cda2 Allow to turn off TCP window scale opt per route by Gilad Ben-Yossef · 15 years ago
  33. cda42eb Allow disabling TCP timestamp options per route by Gilad Ben-Yossef · 15 years ago
  34. 1aba721 Add the no SACK route option feature by Gilad Ben-Yossef · 15 years ago
  35. 0c3adfb Add dst_feature to query route entry features by Gilad Ben-Yossef · 15 years ago
  36. 022c3f7 Allow tcp_parse_options to consult dst entry by Gilad Ben-Yossef · 15 years ago
  37. f55017a Only parse time stamp TCP option in time wait sock by Gilad Ben-Yossef · 15 years ago
  38. 06b71b6 netdev: usb: dm9601.c can drive a device not supported yet, add support for it by Janusz Krzysztofik · 15 years ago
  39. da03945 qlge: Fix firmware mailbox command timeout. by Ron Mercer · 15 years ago
  40. 6d190c6 qlge: Fix EEH handling. by Ron Mercer · 15 years ago
  41. c871e66 ip6mr: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  42. 62808f9 ipv6 sit: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  43. d17fa6f ipmr: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  44. cf4432f ip6tnl: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  45. 8c56ba0 bridge: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  46. 59fd5d8 be2net: Add the new PCI IDs to PCI_DEVICE_TABLE. by Ajit Khaparde · 15 years ago
  47. 55888df AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) by Neil Horman · 15 years ago
  48. f552ce5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  49. 945eb31 e1000e: flow control doesn't re-enable by Bruce Allan · 15 years ago
  50. d653479 vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device by Yi Zou · 15 years ago
  51. 61a1fa1 ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599 by Yi Zou · 15 years ago
  52. df5c794 net: Add ndo_fcoe_get_wwn to net_device_ops by Yi Zou · 15 years ago
  53. 383ff34 ixgbe: Add support for 82599 alternative WWNN/WWPN prefix by Yi Zou · 15 years ago
  54. eb89bd4 vmxnet3: remove duplicate #include by Shreyas Bhatewara · 15 years ago
  55. d9d5283 bonding: fix a race condition in calls to slave MII ioctls by Jiri Bohac · 15 years ago
  56. 0388f25 be2net: Changes to update ethtool get_settings function to return appropriate values. by Sarveshwar Bandi · 15 years ago
  57. 7e15b0c e100: Fix to allow systems with FW based cards to resume from STD by David Graham · 15 years ago
  58. c709481 netxen: update version to 4.0.65 by Dhananjay Phadke · 15 years ago
  59. 7e8e5d9 netxen: module firmware hints by Dhananjay Phadke · 15 years ago
  60. c25c0b9 netxen: update module info by Dhananjay Phadke · 15 years ago
  61. f0e08fa netxen: add PCI IDs for new chip by Dhananjay Phadke · 15 years ago
  62. a9ac07d netxen: refactor indirect register access by Dhananjay Phadke · 15 years ago
  63. f50330f netxen: support for new firmware file format by Amit Kumar Salecha · 15 years ago
  64. 03f191b virtio-net: fix data corruption with OOM by Michael S. Tsirkin · 15 years ago
  65. 516b4df via-velocity: Remove private device list by Ben Hutchings · 15 years ago
  66. ea84e55 net: Corrected spelling error heurestics->heuristics by Andreas Petlund · 15 years ago
  67. ac5e3af net: sysfs: ethtool_ops can be NULL by Eric Dumazet · 15 years ago
  68. b75c6db tc35815: Enable NAPI by Atsushi Nemoto · 15 years ago
  69. 02c5c8e tc35815: Fix return value of tc35815_do_interrupt when NAPI enabled by Atsushi Nemoto · 15 years ago
  70. 31b73ab NET/KS8695: add support NAPI for Rx by Figo.zhang · 15 years ago
  71. 345056a sfc: Set ip_summed correctly for page buffers passed to GRO by Ben Hutchings · 15 years ago
  72. d054938 cnic: Fix L2CTX_STATUSB_NUM offset in context memory. by Michael Chan · 15 years ago
  73. d6b9076f igb: Fix warnings in igb_set_ringparam() by David S. Miller · 15 years ago
  74. 559e9c4 igb: cleanup whitespace issues in igb_main.c by Alexander Duyck · 15 years ago
  75. 5b043fb igb: open up SCTP checksum offloads to all MACs 82576 and newer by Alexander Duyck · 15 years ago
  76. c809d22 igb: limit minimum mtu to 68 to keep ip bound to interface by Alexander Duyck · 15 years ago
  77. 090b179 igb: add pci_dev in few spots to clean up use of dev_err/info/warn by Alexander Duyck · 15 years ago
  78. 330a6d6 igb: replace unecessary &adapter->hw with just hw where applicable by Alexander Duyck · 15 years ago
  79. 42d0781 igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv by Alexander Duyck · 15 years ago
  80. cdfd01f igb: cleanup igb xmit frame path by Alexander Duyck · 15 years ago
  81. 2e5655e igb: cleanup igb.h header whitespace and some structure formatting by Alexander Duyck · 15 years ago
  82. 645a3ab igb: Remove invalid stats counters by Alexander Duyck · 15 years ago
  83. 25568a5 igb: cleanup interrupt enablement in regards to msix_other by Alexander Duyck · 15 years ago
  84. ee1b9f0 igb: change queue ordering for 82576 based adapters by Alexander Duyck · 15 years ago
  85. 439705e igb: cleanup code related to ring resource allocation and free by Alexander Duyck · 15 years ago
  86. f7ba205 igb: make tx hang check multiqueue, check eop descriptor by Alexander Duyck · 15 years ago
  87. 4337e99 igb: move global_quad_port_a from global into local static define by Alexander Duyck · 15 years ago
  88. 3f9c016 igb: only process global stats in igb_update_stats by Alexander Duyck · 15 years ago
  89. a6b623e igb: move vf init into a seperate function by Alexander Duyck · 15 years ago
  90. 5146623 igb: rework handling of the vfta and vlvf registers in relation to mng_vlan by Alexander Duyck · 15 years ago
  91. 7d5753f igb: rework use of VMOLR in regards to PF and VFs by Alexander Duyck · 15 years ago
  92. f2ca0db igb: replace the VF clear_to_send with a flags value by Alexander Duyck · 15 years ago
  93. d249be5 igb: use packet buffer sizes from RXPBS register by Alexander Duyck · 15 years ago
  94. 317f66b igb: misc cleanups within igb_ethtool.c by Alexander Duyck · 15 years ago
  95. c5b9bd5 igb: cleanup some of the code related to hw timestamping by Alexander Duyck · 15 years ago
  96. 4fc82ad igb: add support for seperate tx-usecs setting in ethtool by Alexander Duyck · 15 years ago
  97. 9c1bbba sfc: Really allow RX checksum offload to be disabled by Ben Hutchings · 15 years ago
  98. 5beefb4 vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1. by Sreenivasa Honnur · 15 years ago
  99. 0531d7b8 netxen: fix builds for SYSFS=n or MODULES=n by Randy Dunlap · 15 years ago
  100. eef6dd6 gre: Optimize multiple unregistration by Eric Dumazet · 15 years ago