summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev2023-08-031-40/+65
| |/ |/|
* | bonding: reset bond's flags when down link is P2P deviceHangbin Liu2023-07-251-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-1/+1
|\
| * bonding: do not assume skb mac_header is setEric Dumazet2023-06-241-1/+1
* | net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-1/+7
|\|
| * net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-201-1/+7
* | net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya2023-05-161-1/+2
* | bonding: Always assign be16 value to vlan_protoSimon Horman2023-05-121-3/+5
|/
* bonding: add xdp_features supportLorenzo Bianconi2023-05-051-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-211-3/+4
|\
| * bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel2023-04-191-3/+4
* | bonding: add software tx timestamping supportHangbin Liu2023-04-191-0/+30
|/
* bonding: fix ns validation on backup slavesHangbin Liu2023-04-071-2/+3
* 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-271-1/+1
* xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-271-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-141-9/+15
* bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu2022-12-141-1/+1
* net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-131-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-1/+1
|\
| * bonding: get correct NA dest addressHangbin Liu2022-12-071-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-191-5/+12
* | bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins2022-11-241-1/+10
* | bond: Disable TLS features indicationTariq Toukan2022-10-271-12/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-121-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-231-1/+1
* net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-111-2/+8
* net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-041-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-181-1/+3
* | bonding: cleanup bond_createJonathan Toppins2022-06-101-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-241-3/+12
|\
| * bonding: fix missed rcu protectionHangbin Liu2022-05-201-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
|/