summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2022-12-13bonding: do failover when high prio link upHangbin Liu
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06bonding: get correct NA dest addressHangbin Liu
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu
2022-10-27bond: Disable TLS features indicationTariq Toukan
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-05bonding: accept unsolicited NA messageHangbin Liu
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-06-09bonding: cleanup bond_createJonathan Toppins
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-19bonding: fix missed rcu protectionHangbin Liu
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-02-21bonding: add new parameter ns_targetsHangbin Liu
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu
2021-11-30Bonding: add arp_missed_max optionHangbin Liu
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski