1. 3df7a74 net: Add utility function to copy skb hash by Tom Herbert · 11 years ago
  2. 09323cc net: Add function to set the rxhash by Tom Herbert · 11 years ago
  3. 7539fad net: Add utility functions to clear rxhash by Tom Herbert · 11 years ago
  4. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  5. 1aee6cc net/hsr: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  6. 7271174 Merge branch 'bonding_netlink' by David S. Miller · 11 years ago
  7. d8838de7 bonding: add resend_igmp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  8. f70161c bonding: add xmit_hash_policy attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  9. 8990197 bonding: add fail_over_mac attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  10. 8a41ae4 bonding: add primary_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  11. 0a98a0d bonding: add primary attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  12. c3bd854 pkt_sched: fq: more robust memory allocation by Eric Dumazet · 11 years ago
  13. e7ef941 bondnl: use be32 nla put/get for be32 values by Jiri Pirko · 11 years ago
  14. 482da0f bnad: make local variable static by stephen hemminger · 11 years ago
  15. d458992 tcp: refine TSO splits by Eric Dumazet · 11 years ago
  16. 477bb93 net: remove dead code for add/del multiple by stephen hemminger · 11 years ago
  17. 6ea09d8 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  18. b80b376 Merge branch 'phy_power' by David S. Miller · 11 years ago
  19. be9dad1 net: phy: suspend phydev when going to HALTED by Sebastian Hesselbarth · 11 years ago
  20. 1211ce5 net: phy: resume/suspend PHYs on attach/detach by Sebastian Hesselbarth · 11 years ago
  21. 481b5d9 net: phy: provide phy_resume/phy_suspend helpers by Sebastian Hesselbarth · 11 years ago
  22. 0898b44 net: phy: marvell: provide genphy suspend/resume by Sebastian Hesselbarth · 11 years ago
  23. 5891115 net: mv643xx_eth: properly start/stop phy device by Sebastian Hesselbarth · 11 years ago
  24. be78cfc sctp: Reorder 'struc association' members to reduce its size by wangweidong · 11 years ago
  25. e437931 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  26. bc4d0f6 Merge branch 'ovs_hash' by David S. Miller · 11 years ago
  27. 500f808 net: ovs: use CRC32 accelerated flow hash if available by Francesco Fusco · 11 years ago
  28. 71ae8aa lib: introduce arch optimized hash library by Francesco Fusco · 11 years ago
  29. 89e47d3 fddi: cleanup unsigned to unsigned int/short by tanxiaojun · 11 years ago
  30. d3fbccf tipc: change lock_sock order in connect() by wangweidong · 11 years ago
  31. 776a74c tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h> by wangweidong · 11 years ago
  32. 3b8401f tipc: kill unnecessary goto's by wangweidong · 11 years ago
  33. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 11 years ago
  34. 6dbbbfb i40e: Remove FCoE in i40e_virtchnl_pf.c code by Neerav Parikh · 11 years ago
  35. 9007bcc i40e: support for suspend and resume by Shannon Nelson · 11 years ago
  36. 2332618 i40e: rtnl_lock in reset path fixes by Anjali Singhai Jain · 11 years ago
  37. 4b7820c i40e: Add basic support for get/set channels for RSS by Anjali Singhai Jain · 11 years ago
  38. f8ff146 i40e: function to reconfigure RSS queues and rebuild by Anjali Singhai Jain · 11 years ago
  39. bc7d338 i40e: reinit flow for the main VSI by Anjali Singhai Jain · 11 years ago
  40. bf051a3 i40e: use same number of queues as CPUs by Jesse Brandeburg · 11 years ago
  41. 895106a i40e: trivial fixes by Jesse Brandeburg · 11 years ago
  42. d52c20b i40e: init flow control settings to disabled by Jesse Brandeburg · 11 years ago
  43. 25946dd i40e: Tell the stack about our actual number of queues by Anjali Singhai Jain · 11 years ago
  44. f551b43 i40e: fix pf reset after offline test by Shannon Nelson · 11 years ago
  45. c9a3d47 i40e: fix up some of the ethtool connection reporting by Jesse Brandeburg · 11 years ago
  46. 810c23a net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len() by Jerry Chu · 11 years ago
  47. 7ed2a0d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  48. f52d81d ipv6: fix compiler warning in ipv6_exthdrs_len by Hannes Frederic Sowa · 11 years ago
  49. df01216 Merge branch 'bonding_rcu' by David S. Miller · 11 years ago
  50. f236910 bonding: rebuild the bond_resend_igmp_join_requests_delayed() by dingtianhong · 11 years ago
  51. 75ad932 bonding: remove unwanted lock for bond_store_primaryxxx() by dingtianhong · 11 years ago
  52. 4e789fc bonding: remove unwanted lock for bond_option_active_slave_set() by dingtianhong · 11 years ago
  53. be79bd0 bonding: add RCU for bond_3ad_state_machine_handler() by dingtianhong · 11 years ago
  54. c851703 bonding: remove unwanted lock for bond enslave and release by dingtianhong · 11 years ago
  55. eb9fa4b bonding: rebuild the lock use for bond_activebackup_arp_mon() by dingtianhong · 11 years ago
  56. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  57. 2e52f4f bonding: rebuild the lock use for bond_loadbalance_arp_mon() by dingtianhong · 11 years ago
  58. 733ab63 bonding: rebuild the lock use for bond_alb_monitor() by dingtianhong · 11 years ago
  59. 4cb4f97 bonding: rebuild the lock use for bond_mii_monitor() by dingtianhong · 11 years ago
  60. b2e7ace bonding: remove the no effect lock for bond_select_active_slave() by dingtianhong · 11 years ago
  61. e57a784 pkt_sched: set root qdisc before change() in attach_default_qdiscs() by Eric Dumazet · 11 years ago
  62. 59bcaed Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  63. 0aac68f Merge branch 'bonding_netlink' by David S. Miller · 11 years ago
  64. d5c8425 bonding: add arp_all_targets netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  65. 29c4948 bonding: add arp_validate netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  66. 7f28fa1 bonding: add arp_ip_target netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  67. 06151db bonding: add arp_interval netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  68. 9f53e14 bonding: add use_carrier netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  69. c7461f9 bonding: add downdelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  70. 25852e2 bonding: add updelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  71. eecdaa6 bonding: add miimon netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  72. 1cbac01 packet: fix using smp_processor_id() in preemptible code by Li Zhong · 11 years ago
  73. f085ff1 netconf: add proxy-arp support by stephen hemminger · 11 years ago
  74. f647a52 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
  75. bbbe714 sfc: Remove unnecessary condition for processing the TX timestamp queue by Ben Hutchings · 11 years ago
  76. a45a3a5 sfc: Don't clear timestamps in efx_ptp_rx() by Ben Hutchings · 11 years ago
  77. 9aecda9 sfc: Enable PTP clock and timestamping for all functions on EF10 by Ben Hutchings · 11 years ago
  78. 0bcf4a6 sfc: Associate primary and secondary functions of controller by Ben Hutchings · 11 years ago
  79. ef215e6 sfc: Store VPD serial number at probe time by Ben Hutchings · 11 years ago
  80. bd9a265 sfc: Add RX packet timestamping for EF10 by Jon Cooper · 11 years ago
  81. 2ccd0b1 sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() by Ben Hutchings · 11 years ago
  82. 9ec0659 sfc: split setup of hardware timestamping into NIC-type operation by Daniel Pieczko · 11 years ago
  83. a6f7346 sfc: Add support for SFC9100 timestamp format by Laurence Evans · 11 years ago
  84. dfd8d58 sfc: Tidy up PTP synchronization code by Laurence Evans · 11 years ago
  85. 94cd60d sfc: PTP - tidy up unused/useless variables by Laurence Evans · 11 years ago
  86. bc0f3c1 sfc: Remove kernel-doc for efx_ptp_data fields not present in this version by Ben Hutchings · 11 years ago
  87. 5d0dab0 sfc: Initialise efx_ptp_data::phc_clock_info from a static template by Ben Hutchings · 11 years ago
  88. c1dbdea sfc: Do not use MAC address as clock name by Ben Hutchings · 11 years ago
  89. 8349f7f sfc: Store flags from MC_CMD_DRV_ATTACH for later use by Ben Hutchings · 11 years ago
  90. ac36baf sfc: Remove dependency of PTP on having a dedicated channel by Ben Hutchings · 11 years ago
  91. 62a1c70 sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}() by Ben Hutchings · 11 years ago
  92. 065e64c sfc: Return EBUSY for filter insertion on EF10, matching Falcon/Siena by Ben Hutchings · 11 years ago
  93. a84f3bf9 sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10 by Ben Hutchings · 11 years ago
  94. d615c03 sfc: Fold efx_flush_all() into efx_stop_port() and update comments by Ben Hutchings · 11 years ago
  95. ea136ae sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPP by Ben Hutchings · 11 years ago
  96. 1e0b812 sfc: Log all unexpected MCDI errors by Edward Cree · 11 years ago
  97. 8d13a37 sfc: Add new sensor names by Ben Hutchings · 11 years ago
  98. 0cf7a45 sfc: Revise sensor names to be more understandable and consistent by Edward Cree · 11 years ago
  99. 2b216ce sfc: Report units in sensor warnings by Edward Cree · 11 years ago
  100. f8f3b5a sfc: Correct RX dropped count for drops while interface is down by Jon Cooper · 11 years ago