summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2025-03-22bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu1-8/+47
2025-02-08bonding: Correctly support GSO ESP offloadCosmin Ratiu1-9/+10
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann1-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-3/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+96
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu2-2/+96
2024-11-07bonding: add ESP offload features when slaves supportJianbo Liu1-0/+9
2024-10-28bonding: return detailed error when loading native XDP failsHangbin Liu1-1/+4
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-1/+1
2024-09-24bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim1-3/+3
2024-09-09bonding: Remove setting of RX software timestampGal Pressman1-3/+0
2024-09-05bonding: support xfrm state updateHangbin Liu1-0/+25
2024-09-05bonding: Add ESN support to IPSec HW offloadHangbin Liu1-0/+25
2024-09-05bonding: add common function to check ipsec deviceHangbin Liu1-13/+37
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-3/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-54/+105
2024-08-27bonding: change ipsec_lock from spin lock to mutexJianbo Liu1-36/+43
2024-08-27bonding: extract the use of real_device into local variableJianbo Liu1-25/+33
2024-08-27bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu1-0/+36
2024-08-24net: refactor ->ndo_bpf calls into dev_xdp_propagateMina Almasry1-4/+4
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+9
2024-08-20bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov1-1/+1
2024-08-20bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov1-1/+0
2024-08-20bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov1-0/+2
2024-08-20bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov1-12/+6
2024-08-07bonding: Pass string literal as format argument of alloc_ordered_workqueue()Simon Horman1-1/+2
2024-07-23net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg1-5/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-2/+2
2024-07-03bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun1-3/+3
2024-06-21bonding: fix incorrect software timestamping reportHangbin Liu1-0/+3
2024-05-16bonding: fix oops during rmmodTony Battersby1-6/+7
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-09bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet6-10/+11
2024-04-09bonding: no longer use RTNL in bonding_show_slaves()Eric Dumazet1-4/+3
2024-04-09bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2-6/+6
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-2/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-05xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann1-1/+1
2024-02-27bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2024-02-22bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju1-8/+10
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2024-02-08bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson1-3/+2
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet1-11/+26
2024-02-06bonding: Add independent control state machineAahil Awatramani4-8/+194
2023-11-24bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2-2/+6
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-27/+2
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet1-0/+6