1. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  2. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  3. 04fb451 net: Introduce skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  4. bc2ce89 tcp: relax tcp_paws_check() by Eric Dumazet · 14 years ago
  5. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  6. c6c8fea net: Add batman-adv meshing protocol by Sven Eckelmann · 14 years ago
  7. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  8. caafa84 bonding: add the debugfs interface to see RLB hash table by Taku Izumi · 14 years ago
  9. 411204a bonding: migrate some macros from bond_alb.c to bond_alb.h by Taku Izumi · 14 years ago
  10. ad6bad3 cxgb4: NUMA-aware Tx queue allocations by Dimitris Michailidis · 14 years ago
  11. 23d88e1 cxgb4: extend VPD parsing by Dimitris Michailidis · 14 years ago
  12. 005b571 cxgb4: add const to static arrays by Joe Perches · 14 years ago
  13. 8f3a767 cxgb4: remove a bitmap by Dimitris Michailidis · 14 years ago
  14. b1a3c2b cxgb4: remove the name field from the adapter structure by Dimitris Michailidis · 14 years ago
  15. ba27816 cxgb4: correct formatting of MSI-X interrupt names by Dimitris Michailidis · 14 years ago
  16. 8cd18ac cxgb4: allocate more space for MSI-X interrupt names by Dimitris Michailidis · 14 years ago
  17. 118969e cxgb4: print port information after registering each netdev by Dimitris Michailidis · 14 years ago
  18. 7d5e77a cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 ports by Dimitris Michailidis · 14 years ago
  19. a57cabe cxgb4: set the number of queues before device registration by Dimitris Michailidis · 14 years ago
  20. ec16400 cxgb4: do not read the clock frequency from VPD by Dimitris Michailidis · 14 years ago
  21. ef306b5 cxgb4: enable PCIe relaxed ordering by Dimitris Michailidis · 14 years ago
  22. 986d730 bnx2x: update version to 1.62.00-2 by Vladislav Zolotarov · 14 years ago
  23. b0200e2 bnx2x: remove old FW files by Vladislav Zolotarov · 14 years ago
  24. 5928c8b bnx2x: replace FW to 6.2.5 by Vladislav Zolotarov · 14 years ago
  25. 40392d4 bnx2x: add FW 6.2.5 files by Vladislav Zolotarov · 14 years ago
  26. bcab15c bnx2x: Add DCB/PFC support - link layer by Vladislav Zolotarov · 14 years ago
  27. e4901dd bnx2x: add DCB support by Vladislav Zolotarov · 14 years ago
  28. 8307fa3 bnx2x: add a select queue callback by Vladislav Zolotarov · 14 years ago
  29. ec6ba94 bnx2x: add FCoE ring by Vladislav Zolotarov · 14 years ago
  30. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  31. d33e455 net: Abstract default MTU metric calculation behind an accessor. by David S. Miller · 14 years ago
  32. 9fe146a Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  33. 6389aa7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  34. 0dbaee3 net: Abstract default ADVMSS behind an accessor. by David S. Miller · 14 years ago
  35. cc6f02d net: change ip_default_ttl documentation by Eric Dumazet · 14 years ago
  36. cfb7e5f pch_can: Replace netif_rx to netif_receive_skb by Tomoya · 14 years ago
  37. 0c78ab7 pch_can: Add setting TEC/REC statistics processing by Tomoya · 14 years ago
  38. fea9294 pch_can: Optimize "if" condition in rx/tx processing by Tomoya · 14 years ago
  39. 3332bc5 pch_can: Fix incorrect return processing by Tomoya · 14 years ago
  40. a6f6d6b pch_can: Move MSI processing to probe/remove processing by Tomoya · 14 years ago
  41. c755145 pch_can: Comment optimization by Tomoya · 14 years ago
  42. d06848b pch_can: Fix miss-setting status issue by Tomoya · 14 years ago
  43. 0e0805c pch_can: Fix bit timing calculation issue by Tomoya · 14 years ago
  44. 8714fca pch_can: Delete unnecessary/redundant code by Tomoya · 14 years ago
  45. 9388b16 pch_can: Fix coding rule violation by Tomoya · 14 years ago
  46. 435b4ef pch_can: Replace netdev_dbg instead of dev_dbg partly by Tomoya · 14 years ago
  47. e91530e pch_can: Change Copyright and module description by Tomoya · 14 years ago
  48. 44c9aa8 pch_can: Reduce register access by Tomoya · 14 years ago
  49. ca2b004 pch_can: Change functions type by Tomoya · 14 years ago
  50. bd58cbc pch_can: Rename function/macro name by Tomoya · 14 years ago
  51. 7f2bc50 pch_can: Fix warnings by Tomoya · 14 years ago
  52. 1d5b4b2 pch_can: Improve rx processing by Tomoya · 14 years ago
  53. 8ac9702 pch_can: Fix endianness issue by Tomoya · 14 years ago
  54. e489cce pch_can: Divide poll function by Tomoya · 14 years ago
  55. 76d94b2 pch_can: Add flow control processing by Tomoya · 14 years ago
  56. 1d212aa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  57. 249fab7 net: add limits to ip_default_ttl by Eric Dumazet · 14 years ago
  58. 8c4877a ehea: Use the standard logging functions by Joe Perches · 14 years ago
  59. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  60. a02e4b7 ipv6: Demark default hoplimit as zero. by David S. Miller · 14 years ago
  61. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  62. abbf46a ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls. by David S. Miller · 14 years ago
  63. 1635953 hostap: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  64. 781ba45 i2400m: drop i2400m_schedule_work() by Tejun Heo · 14 years ago
  65. fe8998c sungem: update gp->reset_task flushing by Tejun Heo · 14 years ago
  66. 760141a igb[v],ixgbe: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  67. 9beb489 iseries_veth: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  68. f5c35cc ehea: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  69. 3d6b892 ehea: kill unused ehea_rereg_mr_task by Tejun Heo · 14 years ago
  70. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  71. 6e07ebd drivers/net: remove unnecessary flush_scheduled_work() calls by Tejun Heo · 14 years ago
  72. ad1184c net: au1000_eth: remove unused global variable. by Manuel Lauss · 14 years ago
  73. 85a5649 s2io: Using static const generally increases object text and decreases data size. It also generally decreases overall object size. by Jon Mason · 14 years ago
  74. 11410b6 s2io: Update Driver Version by Jon Mason · 14 years ago
  75. c0dbf37 s2io: make strings at tables const by Jon Mason · 14 years ago
  76. 1853e2e s2io: rx_ring_sz bounds checking by Jon Mason · 14 years ago
  77. 9835fd7 igb: Add new function to read part number from EEPROM in string format by Carolyn Wyborny · 14 years ago
  78. c920aa8 e1000e: increment the driver version by Bruce Allan · 14 years ago
  79. 61c7581 e1000e: static analysis tools complain of a possible null ptr p dereference by Bruce Allan · 14 years ago
  80. e926244 e1000e: minor error message corrections by Bruce Allan · 14 years ago
  81. 36b973d e1000e: prevent null ptr dereference in e1000_tx_queue() by Bruce Allan · 14 years ago
  82. 073287c e1000e: support new PBA format from EEPROM by Bruce Allan · 14 years ago
  83. 664dc87 e1000e: 82579 PHY incorrectly identified during init by Bruce Allan · 14 years ago
  84. ce54afd e1000e: 82577/8/9 mis-configured OEM bits during S0->Sx by Bruce Allan · 14 years ago
  85. d9c76f9 e1000e: 82571 Serdes can fail to get link by Bruce Allan · 14 years ago
  86. cbd006c e1000e: 82577/8 must acquire h/w semaphore before workaround by Bruce Allan · 14 years ago
  87. ed5c2b0 e1000e: 82574/82583 performance improvement by Bruce Allan · 14 years ago
  88. a82a14f e1000e: 82571-based mezzanine card can fail ethtool link test by Bruce Allan · 14 years ago
  89. 9633e63 e1000e: fix double initialization in blink path by Holger Eitzenberger · 14 years ago
  90. 9fe93af ixgbe: cleanup string function calls to use bound checking versions. by Don Skidmore · 14 years ago
  91. 5136cad ixgbe: fix ntuple support by Emil Tantilov · 14 years ago
  92. d994653 ixgbe: fix X540 to use it's own info struct by Don Skidmore · 14 years ago
  93. 2b26490 ixgbe: fix X540 phy id to correct value by Don Skidmore · 14 years ago
  94. ae54496 ixgb: Don't check for vlan group on transmit by Emil Tantilov · 14 years ago
  95. 6674450 Intel Wired LAN drivers: Use static const by Jeff Kirsher · 14 years ago
  96. 19a0b67 e1000: fix return value not set on error by Dean Nelson · 14 years ago
  97. fa795e6 MAINTAINERS: Update Intel Wired LAN info by Jeff Kirsher · 14 years ago
  98. dabee56 Documentation/networking/ixgbevf.txt: Update documentation by Jeff Kirsher · 14 years ago
  99. 872857a Documentation/networking/ixgbe.txt: Update ixgbe documentation by Jeff Kirsher · 14 years ago
  100. f2be142 Documentation/networking/igbvf.txt: Update documentation by Jeff Kirsher · 14 years ago