summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson2024-02-081-3/+2
* bonding: remove print in bond_verify_device_pathZhengchao Shao2023-11-241-4/+1
* bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2023-11-212-2/+6
* net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2023-11-181-27/+2
* bonding: stop the device in bond_setup_by_slave()Eric Dumazet2023-11-131-0/+6
* netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* bonding: Return pointer to data after pull on skbJiri Wiesner2023-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-3/+3
|\
| * bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-3/+3
* | bonding: update port speed when getting bond speedHangbin Liu2023-08-221-0/+1
* | bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao2023-08-111-2/+1
* | bonding: use bond_set_slave_arr to simplify codeZhengchao Shao2023-08-111-25/+2
* | bonding: remove redundant NULL check in debugfs functionZhengchao Shao2023-08-111-9/+0
* | bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao2023-08-111-1/+1
* | bonding: add modifier to initialization function and exit functionZhengchao Shao2023-08-113-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+3
|\|
| * bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-071-1/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-0/+1
|\ \
| * | eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | | bonding: support balance-alb with openvswitchMateusz Kowalski2023-08-031-1/+1
* | | net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev2023-08-021-40/+65
| |/ |/|
* | bonding: reset bond's flags when down link is P2P deviceHangbin Liu2023-07-251-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-1/+1
|\
| * bonding: do not assume skb mac_header is setEric Dumazet2023-06-231-1/+1
* | net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-1/+7
|\|
| * net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-191-1/+7
* | net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya2023-05-162-4/+3
* | bonding: Always assign be16 value to vlan_protoSimon Horman2023-05-121-3/+5
|/
* bonding: fix send_peer_notif overflowHangbin Liu2023-05-102-2/+13
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-052-0/+31
|\
| * bonding: add xdp_features supportLorenzo Bianconi2023-05-052-0/+31
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-9/+9
|\ \ | |/ |/|
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-7/+16
| |\
| * | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-9/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-3/+4
|\ \ \
| * | | bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel2023-04-191-3/+4
* | | | bonding: add software tx timestamping supportHangbin Liu2023-04-181-0/+30
|/ / /
* | / bonding: fix ns validation on backup slavesHangbin Liu2023-04-071-2/+3
| |/ |/|
* | bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov2023-03-171-3/+1
* | bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov2023-03-171-4/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+1
|\
| * bonding: fix error checking in bond_debug_reregister()Qi Zheng2023-02-031-1/+1
* | bonding: fill IPsec state validation failure reasonLeon Romanovsky2023-01-261-1/+1
* | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-3/+5
|/
* drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin2023-01-031-0/+1
* bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet2022-12-221-3/+5
* bonding: do failover when high prio link upHangbin Liu2022-12-131-9/+15
* bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu2022-12-131-1/+1
* net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-5/+13