1. 3379b3b bonding: fix indentation issues, remove extra spaces by Colin Ian King · 6 years ago
  2. 1caf40d net: bonding: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  3. b924591 net: bonding: Give bond_set_dev_addr() a return value by Petr Machata · 6 years ago
  4. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  5. 4e6feb7 bonding: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  6. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  8. 3b5b3a3 bonding: fix 802.3ad state sent to partner when unbinding slave by Toni Peltonen · 6 years ago
  9. ea53abf bonding/802.3ad: fix link_failure_count tracking by Jarod Wilson · 6 years ago
  10. 414dd6f bonding: fix length of actor system by Tobias Jungel · 6 years ago
  11. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  12. 0f3b914 bonding: fix warning message by Mahesh Bandewar · 6 years ago
  13. d4859d7 bonding: avoid possible dead-lock by Mahesh Bandewar · 6 years ago
  14. 6a9e461 bonding: pass link-local packets to bonding master also. by Mahesh Bandewar · 6 years ago
  15. 93f62ad bonding: use netpoll_poll_dev() helper by Eric Dumazet · 6 years ago
  16. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. 7e2556e bonding: avoid lockdep confusion in bond_get_stats() by Eric Dumazet · 6 years ago
  18. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. 5b3df17 bonding: don't cast const buf in sysfs store by Nikolay Aleksandrov · 6 years ago
  20. c1f897c bonding: set default miimon value for non-arp modes if not set by Jarod Wilson · 6 years ago
  21. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 6 years ago
  22. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  23. eb55bbf bonding: re-evaluate force_primary when the primary slave name changes by Xiangning Yu · 6 years ago
  24. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  25. f44aa9e net: include hash policy in LAG changeupper info by John Hurley · 6 years ago
  26. 8eea1ca gso: limit udp gso to egress-only virtual devices by Willem de Bruijn · 6 years ago
  27. 7e878b6 bonding: introduce link change helper by Tonghao Zhang · 6 years ago
  28. b3c898e Revert "bonding: allow carrier and link status to determine link state" by Debabrata Banerjee · 6 years ago
  29. 1386c36b bonding: allow carrier and link status to determine link state by Debabrata Banerjee · 7 years ago
  30. e79c105 bonding: allow use of tx hashing in balance-alb by Debabrata Banerjee · 7 years ago
  31. cbeeea7 bonding: use common mac addr checks by Debabrata Banerjee · 7 years ago
  32. 2578041 bonding: don't queue up extraneous rlb updates by Debabrata Banerjee · 7 years ago
  33. 7ceed06 bonding: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
  34. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. ae35c6f bonding: use the skb_get/set_queue_mapping by Tonghao Zhang · 7 years ago
  36. dbdc8a2 bonding: replace the return value type by Tonghao Zhang · 7 years ago
  37. 21706ee bonding: send learning packets for vlans on slave by Debabrata Banerjee · 7 years ago
  38. 4fa8667 bonding: do not allow rlb updates to invalid mac by Debabrata Banerjee · 7 years ago
  39. ddea788 bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslave by Xin Long · 7 years ago
  40. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  42. 9f5a90c bonding: process the err returned by dev_set_allmulti properly in bond_enslave by Xin Long · 7 years ago
  43. ae42cc6 bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave by Xin Long · 7 years ago
  44. 5c78f6b bonding: fix the err path for dev hwaddr sync in bond_enslave by Xin Long · 7 years ago
  45. d61e403 drivers/net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  46. 6963ad6 net: Convert bond_net_ops by Kirill Tkhai · 7 years ago
  47. ce5c144 net: bonding: Replace mac address parsing by Andy Shevchenko · 7 years ago
  48. 5eb3d22 bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM by Xin Long · 7 years ago
  49. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  50. 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
  51. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. 055db69 bonding: fix slave stuck in BOND_LINK_FAIL state by Jay Vosburgh · 7 years ago
  53. b5f8621 bonding: discard lowest hash bit for 802.3ad layer3+4 by Hangbin Liu · 7 years ago
  54. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  55. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  58. 4597efe bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_link by Xin Long · 7 years ago
  59. 759088b net: bonding: Add extack messages for some enslave failures by David Ahern · 7 years ago
  60. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  61. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  62. 4d2c0cd bonding: speed/duplex update at NETDEV_UP event by Mahesh Bandewar · 7 years ago
  63. 6ade97d arp: make arp_hdr_len() return unsigned int by Alexey Dobriyan · 7 years ago
  64. f13ad10 net: bonding: fix tlb_dynamic_lb default value by Nikolay Aleksandrov · 7 years ago
  65. c6644d0 net: bonding: Fix transmit load balancing in balance-alb mode if specified by sysfs by Kosuke Tatsukawa · 7 years ago
  66. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 7 years ago
  68. ad729bc9 bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 7 years ago
  69. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. d94708a bonding: commit link status change after propose by WANG Cong · 7 years ago
  71. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  72. cbf5ecb net: bonding: Fix transmit load balancing in balance-alb mode by Kosuke Tatsukawa · 7 years ago
  73. 02dbbef net: bonding: constify attribute_group structures. by Arvind Yadav · 7 years ago
  74. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  75. eac306b Bonding: Convert multiple netdev_info messages to netdev_dbg by Michael Dilmore · 7 years ago
  76. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  77. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  78. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  79. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  80. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  81. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  82. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  83. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. cd99c37 bonding: warn user when 802.3ad speed is unknown by Nicolas Dichtel · 7 years ago
  85. 3fcd64c bonding: fix 802.3ad support for 14G speed by Nicolas Dichtel · 7 years ago
  86. c7c5506 bonding: fix 802.3ad support for 5G and 50G speeds by Thibaut Collet · 7 years ago
  87. eca59f6 net: Remove support for bridge bypass ndos from stacked devices by Arkadi Sharshevsky · 7 years ago
  88. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  89. 7a7e96e bonding: Prevent duplicate userspace notification by Vlad Yasevich · 7 years ago
  90. 797a936 bonding: Don't update slave->link until ready to commit by Nithin Sujir · 7 years ago
  91. 72ccc47 bonding: fix randomly populated arp target array by Jarod Wilson · 7 years ago
  92. 751da2a bonding: fix accounting of active ports in 3ad by Jarod Wilson · 7 years ago
  93. d62844a bonding: check nla_put_be32 return value by Hangbin Liu · 8 years ago
  94. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  95. 19cdead bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal by Paolo Abeni · 8 years ago
  96. ea8ffc0 bonding: fix wq initialization for links created via netlink by Mahesh Bandewar · 8 years ago
  97. b89f04c bonding: deliver link-local packets with skb->dev set to link that packets arrived on by Chonggang Li · 8 years ago
  98. fb9eb89 bonding: handle link transition from FAIL to UP correctly by Mahesh Bandewar · 8 years ago
  99. faeeb31 bonding: attempt to better support longer hw addresses by Jarod Wilson · 8 years ago
  100. 3f3c278 bonding: fix active-backup transition by Mahesh Bandewar · 8 years ago