summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2 daysbonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu1-18/+24
2 daysbonding: update LACP activity flag after setting lacp_activeHangbin Liu2-0/+26
2025-07-19net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev1-1/+2
2025-07-08net: bonding: send peer notify when failure recoveryTonghao Zhang2-5/+33
2025-07-08net: bonding: add broadcast_neighbor netlink optionTonghao Zhang1-0/+16
2025-07-08net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang2-6/+102
2025-07-03bonding: don't force LACPDU tx to ~333 ms boundariesSeth Forshee (DigitalOcean)1-5/+6
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/kerne...Paolo 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-15bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-14/+9
2025-04-12bonding: 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/kerne...Jakub Kicinski1-11/+5
2025-03-25bonding: check xdp prog when set bond modeWang Liang2-4/+7
2025-03-14Merge 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-27bonding: report duplicate MAC address in all situationsHangbin Liu1-1/+1
2025-02-25net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-1/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-11/+5
2025-02-05bonding: 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/net...Linus 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-08bonding: add ESP offload features when slaves supportJianbo Liu1-0/+9
2024-10-29bonding: 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-10bonding: 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