aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix oops during rmmodTony Battersby2024-05-161-6/+7
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet2024-04-091-1/+1
* bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2024-04-091-2/+2
* ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\
| * xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann2024-03-051-1/+1
* | bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju2024-02-221-8/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-3/+2
|\|
| * bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson2024-02-081-3/+2
* | bonding: use exit_batch_rtnl() methodEric Dumazet2024-02-071-11/+26
* | bonding: Add independent control state machineAahil Awatramani2024-02-061-0/+1
|/
* bonding: remove print in bond_verify_device_pathZhengchao Shao2023-11-241-4/+1
* bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2023-11-211-1/+4
* net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2023-11-181-27/+2
* bonding: stop the device in bond_setup_by_slave()Eric Dumazet2023-11-131-0/+6
* bonding: Return pointer to data after pull on skbJiri Wiesner2023-10-131-1/+1
* bonding: update port speed when getting bond speedHangbin Liu2023-08-221-0/+1
* bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao2023-08-111-2/+1
* bonding: use bond_set_slave_arr to simplify codeZhengchao Shao2023-08-111-25/+2
* bonding: add modifier to initialization function and exit functionZhengchao Shao2023-08-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+3
|\
| * bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-071-1/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2023-08-031-0/+1
|\ \
| * | eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | | net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev2023-08-021-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-231-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-251-1/+7
|\|
| * net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-191-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-201-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-181-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-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