1. ddea788 bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave by Xin Long · 7 years ago
  2. 9f5a90c bonding: process the err returned by dev_set_allmulti properly in bond_enslave by Xin Long · 7 years ago
  3. ae42cc6 bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave by Xin Long · 7 years ago
  4. 5c78f6b bonding: fix the err path for dev hwaddr sync in bond_enslave by Xin Long · 7 years ago
  5. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  6. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. 055db69 bonding: fix slave stuck in BOND_LINK_FAIL state by Jay Vosburgh · 7 years ago
  9. b5f8621 bonding: discard lowest hash bit for 802.3ad layer3+4 by Hangbin Liu · 7 years ago
  10. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  11. 4597efe bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link by Xin Long · 7 years ago
  12. 759088b net: bonding: Add extack messages for some enslave failures by David Ahern · 7 years ago
  13. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  14. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  15. 4d2c0cd bonding: speed/duplex update at NETDEV_UP event by Mahesh Bandewar · 7 years ago
  16. 6ade97d arp: make arp_hdr_len() return unsigned int by Alexey Dobriyan · 7 years ago
  17. f13ad10 net: bonding: fix tlb_dynamic_lb default value by Nikolay Aleksandrov · 7 years ago
  18. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 7 years ago
  19. ad729bc9 bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 7 years ago
  20. d94708a bonding: commit link status change after propose by WANG Cong · 7 years ago
  21. cbf5ecb net: bonding: Fix transmit load balancing in balance-alb mode by Kosuke Tatsukawa · 7 years ago
  22. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 8 years ago
  23. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. eca59f6 net: Remove support for bridge bypass ndos from stacked devices by Arkadi Sharshevsky · 8 years ago
  25. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  26. 7a7e96e bonding: Prevent duplicate userspace notification by Vlad Yasevich · 8 years ago
  27. 797a936 bonding: Don't update slave->link until ready to commit by Nithin Sujir · 8 years ago
  28. 72ccc47 bonding: fix randomly populated arp target array by Jarod Wilson · 8 years ago
  29. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  30. 19cdead bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal by Paolo Abeni · 8 years ago
  31. ea8ffc0 bonding: fix wq initialization for links created via netlink by Mahesh Bandewar · 8 years ago
  32. b89f04c bonding: deliver link-local packets with skb->dev set to link that packets arrived on by Chonggang Li · 8 years ago
  33. fb9eb89 bonding: handle link transition from FAIL to UP correctly by Mahesh Bandewar · 8 years ago
  34. faeeb31 bonding: attempt to better support longer hw addresses by Jarod Wilson · 8 years ago
  35. 3f3c278 bonding: fix active-backup transition by Mahesh Bandewar · 8 years ago
  36. 142c659 bonding: refine bond_fold_stats() wrap detection by Eric Dumazet · 8 years ago
  37. b5bf0f5 bonding: correctly update link status during mii-commit phase by Mahesh Bandewar · 8 years ago
  38. c4adfc8 bonding: make speed, duplex setting consistent with link state by Mahesh Bandewar · 8 years ago
  39. de77ecd bonding: improve link-status update in mii-monitoring by Mahesh Bandewar · 8 years ago
  40. dc9c4d0 bonding: reduce scope of some global variables by Mahesh Bandewar · 8 years ago
  41. 8b426dc bonding: remove hardcoded value by Mahesh Bandewar · 8 years ago
  42. 4493b81 bonding: initialize work-queues during creation of bond by Mahesh Bandewar · 8 years ago
  43. d5e73f7 bonding: restructure arp-monitor by Mahesh Bandewar · 8 years ago
  44. 31c0541 bonding: use ETH_MAX_MTU as max mtu by WANG Cong · 8 years ago
  45. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  46. 3d67576 bonding: Remove unnecessary returned value check by Zhu Yanjun · 8 years ago
  47. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  48. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  49. d46b634 net: bonding: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  50. b3208b2 net: bonding: Flip to the new dev walk API by David Ahern · 8 years ago
  51. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  52. 4ad41c1 bonding: quit messing with IOCTL by Al Viro · 8 years ago
  53. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 24b27fc bonding: Fix bonding crash by Mahesh Bandewar · 8 years ago
  55. f9f225e bonding: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  56. 0d039f3 bonding: fix the typo by Zhu Yanjun · 8 years ago
  57. 1533e77 net/bonding: Enforce active-backup policy for IPoIB bonds by Mark Bloch · 8 years ago
  58. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. a30b016 bonding: fix enslavement slave link notifications by Aviv Heller · 9 years ago
  60. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  61. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 9 years ago
  62. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  63. fe30937 bonding: fix bond_get_stats() by Eric Dumazet · 9 years ago
  64. 1098cee bonding: remove duplicate set of flag IFF_MULTICAST by Zhang Shengju · 9 years ago
  65. 9856909 net: bonding: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  66. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  67. 266b495 bonding: don't use stale speed and duplex information by Jay Vosburgh · 9 years ago
  68. 21a75f0 bonding: Fix ARP monitor validation by Jay Vosburgh · 9 years ago
  69. 1e2a886 bonding: use return instead of goto by Zhang Shengju · 9 years ago
  70. d66bd90 bonding: trivial: style fixes by Zhang Shengju · 9 years ago
  71. c6140a2 bonding: add slave device name for debug by Zhang Shengju · 9 years ago
  72. f344b0d bond: track sum of rx_nohandler for all slaves by Jarod Wilson · 9 years ago
  73. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. 03d84a5 bonding: Prevent IPv6 link local address on enslaved devices by Karl Heiss · 9 years ago
  75. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  76. ce3ea1c net: bonding: remove redudant brackets by yzhu1 · 9 years ago
  77. 57beaca bonding: set inactive flags on release by Jiri Pirko · 9 years ago
  78. f7c7eb7 bonding: implement lower state change propagation by Jiri Pirko · 9 years ago
  79. 5d39706 bonding: allow notifications for bond_set_slave_link_state by Jiri Pirko · 9 years ago
  80. 41f0b04 bonding: fill-up LAG changeupper info struct and pass it along by Jiri Pirko · 9 years ago
  81. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  82. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  83. 40baec2 bonding: fix panic on non-ARPHRD_ETHER enslave failure by Jay Vosburgh · 9 years ago
  84. 52bc671 bonding: simplify / unify event handling code for 3ad mode. by Mahesh Bandewar · 9 years ago
  85. e87eb40 bonding: support encapsulated ipv6 TSO by Eric Dumazet · 9 years ago
  86. 4b1b865 bonding: use l4 hash if available by Eric Dumazet · 9 years ago
  87. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  88. 06fb4e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. b0d4943 bonding: fix bond_poll_controller bh_enable warning by Nikolay Aleksandrov · 9 years ago
  90. 1e6f20c net: bonding: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  91. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. b02e3e9 bonding: Gratuitous ARP gets dropped when first slave added by Venkat Venkatsubra · 9 years ago
  93. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  94. a951bc1 bonding: correct the MAC address for "follow" fail_over_mac policy by dingtianhong · 9 years ago
  95. 7d5cd2c bonding: correctly handle bonding type change on enslave failure by Nikolay Aleksandrov · 9 years ago
  96. 06f6d10 bonding: fix destruction of bond with devices different from arphrd_ether by Nikolay Aleksandrov · 9 years ago
  97. 22f94e6 bonding: trivial: remove unused variables by Nikolay Aleksandrov · 9 years ago
  98. b5a983f bonding: "primary_reselect" with "failure" is not working properly by Mazhar Rana · 10 years ago
  99. c3f8324 net: Add full IPv6 addresses to flow_keys by Tom Herbert · 10 years ago
  100. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago