summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2024-09-24bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim
2024-09-09bonding: Remove setting of RX software timestampGal Pressman
2024-09-05bonding: support xfrm state updateHangbin Liu
2024-09-05bonding: Add ESN support to IPSec HW offloadHangbin Liu
2024-09-05bonding: add common function to check ipsec deviceHangbin Liu
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-27bonding: change ipsec_lock from spin lock to mutexJianbo Liu
2024-08-27bonding: extract the use of real_device into local variableJianbo Liu
2024-08-27bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-20bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov
2024-08-20bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov
2024-08-20bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov
2024-08-07bonding: Pass string literal as format argument of alloc_ordered_workqueue()Simon Horman
2024-07-23net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-21bonding: fix incorrect software timestamping reportHangbin Liu
2024-05-16bonding: fix oops during rmmodTony Battersby
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-09bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet
2024-04-09bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann
2024-02-22bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-08bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet
2024-02-06bonding: Add independent control state machineAahil Awatramani
2023-11-24bonding: remove print in bond_verify_device_pathZhengchao Shao
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner
2023-08-22bonding: update port speed when getting bond speedHangbin Liu
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-07bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-08-02net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-23bonding: do not assume skb mac_header is setEric Dumazet
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski