1. 23de0d7 bonding: pair enable_port with slave_arr_updates by Mahesh Bandewar · 3 years ago
  2. 23a4642 Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  3. aa60346 bonding: use rcu_dereference_rtnl when get bonding active slave by Hangbin Liu · 3 years ago
  4. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  5. 429e3d1 bonding: Fix extraction of ports from the packet headers by Moshe Tal · 3 years ago
  6. 4e5bd03 net: bonding: fix bond_xmit_broadcast return value error bug by Jie Wang · 3 years ago
  7. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 1 month ago
  8. cfe355c Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space by Hangbin Liu · 3 years, 1 month ago
  9. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 1 month ago
  10. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  11. 1c15b05 bonding: fix ad_actor_system option setting to default by Fernando Fernandez Mancera · 3 years, 1 month ago
  12. 085d6100 Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP by Hangbin Liu · 3 years, 1 month ago
  13. fee32de net: bonding: debug: avoid printing debug logs when bond is not notifying peers by Suresh Kumar · 3 years, 1 month ago
  14. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  15. dac8e00 bonding: make tx_rebalance_counter an atomic by Eric Dumazet · 3 years, 1 month ago
  16. 94dd016 bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device by Hangbin Liu · 3 years, 2 months ago
  17. 5944b5a Bonding: add arp_missed_max option by Hangbin Liu · 3 years, 2 months ago
  18. 6d872df net: annotate accesses to dev->gso_max_segs by Eric Dumazet · 3 years, 2 months ago
  19. b93c6a9 bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed by Huang Guobin · 3 years, 2 months ago
  20. 6f23810 net: bonding: constify and use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  21. ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  22. caa9b35 bonding: use the correct function to check for netdev name collision by Antoine Tenart · 3 years, 3 months ago
  23. bbef56d bonding: 3ad: pass parameter bond_params by reference by Colin Ian King · 3 years, 4 months ago
  24. 6d5f1ef bonding: Fix negative jump label count on nested bonding by Jussi Maki · 3 years, 4 months ago
  25. 0a4fd8d bonding: complain about missing route only once for A/B ARP probes by David Decotigny · 3 years, 4 months ago
  26. 1b3f78d bonding: improve nl error msg when device can't be enslaved because of IFF_MASTER by Antoine Tenart · 3 years, 5 months ago
  27. 39a0876 net, bonding: Disallow vlan+srcmac with XDP by Jussi Maki · 3 years, 5 months ago
  28. 6569fa2 bonding: combine netlink and console error messages by Jonathan Toppins · 3 years, 5 months ago
  29. d1a4e0a Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  30. 9e2ee5c net, bonding: Add XDP support to the bonding driver by Jussi Maki · 3 years, 6 months ago
  31. a815bde net, bonding: Refactor bond_xmit_hash for use with xdp_buff by Jussi Maki · 3 years, 6 months ago
  32. f9be84d net: bonding: bond_alb: Remove the dependency on ipx network layer by Cai Huoqing · 3 years, 5 months ago
  33. 3a755cd bonding: add new option lacp_active by Hangbin Liu · 3 years, 6 months ago
  34. 220ade7 bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_state_machine_handler() by Yufeng Mo · 3 years, 6 months ago
  35. 3d9d00bd net: bonding: move ioctl handling to private ndo operation by Arnd Bergmann · 3 years, 6 months ago
  36. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
  37. 232ec98 bonding: use siocdevprivate by Arnd Bergmann · 3 years, 6 months ago
  38. 5b69874 bonding: fix build issue by Mahesh Bandewar · 3 years, 6 months ago
  39. 168e696 bonding: fix incorrect return value of bond_ipsec_offload_ok() by Taehee Yoo · 3 years, 6 months ago
  40. 955b785 bonding: fix suspicious RCU usage in bond_ipsec_offload_ok() by Taehee Yoo · 3 years, 6 months ago
  41. 9a56055 bonding: Add struct bond_ipesc to manage SA by Taehee Yoo · 3 years, 6 months ago
  42. b121693 bonding: disallow setting nested bonding + ipsec offload by Taehee Yoo · 3 years, 6 months ago
  43. a22c39b bonding: fix suspicious RCU usage in bond_ipsec_del_sa() by Taehee Yoo · 3 years, 6 months ago
  44. 105cd17 bonding: fix null dereference in bond_ipsec_add_sa() by Taehee Yoo · 3 years, 6 months ago
  45. b648eba bonding: fix suspicious RCU usage in bond_ipsec_add_sa() by Taehee Yoo · 3 years, 6 months ago
  46. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  47. 4d293fe bonding: allow nesting of bonding device by Di Zhu · 3 years, 7 months ago
  48. 3c9ef51 bonding: avoid adding slave device with IFF_MASTER flag by Di Zhu · 3 years, 7 months ago
  49. 848ca91 net: bonding: Use per-cpu rr_tx_counter by Jussi Maki · 3 years, 7 months ago
  50. 92e1b57 bonding: remove redundant initialization of variable ret by Colin Ian King · 3 years, 8 months ago
  51. 4390207 net: bonding: Use strscpy_pad() instead of manually-truncated strncpy() by Kees Cook · 3 years, 8 months ago
  52. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  53. 4057c58 net: bonding: bond_alb: Fix some typos in bond_alb.c by Wang Hai · 3 years, 8 months ago
  54. 97a1111 net: bonding: use tabs instead of space for code indent by Yufeng Mo · 3 years, 8 months ago
  55. 5233351 net: bonding: remove unnecessary braces by Yufeng Mo · 3 years, 8 months ago
  56. 8ce390b net: bonding: fix code indent for conditional statements by Yufeng Mo · 3 years, 8 months ago
  57. 86a5ad0 net: bonding: add some required blank lines by Yufeng Mo · 3 years, 8 months ago
  58. 35d96e6 bonding: init notify_work earlier to avoid uninitialized use by Johannes Berg · 3 years, 8 months ago
  59. 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
  60. 83d686a bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state machine by jinyiting · 3 years, 9 months ago
  61. 252b5d3 net: bonding: remove repeated word by Peng Li · 3 years, 10 months ago
  62. acf61b3 net: bonding: Correct function name bond_change_active_slave() in comment by Yang Yingliang · 3 years, 10 months ago
  63. efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 10 months ago
  64. acdff0d bonding: Added -ENODEV interpret for slaves option by Jianlin Lv · 3 years, 10 months ago
  65. 080bfa1 Revert "net: bonding: fix error return code of bond_neigh_init()" by David S. Miller · 3 years, 10 months ago
  66. 2055a99 net: bonding: fix error return code of bond_neigh_init() by Jia-Ju Bai · 3 years, 10 months ago
  67. 5edf55a bonding: 3ad: Print an error for unknown speeds by Ido Schimmel · 4 years ago
  68. 138e3b3 bonding: 3ad: add support for 400G speed by Nikolay Aleksandrov · 4 years ago
  69. ab73447 bonding: 3ad: add support for 200G speed by Nikolay Aleksandrov · 4 years ago
  70. 7b8fc01 bonding: add a vlan+srcmac tx hashing option by Jarod Wilson · 4 years ago
  71. 89df6a8 net/bonding: Implement TLS TX device offload by Tariq Toukan · 4 years ago
  72. f45583d net/bonding: Take update_features call out of XFRM funciton by Tariq Toukan · 4 years ago
  73. 007feb8 net/bonding: Implement ndo_sk_get_lower_dev by Tariq Toukan · 4 years ago
  74. 5b99854 net/bonding: Take IP hash logic into a helper by Tariq Toukan · 4 years ago
  75. 32d4c56 net: bonding: Notify ports about their initial state by Tobias Waldekranz · 4 years ago
  76. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  77. 007ab53 bonding: fix feature flag setting at init time by Jarod Wilson · 4 years, 1 month ago
  78. d241b38 bonding: set xfrm feature flags more sanely by Jarod Wilson · 4 years, 1 month ago
  79. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  80. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 2 months ago
  81. b9ad3e9 bonding: wait for sysfs kobject destruction before freeing struct slave by Jamie Iles · 4 years, 2 months ago
  82. ecb8fed net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE by Alexander Lobakin · 4 years, 3 months ago
  83. eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 4 months ago
  84. f32f193 bonding: set dev->needed_headroom in bond_setup_by_slave() by Eric Dumazet · 4 years, 4 months ago
  85. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  86. 0410d07 bonding: fix active-backup failover for current ARP slave by Jiri Wiesner · 4 years, 5 months ago
  87. 8327070 bonding: fix a potential double-unregister by Cong Wang · 4 years, 5 months ago
  88. f6e81b8 net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bond' and 'addr' params by Lee Jones · 4 years, 5 months ago
  89. 45a1553 net: bonding: bond_main: Document 'proto' and rename 'new_active' parameters by Lee Jones · 4 years, 5 months ago
  90. a35e547 net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issues by Lee Jones · 4 years, 5 months ago
  91. 4ca0d9a bonding: show saner speed for broadcast mode by Jarod Wilson · 4 years, 5 months ago
  92. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  93. c75d1d5 bonding: check return value of register_netdevice() in bond_newlink() by Cong Wang · 4 years, 6 months ago
  94. 544f287 bonding: check error value of register_netdevice() immediately by Taehee Yoo · 4 years, 6 months ago
  95. f548a47 bonding: don't need RTNL for ipsec helpers by Jarod Wilson · 4 years, 6 months ago
  96. 5cd24cb bonding: deal with xfrm state in all modes and add more error-checking by Jarod Wilson · 4 years, 6 months ago
  97. a3b658c bonding: allow xfrm offload setup post-module-load by Jarod Wilson · 4 years, 7 months ago
  98. 18c955b bonding: Remove extraneous parentheses in bond_setup by Nathan Chancellor · 4 years, 7 months ago
  99. bdfd2d1 bonding/xfrm: use real_dev instead of slave_dev by Jarod Wilson · 4 years, 7 months ago
  100. 18cb261 bonding: support hardware encryption offload to slaves by Jarod Wilson · 4 years, 7 months ago