summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov2023-03-171-3/+1
* bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov2023-03-171-4/+15
* bonding: fill IPsec state validation failure reasonLeon Romanovsky2023-01-261-1/+1
* xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-3/+5
* bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet2022-12-221-3/+5
* bonding: do failover when high prio link upHangbin Liu2022-12-131-9/+15
* bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu2022-12-131-1/+1
* net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+1
|\
| * bonding: get correct NA dest addressHangbin Liu2022-12-061-1/+1
* | bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter2022-12-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-5/+12
|\|
| * bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu2022-11-181-5/+12
* | bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins2022-11-231-1/+10
* | bond: Disable TLS features indicationTariq Toukan2022-10-271-12/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-30/+42
|\
| * bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins2022-09-221-9/+6
| * net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-161-12/+35
| * net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-161-12/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-5/+15
|\|
| * bonding: accept unsolicited NA messageHangbin Liu2022-09-051-5/+12
| * bonding: use unspecified address if no available link local addressHangbin Liu2022-09-051-0/+3
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-1/+1
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-2/+8
* net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-15/+20
* Bonding: add per-port priority for failover re-selectionHangbin Liu2022-06-241-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+3
|\
| * bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh2022-06-171-1/+3
* | bonding: cleanup bond_createJonathan Toppins2022-06-091-18/+6
|/
* bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-011-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-3/+12
|\
| * bonding: fix missed rcu protectionHangbin Liu2022-05-191-3/+12
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-6/+6
* | ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
|/
* bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar2022-04-171-4/+9
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* bonding: add new parameter ns_targetsHangbin Liu2022-02-211-19/+218
* Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu2022-02-211-24/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+2
|\
| * bonding: force carrier update when releasing slaveZhang Changzhong2022-02-171-3/+2
* | bonding: switch bond_net_exit() to batch modeEric Dumazet2022-02-081-8/+19
|/
* bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-4/+0
* bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-161-2/+2
* net: bonding: fix bond_xmit_broadcast return value error bugJie Wang2022-01-121-8/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu2021-12-291-16/+26
* | Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu2021-12-141-12/+21