1. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  2. 653864d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  3. fbfcec6 phylib: make phy_scan_fixups() static by Sergei Shtylyov · 11 years ago
  4. 29935ae phylib: remove unused adjust_state() callback by Sergei Shtylyov · 11 years ago
  5. 77051ed phy: kill excess empty lines by Sergei Shtylyov · 11 years ago
  6. 553fe92 phy: kill excess code by Sergei Shtylyov · 11 years ago
  7. e62a768 phy: kill useless local variables by Sergei Shtylyov · 11 years ago
  8. 4017b4d <linux/phy.h>: coding style fixes by Sergei Shtylyov · 11 years ago
  9. 02d320c mdio_bus: coding style fixes by Sergei Shtylyov · 11 years ago
  10. 2f53e90 phy: coding style fixes by Sergei Shtylyov · 11 years ago
  11. f4a1c5c i40e: report VF MAC addresses correctly by Mitch Williams · 11 years ago
  12. 0556a9e i40e: update led set args by Jesse Brandeburg · 11 years ago
  13. 12dc4fe i40e: make a define from a large constant by Mitch Williams · 11 years ago
  14. 499ec80 i40e: be more informative by Mitch Williams · 11 years ago
  15. adaf356 i40e: fix error return by Mitch Williams · 11 years ago
  16. fda972f i40e: remove chatty log messages by Mitch Williams · 11 years ago
  17. 88f6563 i40e: remove redundant code by Mitch Williams · 11 years ago
  18. fc18eaa i40e: refactor VF reset flow by Mitch Williams · 11 years ago
  19. 805bd5b i40e: move i40e_reset_vf by Mitch Williams · 11 years ago
  20. 8144f0f i40e: Rx checksum offload for VXLAN by Joseph Gasparakis · 11 years ago
  21. a1c9a9d i40e: Implementation of VXLAN ndo's by Jeff Kirsher · 11 years ago
  22. be1d5ee i40e: fix curly brace use and return type by Shannon Nelson · 11 years ago
  23. 8e2773a i40e: add wake-on-lan support by Shannon Nelson · 11 years ago
  24. d4dfb81 i40e: Populate and check pci bus speed and width by Catherine Sullivan · 11 years ago
  25. 9c010ee i40e: Suppress HMC error to Interrupt message level by Anjali Singhai Jain · 11 years ago
  26. 4836650 i40e: using for_each_set_bit to simplify the code by Wei Yongjun · 11 years ago
  27. 55fdbfe pci_regs.h: Add PCI bus link speed and width defines by Jeff Kirsher · 11 years ago
  28. ffeed1beb Merge branch 'bonding' by David S. Miller · 11 years ago
  29. 3243c47 bonding: add bounds checking for tbl params by sfeldma@cumulusnetworks.com · 11 years ago
  30. 288db0a bonding: fix netlink msg size by sfeldma@cumulusnetworks.com · 11 years ago
  31. 4ee7ac7 bonding: add ad_info attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  32. ec029fa bonding: add ad_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  33. 998e40bb bonding: add lacp_rate attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  34. baf4255 Merge branch 'tg3' by David S. Miller · 11 years ago
  35. 20170e7 tg3: Update version to 3.136 by Nithin Sujir · 11 years ago
  36. 1743b83 tg3: Poll cpmu link state on APE + ASF enabled devices by Nithin Sujir · 11 years ago
  37. f82995b tg3: Set the MAC clock to the fastest speed during boot code load by Nithin Sujir · 11 years ago
  38. e565eec tg3: Add unicast filtering support. by Michael Chan · 11 years ago
  39. f022ae6 tg3: Refactor __tg3_set_mac_addr() by Michael Chan · 11 years ago
  40. 5e419e6 llc: make lock static by stephen hemminger · 11 years ago
  41. 8f09898 socket: cleanups by stephen hemminger · 11 years ago
  42. 128296f sh_eth: coding style fixes by Sergei Shtylyov · 11 years ago
  43. 45ea393 r8152: fix the wrong return value by hayeswang · 11 years ago
  44. c018b7a smsc9420: use named constants for pci_power_t values by Julia Lawall · 11 years ago
  45. e9bf3b0 Merge branch 'tunnel_dst_caching' by David S. Miller · 11 years ago
  46. 9a4aa9a ipv4: Use percpu Cache route in IP tunnels by Tom Herbert · 11 years ago
  47. 7d442fa ipv4: Cache dst in tunnels by Tom Herbert · 11 years ago
  48. f916ec9 sctp: Add process name and pid to deprecation warnings by Neil Horman · 11 years ago
  49. 2d4dda7 net: tulip: delete useless tests on netdev_priv by Julia Lawall · 11 years ago
  50. c1ddf29 net: revert "sched classifier: make cgroup table local" by Cong Wang · 11 years ago
  51. de6fb28 sched classifier: make cgroup table local by stephen hemminger · 11 years ago
  52. 9c75f40 sched action: make local function static by stephen hemminger · 11 years ago
  53. 2156d9a mlx4_en: Only cycle port if HW timestamp config changes by Shawn Bohrer · 11 years ago
  54. ad7d4ea mlx4_en: Add PTP hardware clock by Shawn Bohrer · 11 years ago
  55. dd9b455 ipv4: switch and case should be at the same indent by Weilong Chen · 11 years ago
  56. 442c67f ipv4: spaces required around that '=' by Weilong Chen · 11 years ago
  57. 96bfc80 net: Cleanup in eth-netx.h by Sachin Kamat · 11 years ago
  58. 769f01e hamradio: 6pack: fix error return code by Julia Lawall · 11 years ago
  59. 4fc3ecd net: fix error return code by Julia Lawall · 11 years ago
  60. 0c3584d ipv6: remove prune parameter for fib6_clean_all by Li RongQing · 11 years ago
  61. b055597 tipc: make the code look more readable by wangweidong · 11 years ago
  62. fbe4d45 tun, rfs: fix the incorrect hash value by Zhi Yong Wu · 11 years ago
  63. 56022a8 ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is set by Salam Noureddine · 11 years ago
  64. e824353 ipv6: namespace cleanups by stephen hemminger · 11 years ago
  65. 1d143d9 net: core functions cleanup by stephen hemminger · 11 years ago
  66. 2173f8d netlink: cleanup tap related functions by stephen hemminger · 11 years ago
  67. 6da67d2 bonding: make more functions static by stephen hemminger · 11 years ago
  68. 3678a9d netlink: cleanup rntl_af_register by stephen hemminger · 11 years ago
  69. 47d1f71 stmicro: make local variables static by stephen hemminger · 11 years ago
  70. 8e769788 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  71. 8169d10 Merge branch 'bonding' by David S. Miller · 11 years ago
  72. 844223a bonding: use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 11 years ago
  73. 359632e bonding: remove the return value for bond_3ad_bind_slave() by dingtianhong · 11 years ago
  74. d316ded bonding: remove unwanted return value for bond_dev_queue_xmit() by dingtianhong · 11 years ago
  75. 3900f29 bonding: slight optimizztion for bond_slave_override() by dingtianhong · 11 years ago
  76. 4d4ac1b bonding: slight optimization for bond_alb_xmit() by dingtianhong · 11 years ago
  77. a742e1f bonding: slight optimization for bond_3ad_xmit_xor() by dingtianhong · 11 years ago
  78. 815117a bonding: use ether_addr_equal_unaligned for bond addr compare by dingtianhong · 11 years ago
  79. 4b903e3 Merge branch 'r8152' by David S. Miller · 11 years ago
  80. 43779f8 r8152: support RTL8153 by hayeswang · 11 years ago
  81. 507605a r8152: split rtl8152_enable by hayeswang · 11 years ago
  82. c81229c r8152: add rtl_ops by hayeswang · 11 years ago
  83. 8e1f51b r8152: change some definitions by hayeswang · 11 years ago
  84. ac244d3 r8152: modify the method of accessing PHY by hayeswang · 11 years ago
  85. e3fe0b1 r8152: move rtl8152_unload and ocp_reg_write by hayeswang · 11 years ago
  86. 63d515c Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  87. d15e2a9 cnic: Add a signature to indicate valid doorbell offset. by Eddie Wai · 11 years ago
  88. 487d9ed bnx2: Update version to 2.2.5. by Michael Chan · 11 years ago
  89. 4016bad bnx2: Report MDI/MDIX status to ethtool. by Michael Chan · 11 years ago
  90. 41033b6 bnx2: Enable auto-mdix when autoneg is disabled. by Michael Chan · 11 years ago
  91. d17e53b bnx2: Advertise nothing when speed is forced by Michael Chan · 11 years ago
  92. ad86c55 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
  93. 90327e7 i40evf: A0 silicon specific by Greg Rose · 11 years ago
  94. 105bf2f i40evf: add driver to kernel build system by Greg Rose · 11 years ago
  95. d358aa9 i40evf: init code and hardware support by Greg Rose · 11 years ago
  96. 5321a21 i40evf: driver core headers by Greg Rose · 11 years ago
  97. 62683ab i40evf: virtual channel interface by Greg Rose · 11 years ago
  98. fbb7ddf i40evf: core ethtool functionality by Greg Rose · 11 years ago
  99. 7f12ad7 i40evf: transmit and receive functionality by Greg Rose · 11 years ago
  100. 5eae00c i40evf: main driver core by Greg Rose · 11 years ago