summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (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-232-14/+9
|\|
| * bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov2024-08-201-1/+1
| * 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 out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun2024-07-041-3/+3
* 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-106-10/+11
* bonding: no longer use RTNL in bonding_show_slaves()Eric Dumazet2024-04-101-4/+3
* bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2024-04-102-6/+6
* 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: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗2024-02-281-11/+3
* | 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-064-8/+194
|/
* 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-212-2/+6
* 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
* netlink: make range pointers in policies constJakub Kicinski2023-10-271-1/+1
* bonding: Return pointer to data after pull on skbJiri Wiesner2023-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-3/+3
|\
| * bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-3/+3
* | 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: remove redundant NULL check in debugfs functionZhengchao Shao2023-08-111-9/+0
* | bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao2023-08-111-1/+1
* | bonding: add modifier to initialization function and exit functionZhengchao Shao2023-08-113-5/+5