1. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  2. 544f287 bonding: check error value of register_netdevice() immediately by Taehee Yoo · 4 years, 6 months ago
  3. f548a47 bonding: don't need RTNL for ipsec helpers by Jarod Wilson · 4 years, 6 months ago
  4. 5cd24cb bonding: deal with xfrm state in all modes and add more error-checking by Jarod Wilson · 4 years, 6 months ago
  5. a3b658c bonding: allow xfrm offload setup post-module-load by Jarod Wilson · 4 years, 7 months ago
  6. 18c955b bonding: Remove extraneous parentheses in bond_setup by Nathan Chancellor · 4 years, 7 months ago
  7. bdfd2d1 bonding/xfrm: use real_dev instead of slave_dev by Jarod Wilson · 4 years, 7 months ago
  8. 18cb261 bonding: support hardware encryption offload to slaves by Jarod Wilson · 4 years, 7 months ago
  9. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  10. 76cd622 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 4 years, 8 months ago
  11. ae46f18 bonding: propagate transmit status by Eric Dumazet · 4 years, 9 months ago
  12. e7511f5 bonding: remove useless stats_lock_key by Cong Wang · 4 years, 9 months ago
  13. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 9 months ago
  14. 33720aa bonding: Implement ndo_get_xmit_slave by Maor Gottlieb · 4 years, 9 months ago
  15. 6b447e7 bonding: Add array of all slaves by Maor Gottlieb · 4 years, 9 months ago
  16. 5a19f1c bonding: Add function to get the xmit slave in active-backup mode by Maor Gottlieb · 4 years, 9 months ago
  17. 29d5bbc bonding: Add helper function to get the xmit slave in rr mode by Maor Gottlieb · 4 years, 9 months ago
  18. c071d91 bonding: Add helper function to get the xmit slave based on hash by Maor Gottlieb · 4 years, 9 months ago
  19. ed7d4f0 bonding: Rename slave_arr to usable_slaves by Maor Gottlieb · 4 years, 9 months ago
  20. 119d48f bonding: Export skip slave logic to function by Maor Gottlieb · 4 years, 9 months ago
  21. 2b526b5 net/bond: Delete driver and module versions by Leon Romanovsky · 5 years ago
  22. e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  23. 2e92a2d net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT by Julian Wiedmann · 5 years ago
  24. b3e80d4 bonding: fix lockdep warning in bond_get_stats() by Taehee Yoo · 5 years ago
  25. 064ff66 bonding: add missing netdev_update_lockdep_key() by Taehee Yoo · 5 years ago
  26. 5d485ed bonding: fix active-backup transition after link failure by Mahesh Bandewar · 5 years ago
  27. 9e99bfe bonding: fix bond_neigh_init() by Eric Dumazet · 5 years ago
  28. f394722 neighbour: remove neigh_cleanup() method by Eric Dumazet · 5 years ago
  29. df98be0 bonding: symmetric ICMP transmit by Matteo Croce · 5 years ago
  30. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  31. 1899bb3 bonding: fix state transition issue in link monitoring by Jay Vosburgh · 5 years ago
  32. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 58deb77 bonding: balance ICMP echoes in layer3+4 mode by Matteo Croce · 5 years ago
  34. ad9bd8d bonding: fix using uninitialized mode_lock by Taehee Yoo · 5 years ago
  35. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  36. 089bca2 bonding: use dynamic lockdep key instead of subclass by Taehee Yoo · 5 years ago
  37. 65de65d bonding: fix unexpected IFF_BONDING bit unset by Taehee Yoo · 5 years ago
  38. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  39. a713753 bonding: fix potential NULL deref in bond_update_slave_arr by Eric Dumazet · 5 years ago
  40. d595b03 bonding: Add vlan tx offload to hw_enc_features by YueHaibing · 5 years ago
  41. 12185df bonding: Force slave speed check after link state recovery for 802.3ad by Thomas Falcon · 6 years ago
  42. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 07a4dde bonding: add an option to specify a delay between peer notifications by Vincent Bernat · 6 years ago
  44. 9d1bc24 bonding: validate ip header before check IPPROTO_IGMP by Cong Wang · 6 years ago
  45. b8bd72d bonding/main: fix NULL dereference in bond_select_active_slave() by Eric Dumazet · 6 years ago
  46. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  47. 30d8177 bonding: Always enable vlan tx offload by YueHaibing · 6 years ago
  48. e2a7420 bonding/main: convert to using slave printk macros by Jarod Wilson · 6 years ago
  49. f43b653 bonding: fix error messages in bond_do_fail_over_mac by Jarod Wilson · 6 years ago
  50. 75466dc bonding: improve event debug usability by Jarod Wilson · 6 years ago
  51. 2e770b5 net: bonding: Inherit MPLS features from slave devices by Ariel Levkovich · 6 years ago
  52. 3340312 bonding/802.3ad: fix slave link initialization transition states by Jarod Wilson · 6 years ago
  53. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. 92480b3 bonding: fix event handling for stacked bonds by Sabrina Dubroca · 6 years ago
  55. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  56. 47f7062 net: Remove switchdev.h inclusion from team/bond/vlan by Florian Fainelli · 6 years ago
  57. 3c963a3 bonding: fix PACKET_ORIGDEV regression by Michal Soltys · 6 years ago
  58. 001e465 bonding: update nest level on unlink by Willem de Bruijn · 6 years ago
  59. 1caf40d net: bonding: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  60. b924591 net: bonding: Give bond_set_dev_addr() a return value by Petr Machata · 6 years ago
  61. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  62. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  63. ea53abf bonding/802.3ad: fix link_failure_count tracking by Jarod Wilson · 6 years ago
  64. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  65. 0f3b914 bonding: fix warning message by Mahesh Bandewar · 6 years ago
  66. d4859d7 bonding: avoid possible dead-lock by Mahesh Bandewar · 6 years ago
  67. 6a9e461 bonding: pass link-local packets to bonding master also. by Mahesh Bandewar · 6 years ago
  68. 93f62ad bonding: use netpoll_poll_dev() helper by Eric Dumazet · 6 years ago
  69. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  70. 7e2556e bonding: avoid lockdep confusion in bond_get_stats() by Eric Dumazet · 6 years ago
  71. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 7 years ago
  72. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  73. f44aa9e net: include hash policy in LAG changeupper info by John Hurley · 7 years ago
  74. 8eea1ca gso: limit udp gso to egress-only virtual devices by Willem de Bruijn · 7 years ago
  75. 7e878b6 bonding: introduce link change helper by Tonghao Zhang · 7 years ago
  76. b3c898e Revert "bonding: allow carrier and link status to determine link state" by Debabrata Banerjee · 7 years ago
  77. 1386c36b bonding: allow carrier and link status to determine link state by Debabrata Banerjee · 7 years ago
  78. e79c105 bonding: allow use of tx hashing in balance-alb by Debabrata Banerjee · 7 years ago
  79. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. ae35c6f bonding: use the skb_get/set_queue_mapping by Tonghao Zhang · 7 years ago
  81. dbdc8a2 bonding: replace the return value type by Tonghao Zhang · 7 years ago
  82. 21706ee bonding: send learning packets for vlans on slave by Debabrata Banerjee · 7 years ago
  83. ddea788 bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave by Xin Long · 7 years ago
  84. 9f5a90c bonding: process the err returned by dev_set_allmulti properly in bond_enslave by Xin Long · 7 years ago
  85. ae42cc6 bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave by Xin Long · 7 years ago
  86. 5c78f6b bonding: fix the err path for dev hwaddr sync in bond_enslave by Xin Long · 7 years ago
  87. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  88. 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
  89. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. 055db69 bonding: fix slave stuck in BOND_LINK_FAIL state by Jay Vosburgh · 7 years ago
  91. b5f8621 bonding: discard lowest hash bit for 802.3ad layer3+4 by Hangbin Liu · 7 years ago
  92. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  93. 4597efe bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link by Xin Long · 7 years ago
  94. 759088b net: bonding: Add extack messages for some enslave failures by David Ahern · 7 years ago
  95. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  96. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  97. 4d2c0cd bonding: speed/duplex update at NETDEV_UP event by Mahesh Bandewar · 7 years ago
  98. 6ade97d arp: make arp_hdr_len() return unsigned int by Alexey Dobriyan · 7 years ago
  99. f13ad10 net: bonding: fix tlb_dynamic_lb default value by Nikolay Aleksandrov · 7 years ago
  100. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 7 years ago