1. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  2. cfe355c Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user space by Hangbin Liu · 3 years ago
  3. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  4. 085d6100 Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMP by Hangbin Liu · 3 years, 1 month ago
  5. fee32de net: bonding: debug: avoid printing debug logs when bond is not notifying peers by Suresh Kumar · 3 years ago
  6. 94dd016 bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active device by Hangbin Liu · 3 years, 1 month ago
  7. 5944b5a Bonding: add arp_missed_max option by Hangbin Liu · 3 years, 1 month ago
  8. 6d872df net: annotate accesses to dev->gso_max_segs by Eric Dumazet · 3 years, 1 month ago
  9. 6f23810 net: bonding: constify and use dev_addr_set() by Jakub Kicinski · 3 years, 2 months ago
  10. ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  11. 6d5f1ef bonding: Fix negative jump label count on nested bonding by Jussi Maki · 3 years, 4 months ago
  12. 0a4fd8d bonding: complain about missing route only once for A/B ARP probes by David Decotigny · 3 years, 4 months ago
  13. 1b3f78d bonding: improve nl error msg when device can't be enslaved because of IFF_MASTER by Antoine Tenart · 3 years, 4 months ago
  14. 39a0876 net, bonding: Disallow vlan+srcmac with XDP by Jussi Maki · 3 years, 5 months ago
  15. 6569fa2 bonding: combine netlink and console error messages by Jonathan Toppins · 3 years, 5 months ago
  16. d1a4e0a Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  17. 9e2ee5c net, bonding: Add XDP support to the bonding driver by Jussi Maki · 3 years, 5 months ago
  18. a815bde net, bonding: Refactor bond_xmit_hash for use with xdp_buff by Jussi Maki · 3 years, 5 months ago
  19. 3a755cd bonding: add new option lacp_active by Hangbin Liu · 3 years, 5 months ago
  20. 220ade7 bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_state_machine_handler() by Yufeng Mo · 3 years, 5 months ago
  21. 3d9d00bd net: bonding: move ioctl handling to private ndo operation by Arnd Bergmann · 3 years, 5 months ago
  22. a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 5 months ago
  23. 232ec98 bonding: use siocdevprivate by Arnd Bergmann · 3 years, 5 months ago
  24. 5b69874 bonding: fix build issue by Mahesh Bandewar · 3 years, 5 months ago
  25. 168e696 bonding: fix incorrect return value of bond_ipsec_offload_ok() by Taehee Yoo · 3 years, 6 months ago
  26. 955b785 bonding: fix suspicious RCU usage in bond_ipsec_offload_ok() by Taehee Yoo · 3 years, 6 months ago
  27. 9a56055 bonding: Add struct bond_ipesc to manage SA by Taehee Yoo · 3 years, 6 months ago
  28. b121693 bonding: disallow setting nested bonding + ipsec offload by Taehee Yoo · 3 years, 6 months ago
  29. a22c39b bonding: fix suspicious RCU usage in bond_ipsec_del_sa() by Taehee Yoo · 3 years, 6 months ago
  30. 105cd17 bonding: fix null dereference in bond_ipsec_add_sa() by Taehee Yoo · 3 years, 6 months ago
  31. b648eba bonding: fix suspicious RCU usage in bond_ipsec_add_sa() by Taehee Yoo · 3 years, 6 months ago
  32. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  33. 4d293fe bonding: allow nesting of bonding device by Di Zhu · 3 years, 6 months ago
  34. 3c9ef51 bonding: avoid adding slave device with IFF_MASTER flag by Di Zhu · 3 years, 6 months ago
  35. 848ca91 net: bonding: Use per-cpu rr_tx_counter by Jussi Maki · 3 years, 7 months ago
  36. 4390207 net: bonding: Use strscpy_pad() instead of manually-truncated strncpy() by Kees Cook · 3 years, 7 months ago
  37. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  38. 5233351 net: bonding: remove unnecessary braces by Yufeng Mo · 3 years, 7 months ago
  39. 86a5ad0 net: bonding: add some required blank lines by Yufeng Mo · 3 years, 7 months ago
  40. 35d96e6 bonding: init notify_work earlier to avoid uninitialized use by Johannes Berg · 3 years, 7 months ago
  41. 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
  42. 83d686a bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state machine by jinyiting · 3 years, 8 months ago
  43. acf61b3 net: bonding: Correct function name bond_change_active_slave() in comment by Yang Yingliang · 3 years, 9 months ago
  44. 080bfa1 Revert "net: bonding: fix error return code of bond_neigh_init()" by David S. Miller · 3 years, 10 months ago
  45. 2055a99 net: bonding: fix error return code of bond_neigh_init() by Jia-Ju Bai · 3 years, 10 months ago
  46. 7b8fc01 bonding: add a vlan+srcmac tx hashing option by Jarod Wilson · 4 years ago
  47. 89df6a8 net/bonding: Implement TLS TX device offload by Tariq Toukan · 4 years ago
  48. 007feb8 net/bonding: Implement ndo_sk_get_lower_dev by Tariq Toukan · 4 years ago
  49. 5b99854 net/bonding: Take IP hash logic into a helper by Tariq Toukan · 4 years ago
  50. 32d4c56 net: bonding: Notify ports about their initial state by Tobias Waldekranz · 4 years ago
  51. d241b38 bonding: set xfrm feature flags more sanely by Jarod Wilson · 4 years, 1 month ago
  52. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  53. b9ad3e9 bonding: wait for sysfs kobject destruction before freeing struct slave by Jamie Iles · 4 years, 1 month ago
  54. ecb8fed net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE by Alexander Lobakin · 4 years, 2 months ago
  55. eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 3 months ago
  56. f32f193 bonding: set dev->needed_headroom in bond_setup_by_slave() by Eric Dumazet · 4 years, 3 months ago
  57. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  58. 0410d07 bonding: fix active-backup failover for current ARP slave by Jiri Wiesner · 4 years, 4 months ago
  59. 8327070 bonding: fix a potential double-unregister by Cong Wang · 4 years, 4 months ago
  60. 45a1553 net: bonding: bond_main: Document 'proto' and rename 'new_active' parameters by Lee Jones · 4 years, 5 months ago
  61. 4ca0d9a bonding: show saner speed for broadcast mode by Jarod Wilson · 4 years, 5 months ago
  62. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  63. 544f287 bonding: check error value of register_netdevice() immediately by Taehee Yoo · 4 years, 5 months ago
  64. f548a47 bonding: don't need RTNL for ipsec helpers by Jarod Wilson · 4 years, 6 months ago
  65. 5cd24cb bonding: deal with xfrm state in all modes and add more error-checking by Jarod Wilson · 4 years, 6 months ago
  66. a3b658c bonding: allow xfrm offload setup post-module-load by Jarod Wilson · 4 years, 6 months ago
  67. 18c955b bonding: Remove extraneous parentheses in bond_setup by Nathan Chancellor · 4 years, 6 months ago
  68. bdfd2d1 bonding/xfrm: use real_dev instead of slave_dev by Jarod Wilson · 4 years, 6 months ago
  69. 18cb261 bonding: support hardware encryption offload to slaves by Jarod Wilson · 4 years, 6 months ago
  70. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  71. 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
  72. ae46f184 bonding: propagate transmit status by Eric Dumazet · 4 years, 8 months ago
  73. e7511f5 bonding: remove useless stats_lock_key by Cong Wang · 4 years, 8 months ago
  74. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  75. 33720aa bonding: Implement ndo_get_xmit_slave by Maor Gottlieb · 4 years, 8 months ago
  76. 6b447e7 bonding: Add array of all slaves by Maor Gottlieb · 4 years, 8 months ago
  77. 5a19f1c bonding: Add function to get the xmit slave in active-backup mode by Maor Gottlieb · 4 years, 8 months ago
  78. 29d5bbc bonding: Add helper function to get the xmit slave in rr mode by Maor Gottlieb · 4 years, 8 months ago
  79. c071d91 bonding: Add helper function to get the xmit slave based on hash by Maor Gottlieb · 4 years, 8 months ago
  80. ed7d4f0 bonding: Rename slave_arr to usable_slaves by Maor Gottlieb · 4 years, 8 months ago
  81. 119d48f bonding: Export skip slave logic to function by Maor Gottlieb · 4 years, 8 months ago
  82. 2b526b5 net/bond: Delete driver and module versions by Leon Romanovsky · 4 years, 10 months ago
  83. e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  84. 2e92a2d net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT by Julian Wiedmann · 4 years, 10 months ago
  85. b3e80d4 bonding: fix lockdep warning in bond_get_stats() by Taehee Yoo · 4 years, 11 months ago
  86. 064ff66 bonding: add missing netdev_update_lockdep_key() by Taehee Yoo · 4 years, 11 months ago
  87. 5d485ed bonding: fix active-backup transition after link failure by Mahesh Bandewar · 5 years ago
  88. 9e99bfe bonding: fix bond_neigh_init() by Eric Dumazet · 5 years ago
  89. f394722 neighbour: remove neigh_cleanup() method by Eric Dumazet · 5 years ago
  90. df98be0 bonding: symmetric ICMP transmit by Matteo Croce · 5 years ago
  91. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  92. 1899bb3 bonding: fix state transition issue in link monitoring by Jay Vosburgh · 5 years ago
  93. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  94. 58deb77 bonding: balance ICMP echoes in layer3+4 mode by Matteo Croce · 5 years ago
  95. ad9bd8d bonding: fix using uninitialized mode_lock by Taehee Yoo · 5 years ago
  96. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  97. 089bca2 bonding: use dynamic lockdep key instead of subclass by Taehee Yoo · 5 years ago
  98. 65de65d bonding: fix unexpected IFF_BONDING bit unset by Taehee Yoo · 5 years ago
  99. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  100. a713753 bonding: fix potential NULL deref in bond_update_slave_arr by Eric Dumazet · 5 years ago