1. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  2. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  3. a068aab bonding: Fix reference count leak in bond_sysfs_slave_add. by Qiushi Wu · 4 years, 7 months ago
  4. 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
  5. ae46f184 bonding: propagate transmit status by Eric Dumazet · 4 years, 8 months ago
  6. e7511f5 bonding: remove useless stats_lock_key by Cong Wang · 4 years, 8 months ago
  7. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  8. 33720aa bonding: Implement ndo_get_xmit_slave by Maor Gottlieb · 4 years, 8 months ago
  9. 6b447e7 bonding: Add array of all slaves by Maor Gottlieb · 4 years, 8 months ago
  10. 5a19f1c bonding: Add function to get the xmit slave in active-backup mode by Maor Gottlieb · 4 years, 8 months ago
  11. 29d5bbc bonding: Add helper function to get the xmit slave in rr mode by Maor Gottlieb · 4 years, 8 months ago
  12. c071d91 bonding: Add helper function to get the xmit slave based on hash by Maor Gottlieb · 4 years, 8 months ago
  13. 34b37e2 bonding/alb: Add helper functions to get the xmit slave by Maor Gottlieb · 4 years, 8 months ago
  14. ed7d4f0 bonding: Rename slave_arr to usable_slaves by Maor Gottlieb · 4 years, 8 months ago
  15. 119d48f bonding: Export skip slave logic to function by Maor Gottlieb · 4 years, 8 months ago
  16. 1c79031 drivers: Remove inclusion of vermagic header by Leon Romanovsky · 4 years, 9 months ago
  17. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  18. b7469e8 bonding/alb: make sure arp header is pulled before accessing it by Eric Dumazet · 4 years, 10 months ago
  19. 2b526b5 net/bond: Delete driver and module versions by Leon Romanovsky · 4 years, 10 months ago
  20. e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  21. 2e92a2d net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT by Julian Wiedmann · 4 years, 11 months ago
  22. b3e80d4 bonding: fix lockdep warning in bond_get_stats() by Taehee Yoo · 4 years, 11 months ago
  23. 064ff66 bonding: add missing netdev_update_lockdep_key() by Taehee Yoo · 4 years, 11 months ago
  24. 38f88c4 bonding/alb: properly access headers in bond_alb_xmit() by Eric Dumazet · 5 years ago
  25. c1e46990 bonding: rename AD_STATE_* to LACP_STATE_* by Andy Roulin · 5 years ago
  26. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  27. 5d485ed bonding: fix active-backup transition after link failure by Mahesh Bandewar · 5 years ago
  28. 826f66b bonding: move 802.3ad port state flags to uapi by Andy Roulin · 5 years ago
  29. 9e99bfe bonding: fix bond_neigh_init() by Eric Dumazet · 5 years ago
  30. f394722 neighbour: remove neigh_cleanup() method by Eric Dumazet · 5 years ago
  31. df98be0 bonding: symmetric ICMP transmit by Matteo Croce · 5 years ago
  32. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 1899bb3 bonding: fix state transition issue in link monitoring by Jay Vosburgh · 5 years ago
  34. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  35. 58deb77 bonding: balance ICMP echoes in layer3+4 mode by Matteo Croce · 5 years ago
  36. ad9bd8d bonding: fix using uninitialized mode_lock by Taehee Yoo · 5 years ago
  37. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  38. 089bca2 bonding: use dynamic lockdep key instead of subclass by Taehee Yoo · 5 years ago
  39. 65de65d bonding: fix unexpected IFF_BONDING bit unset by Taehee Yoo · 5 years ago
  40. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  41. a713753 bonding: fix potential NULL deref in bond_update_slave_arr by Eric Dumazet · 5 years ago
  42. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  43. fedcc6d bonding: no need to print a message if debugfs_create_dir() fails by Greg Kroah-Hartman · 5 years ago
  44. d595b03 bonding: Add vlan tx offload to hw_enc_features by YueHaibing · 5 years ago
  45. 12185df bonding: Force slave speed check after link state recovery for 802.3ad by Thomas Falcon · 5 years ago
  46. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  47. ee4f56f bonding: fix value exported by Netlink for peer_notif_delay by Vincent Bernat · 5 years ago
  48. 07a4dde bonding: add an option to specify a delay between peer notifications by Vincent Bernat · 6 years ago
  49. 9d1bc24 bonding: validate ip header before check IPPROTO_IGMP by Cong Wang · 6 years ago
  50. b8bd72d bonding/main: fix NULL dereference in bond_select_active_slave() by Eric Dumazet · 6 years ago
  51. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. 30d8177 bonding: Always enable vlan tx offload by YueHaibing · 6 years ago
  53. f887e54 bonding/options: convert to using slave printk macros by Jarod Wilson · 6 years ago
  54. 7ea2e42 bonding/alb: convert to using slave printk macros by Jarod Wilson · 6 years ago
  55. 1772098 bonding/802.3ad: convert to using slave printk macros by Jarod Wilson · 6 years ago
  56. e2a7420 bonding/main: convert to using slave printk macros by Jarod Wilson · 6 years ago
  57. f43b653 bonding: fix error messages in bond_do_fail_over_mac by Jarod Wilson · 6 years ago
  58. 75466dc bonding: improve event debug usability by Jarod Wilson · 6 years ago
  59. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  60. 2e770b5 net: bonding: Inherit MPLS features from slave devices by Ariel Levkovich · 6 years ago
  61. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  62. 036e343 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  63. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  64. 3340312 bonding/802.3ad: fix slave link initialization transition states by Jarod Wilson · 6 years ago
  65. 9e567af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90 by Thomas Gleixner · 6 years ago
  66. 0a65089 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5 by Thomas Gleixner · 6 years ago
  67. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  68. a9b8a2b bonding: fix arp_validate toggling in active-backup mode by Jarod Wilson · 6 years ago
  69. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  70. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 92480b3 bonding: fix event handling for stacked bonds by Sabrina Dubroca · 6 years ago
  72. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  73. 18bebc6 bonding: show full hw address in sysfs for slave entries by Konstantin Khorenko · 6 years ago
  74. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  75. 47f7062 net: Remove switchdev.h inclusion from team/bond/vlan by Florian Fainelli · 6 years ago
  76. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  77. 3c963a3 bonding: fix PACKET_ORIGDEV regression by Michal Soltys · 6 years ago
  78. 415d394 bonding: check slave set command firstly by Tonghao Zhang · 6 years ago
  79. 949e7ce bonding: count master 3ad stats separately by Nikolay Aleksandrov · 6 years ago
  80. a258aea bonding: add support for xstats and export 3ad stats by Nikolay Aleksandrov · 6 years ago
  81. 267c095 bonding: add 3ad stats by Nikolay Aleksandrov · 6 years ago
  82. dadeb61 bonding: 3ad: remove bond_3ad_rx_indication's length argument by Nikolay Aleksandrov · 6 years ago
  83. 3d02171 bonding: adjust style of bond_3ad_rx_indication by Nikolay Aleksandrov · 6 years ago
  84. 001e465 bonding: update nest level on unlink by Willem de Bruijn · 6 years ago
  85. 3379b3b bonding: fix indentation issues, remove extra spaces by Colin Ian King · 6 years ago
  86. 1caf40d net: bonding: Issue NETDEV_PRE_CHANGEADDR by Petr Machata · 6 years ago
  87. b924591 net: bonding: Give bond_set_dev_addr() a return value by Petr Machata · 6 years ago
  88. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  89. 4e6feb7 bonding: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  90. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  92. 3b5b3a3 bonding: fix 802.3ad state sent to partner when unbinding slave by Toni Peltonen · 6 years ago
  93. ea53abf bonding/802.3ad: fix link_failure_count tracking by Jarod Wilson · 6 years ago
  94. 414dd6f bonding: fix length of actor system by Tobias Jungel · 6 years ago
  95. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  96. 0f3b914 bonding: fix warning message by Mahesh Bandewar · 6 years ago
  97. d4859d7 bonding: avoid possible dead-lock by Mahesh Bandewar · 6 years ago
  98. 6a9e461 bonding: pass link-local packets to bonding master also. by Mahesh Bandewar · 6 years ago
  99. 93f62ad bonding: use netpoll_poll_dev() helper by Eric Dumazet · 6 years ago
  100. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago