summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorLines
2024-02-08bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson-3/+2
2023-11-24bonding: remove print in bond_verify_device_pathZhengchao Shao-4/+1
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao-2/+6
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran-27/+2
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet-0/+6
2023-10-26netlink: make range pointers in policies constJakub Kicinski-1/+1
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner-1/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu-3/+3
2023-08-22bonding: update port speed when getting bond speedHangbin Liu-0/+1
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao-2/+1
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao-25/+2
2023-08-11bonding: remove redundant NULL check in debugfs functionZhengchao Shao-9/+0
2023-08-11bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao-1/+1
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao-5/+5
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2023-08-07bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan-1/+3
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski-0/+1
2023-08-03bonding: support balance-alb with openvswitchMateusz Kowalski-1/+1
2023-08-02net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev-40/+65
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu-0/+5
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-06-23bonding: do not assume skb mac_header is setEric Dumazet-1/+1
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+7
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo-1/+7
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya-4/+3
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman-3/+5
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu-2/+13
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+31
2023-05-05bonding: add xdp_features supportLorenzo Bianconi-0/+31
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+9
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel-3/+4
2023-04-18bonding: add software tx timestamping supportHangbin Liu-0/+30
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu-2/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-7/+16
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman-9/+9
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov-3/+1
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov-4/+15
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-02-03bonding: fix error checking in bond_debug_reregister()Qi Zheng-1/+1
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky-1/+1
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky-3/+5
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin-0/+1
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet-3/+5
2022-12-13bonding: do failover when high prio link upHangbin Liu-9/+15
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu-1/+1
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long-5/+13