summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim2024-09-241-3/+3
* bonding: Remove setting of RX software timestampGal Pressman2024-09-101-3/+0
* bonding: support xfrm state updateHangbin Liu2024-09-051-0/+25
* bonding: Add ESN support to IPSec HW offloadHangbin Liu2024-09-051-0/+25
* bonding: add common function to check ipsec deviceHangbin Liu2024-09-051-13/+37
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-3/+3
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-54/+105
|\
| * bonding: change ipsec_lock from spin lock to mutexJianbo Liu2024-08-271-36/+43
| * bonding: extract the use of real_device into local variableJianbo Liu2024-08-271-25/+33
| * bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu2024-08-271-0/+36
* | net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry2024-08-241-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-231-13/+8
|\|
| * bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov2024-08-201-1/+0
| * bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov2024-08-201-0/+2
| * bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov2024-08-201-12/+6
* | bonding: Pass string literal as format argument of alloc_ordered_workqueue()Simon Horman2024-08-081-1/+2
|/
* net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg2024-07-231-5/+2
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-2/+2
* bonding: fix incorrect software timestamping reportHangbin Liu2024-06-211-0/+3
* bonding: fix oops during rmmodTony Battersby2024-05-171-6/+7
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet2024-04-101-1/+1
* bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2024-04-101-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-061-1/+1
* | bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju2024-02-231-8/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-161-3/+2
|\|
| * bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson2024-02-091-3/+2
* | bonding: use exit_batch_rtnl() methodEric Dumazet2024-02-081-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-141-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...Jakub Kicinski2023-08-041-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-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