1. b73e9e3 x25: convert printks to pr_<level> by wangweidong · 11 years ago
  2. d346a3f packet: introduce PACKET_QDISC_BYPASS socket option by Daniel Borkmann · 11 years ago
  3. 4262e5c net: dev: move inline skb_needs_linearize helper to header by Daniel Borkmann · 11 years ago
  4. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  5. 66e56cd packet: fix send path when running with proto == 0 by Daniel Borkmann · 11 years ago
  6. 95dc192 pkt_sched: give visibility to mq slave qdiscs by Eric Dumazet · 11 years ago
  7. fbec370 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  8. 42cd36a wan: wanxl: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  9. 9e2c921 wan: pci200syn: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  10. 06bbd68 wan: pc300too: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  11. 94d6b53 wan: lmc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  12. 3c0d6d3 wan: dscc4: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  13. 825d15d irda: vlsi_ir: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  14. 12c51e1 irda: via-ircc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  15. 3722c1b net: forcedeth: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  16. e28f4d5 net: ns83820: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  17. add0cdb net: bna: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  18. e104637 net: sis900: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  19. 3166950 net: sfc: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  20. 93cd765 i40e: Add a new variable to track number of pf instances by Anjali Singhai Jain · 11 years ago
  21. 4a38d09 i40e: add num_VFs message by Anjali Singhai Jain · 11 years ago
  22. 7b08639 i40e: refactor ethtool tests by Shannon Nelson · 11 years ago
  23. c140c17 i40e: clear test state bit after all ethtool tests by Shannon Nelson · 11 years ago
  24. ac6c5e3 i40e: only set up the rings to be used by Shannon Nelson · 11 years ago
  25. 4617e8c i40e: Enable all PCTYPEs except FCOE for RSS. by Anjali Singhai Jain · 11 years ago
  26. f650a38 i40e: refactor reset code by Anjali Singhai Jain · 11 years ago
  27. 217ffd4 i40e: Bump version by Catherine Sullivan · 11 years ago
  28. a19a41e i40e: whitespace by Jeff Kirsher · 11 years ago
  29. 7134f9c i40e: enable early hardware support by Jesse Brandeburg · 11 years ago
  30. e1c51b95 i40e: Add flag for L2 VEB filtering by Kevin Scott · 11 years ago
  31. be405eb i40e: get media type during link info by Jesse Brandeburg · 11 years ago
  32. 8a49492 i40e: check multi-bit state correctly by Jesse Brandeburg · 11 years ago
  33. dcf8f55 i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptor by Jacob Keller · 11 years ago
  34. 0d74c42 ether_addr_equal: Optimize implementation, remove unused compare_ether_addr by Joe Perches · 11 years ago
  35. 5cc208b unix: convert printks to pr_<level> by wangweidong · 11 years ago
  36. 53bd674 ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addresses by Jiri Pirko · 11 years ago
  37. 479840f ipv6 addrconf: extend ifa_flags to u32 by Jiri Pirko · 11 years ago
  38. 98bfd23 virtio-net: free bufs correctly on invalid packet length by Michael Dalton · 11 years ago
  39. a328f3a net: mvneta: Fix incorrect DMA unmapping size by Ezequiel Garcia · 11 years ago
  40. 859828c br: fix use of ->rx_handler_data in code executed on non-rx_handler path by Jiri Pirko · 11 years ago
  41. d4fb84e virtio: delete napi structures from netdev before releasing memory by Andrey Vagin · 11 years ago
  42. fa9fac1 virtio-net: determine type of bufs correctly by Andrey Vagin · 11 years ago
  43. e624702 net: introduce dev_consume_skb_any() by Eric Dumazet · 11 years ago
  44. f96eb74 tun: remove unused parameter in tun_do_read() by Zhi Yong Wu · 11 years ago
  45. 55ec8e2 macvtap: remove unused parameter in macvtap_do_read() by Zhi Yong Wu · 11 years ago
  46. 359d44d macvtap: remove the dead branch by Zhi Yong Wu · 11 years ago
  47. 59566b6e vhost: remove the dead branch by Zhi Yong Wu · 11 years ago
  48. a752a8b bonding: fix packets_per_slave showing by Nikolay Aleksandrov · 11 years ago
  49. 941c225 tg3: Update version to 3.135 by Nithin Sujir · 11 years ago
  50. 94962f7 tg3: Expand multicast drop counter miscounting fix to 5762 by Nithin Sujir · 11 years ago
  51. efe8f0e tg3: Fix bit definition for the nvram Auto Power Down setting by Nithin Sujir · 11 years ago
  52. 7c78606 tg3: Add flag to disable 1G Half Duplex advertisement by Nithin Sujir · 11 years ago
  53. ec99f76 tg3: Don't add rxbds_empty to rx_over_errors by Nithin Sujir · 11 years ago
  54. b05004a be2net: Free/delete pmacs (in be_clear()) only if they exist by Somnath Kotur · 11 years ago
  55. 4bebb56 be2net: Fix Lancer error recovery to distinguish FW download by Somnath Kotur · 11 years ago
  56. eb25a4e Merge branch 'of_mdio' by David S. Miller · 11 years ago
  57. 9f2b093 Documentation: update Ethernet PHY devices binding with 'max-speed' by Florian Fainelli · 11 years ago
  58. b0ac956 arc_emac: remove custom "max-speed" parsing code by Florian Fainelli · 11 years ago
  59. 8fdade4 net: of_mdio: parse "max-speed" property to set PHY supported features by Florian Fainelli · 11 years ago
  60. e9fbdf1 net: phy: breakdown PHY_*_FEATURES defines by Florian Fainelli · 11 years ago
  61. 7d97637 net: of_mdio: do not overwrite PHY interrupt configuration by Florian Fainelli · 11 years ago
  62. bed2f9e net: of_mdio: use PHY_MAX_ADDR constant by Florian Fainelli · 11 years ago
  63. 2e79cb3 net: of_mdio: factor PHY registration from of_mdiobus_register by Florian Fainelli · 11 years ago
  64. 9d2c881 sctp: fix some comments in associola.c by wangweidong · 11 years ago
  65. ce4a03d sctp: convert sctp_peer_needs_update to boolean by wangweidong · 11 years ago
  66. 8b7318d sctp: remove the else path by wangweidong · 11 years ago
  67. d1d6618 sctp: remove the duplicate initialize by wangweidong · 11 years ago
  68. 19e1190 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  69. f1abb34 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  70. f54b311 tcp: auto corking by Eric Dumazet · 11 years ago
  71. d8535a0 3c59x/net: Use dev_is_pci() instead of hardcoding by Yijing Wang · 11 years ago
  72. 5349d93 net/fddi: Replace local macro with PCI standard macro by Yijing Wang · 11 years ago
  73. 7b7fc97 tcp: optimize some skb_shinfo(skb) uses by Eric Dumazet · 11 years ago
  74. 84b9cd6 gro: small napi_get_frags() optim by Eric Dumazet · 11 years ago
  75. 15c77d8 ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward() by Eric Dumazet · 11 years ago
  76. 22781a5 packet: use macro GET_PBDQC_FROM_RB to simplify the codes by Duan Jiong · 11 years ago
  77. 92d4ea6 tun: spelling fixes by stephen hemminger · 11 years ago
  78. d0b7da8a tun: update file current position by Zhi Yong Wu · 11 years ago
  79. e6ebc7f macvtap: update file current position by Zhi Yong Wu · 11 years ago
  80. c057b19 net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  81. d377050 net/irda: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  82. e664eab netfilter: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  83. d484ff1 netlabel: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  84. a6227e2 include/net/: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  85. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  86. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  87. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  88. 9cb0007 usb: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  89. e8478de irda: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  90. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  91. d86804c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  92. e08fd97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  93. 91612c3 i40e: sync header files with hardware by Anjali Singhai Jain · 11 years ago
  94. b7b580a i40e: restrict diag test length by Kamil Krawczyk · 11 years ago
  95. 7823fe3 i40e: add support for triggering EMPR by Shannon Nelson · 11 years ago
  96. cd92e72 i40e: add interrupt test by Shannon Nelson · 11 years ago
  97. 2759997 i40e: default debug mask setting by Shannon Nelson · 11 years ago
  98. 4f28c72 i40e: fix debugging messages by Mitch Williams · 11 years ago
  99. 7e68edf9 i40e: properly add VF MAC addresses by Mitch Williams · 11 years ago
  100. d4946cf i40e: retry call on timeout by Shannon Nelson · 11 years ago