summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim2024-10-041-3/+3
* bonding: change ipsec_lock from spin lock to mutexJianbo Liu2024-09-041-36/+43
* bonding: extract the use of real_device into local variableJianbo Liu2024-09-041-25/+33
* bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu2024-09-041-0/+36
* bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov2024-08-291-1/+1
* bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov2024-08-291-1/+0
* bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov2024-08-291-0/+2
* bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov2024-08-291-12/+6
* net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg2024-08-031-5/+2
* bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun2024-07-031-3/+3
* bonding: fix incorrect software timestamping reportHangbin Liu2024-06-211-0/+3
* 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-096-10/+11
* bonding: no longer use RTNL in bonding_show_slaves()Eric Dumazet2024-04-091-4/+3
* bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2024-04-092-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-051-1/+1
* | bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗2024-02-271-11/+3
* | 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-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-131-0/+6
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-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
* | 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-031-0/+1
|\ \
| * | eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | | bonding: support balance-alb with openvswitchMateusz Kowalski2023-08-031-1/+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
|\|