aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook2-14/+9
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextPaolo Abeni1-61/+58
2025-04-28bonding: assign random address if device address is same as bondHangbin Liu1-7/+18
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2025-04-16bonding: Fix multiple long standing offload racesCosmin Ratiu1-46/+36
2025-04-16bonding: Mark active offloaded xfrm_statesCosmin Ratiu1-3/+5
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-14/+19
2025-04-14bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-14/+9
2025-04-11bonding: hold ops lock around get_linkStanislav Fomichev1-4/+9
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-11/+5
2025-03-25bonding: check xdp prog when set bond modeWang Liang2-4/+7
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-8/+47
2025-03-11bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu1-8/+47
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev1-2/+5
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev1-5/+4
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-26bonding: report duplicate MAC address in all situationsHangbin Liu1-1/+1
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-1/+1
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-11/+5
2025-02-04bonding: delete always true device checkLeon Romanovsky1-3/+0
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-9/+10
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu1-9/+10
2025-01-15saner replacement for debugfs_rename()Al Viro1-7/+2
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