summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-04-28bonding: assign random address if device address is same as bondHangbin Liu
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16bonding: Fix multiple long standing offload racesCosmin Ratiu
2025-04-16bonding: Mark active offloaded xfrm_statesCosmin Ratiu
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-14bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-11bonding: hold ops lock around get_linkStanislav Fomichev
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-25bonding: check xdp prog when set bond modeWang Liang
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-11bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-26bonding: report duplicate MAC address in all situationsHangbin Liu
2025-02-24net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky
2025-02-04bonding: delete always true device checkLeon Romanovsky
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu
2025-01-15saner replacement for debugfs_rename()Al Viro
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-07bonding: add ESP offload features when slaves supportJianbo Liu
2024-10-28bonding: return detailed error when loading native XDP failsHangbin Liu
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
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 state handling when clearing active slaveNikolay Aleksandrov
2024-08-20bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov
2024-08-20bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov