summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman
2023-05-05bonding: add xdp_features supportLorenzo Bianconi
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel
2023-04-18bonding: add software tx timestamping supportHangbin Liu
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet
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