summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann
2024-02-22bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-08bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet
2024-02-06bonding: Add independent control state machineAahil Awatramani
2023-11-24bonding: remove print in bond_verify_device_pathZhengchao Shao
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner
2023-08-22bonding: update port speed when getting bond speedHangbin Liu
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-07bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-08-02net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-23bonding: do not assume skb mac_header is setEric Dumazet
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman
2023-05-05bonding: add xdp_features supportLorenzo Bianconi
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel
2023-04-18bonding: add software tx timestamping supportHangbin Liu
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet
2022-12-13bonding: do failover when high prio link upHangbin Liu
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06bonding: get correct NA dest addressHangbin Liu
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu
2022-10-27bond: Disable TLS features indicationTariq Toukan
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld