summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-24bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao1-1/+4
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-27/+2
2023-11-14bonding: stop the device in bond_setup_by_slave()Eric Dumazet1-0/+6
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner1-1/+1
2023-08-22bonding: update port speed when getting bond speedHangbin Liu1-0/+1
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao1-2/+1
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao1-25/+2
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao1-1/+1
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-08-07bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-08-03net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev1-40/+65
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-24bonding: do not assume skb mac_header is setEric Dumazet1-1/+1
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-05-20net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-1/+7
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya1-1/+2
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman1-3/+5
2023-05-05bonding: add xdp_features supportLorenzo Bianconi1-0/+29
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel1-3/+4
2023-04-19bonding: add software tx timestamping supportHangbin Liu1-0/+30
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu1-2/+3
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15
2023-01-27bonding: fill IPsec state validation failure reasonLeon Romanovsky1-1/+1
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-3/+5
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet1-3/+5
2022-12-14bonding: do failover when high prio link upHangbin Liu1-9/+15
2022-12-14bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu1-1/+1
2022-12-13net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long1-5/+13
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-12-07bonding: get correct NA dest addressHangbin Liu1-1/+1
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+12
2022-11-24bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins1-1/+10
2022-11-19bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu1-5/+12
2022-10-27bond: Disable TLS features indicationTariq Toukan1-12/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+42
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins1-9/+6
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier1-12/+35
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier1-12/+4
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+15
2022-09-05bonding: accept unsolicited NA messageHangbin Liu1-5/+12
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu1-0/+3