aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
3 daysbonding: fix oops during rmmodTony Battersby1-6/+7
12 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-09bonding: no longer use RTNL in bonding_show_queue_id()Eric Dumazet6-10/+11
2024-04-09bonding: no longer use RTNL in bonding_show_slaves()Eric Dumazet1-4/+3
2024-04-09bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet2-6/+6
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault1-2/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-05xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann1-1/+1
2024-02-27bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2024-02-22bonding: rate-limit bonding driver inspect messagesPraveen Kumar Kannoju1-8/+10
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2024-02-08bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson1-3/+2
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet1-11/+26
2024-02-06bonding: Add independent control state machineAahil Awatramani4-8/+194
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 Shao2-2/+6
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-27/+2
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet1-0/+6
2023-10-26netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner1-1/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu1-3/+3
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: remove redundant NULL check in debugfs functionZhengchao Shao1-9/+0
2023-08-11bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao1-1/+1
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao3-5/+5
2023-08-10Merge 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-03Merge 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-03bonding: support balance-alb with openvswitchMateusz Kowalski1-1/+1
2023-08-02net: 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-23bonding: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-1/+7
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya2-4/+3
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman1-3/+5
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu2-2/+13
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+31
2023-05-05bonding: add xdp_features supportLorenzo Bianconi2-0/+31
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+9
2023-04-20Merge 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-18bonding: add software tx timestamping supportHangbin Liu1-0/+30
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu1-2/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-7/+16
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-9/+9
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-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-02-03bonding: fix error checking in bond_debug_reregister()Qi Zheng1-1/+1
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky1-1/+1
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky1-3/+5
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet1-3/+5
2022-12-13bonding: do failover when high prio link upHangbin Liu1-9/+15
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu1-1/+1
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long1-5/+13
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-12-06bonding: get correct NA dest addressHangbin Liu1-1/+1
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+12
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins1-1/+10
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu1-5/+12
2022-10-27bond: Disable TLS features indicationTariq Toukan2-30/+1
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen1-0/+9
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen2-67/+67
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-32/+45
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 Poirier2-14/+7
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
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2-9/+4
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins1-22/+16
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-2/+8
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean1-15/+20
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2022-06-29net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu3-0/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-09bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-09bonding: netlink error message support for optionsJonathan Toppins2-40/+93
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2-4/+8
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu1-0/+15
2022-05-28bonding: NS target should accept link local addressHangbin Liu1-5/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+12
2022-05-19bonding: fix missed rcu protectionHangbin Liu1-3/+12
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-6/+6
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar1-4/+9
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang1-7/+1
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu2-0/+131
2022-02-21bonding: add new parameter ns_targetsHangbin Liu2-20/+219
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu1-24/+34
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+27
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet1-5/+25
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet2-9/+19
2022-02-08bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski1-0/+1
2022-01-31net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin1-2/+28
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+0
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-4/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang1-8/+22
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu1-16/+26
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu1-2/+53
2021-11-30Bonding: add arp_missed_max optionHangbin Liu5-8/+67
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-05bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski2-16/+14
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-08bonding: use the correct function to check for netdev name collisionAntoine Tenart1-2/+2
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny1-3/+3
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart1-1/+1
2021-08-13net, bonding: Disallow vlan+srcmac with XDPJussi Maki1-7/+11
2021-08-11bonding: combine netlink and console error messagesJonathan Toppins1-32/+37
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing1-32/+0
2021-08-03bonding: add new option lacp_activeHangbin Liu6-10/+72
2021-08-02bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-13/+29
2021-07-27bonding: use siocdevprivateArnd Bergmann1-6/+24
2021-07-16bonding: fix build issueMahesh Bandewar1-0/+2
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-06-23bonding: allow nesting of bonding deviceDi Zhu1-1/+3
2021-06-22bonding: avoid adding slave device with IFF_MASTER flagDi Zhu1-0/+6
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-3/+15
2021-06-03bonding: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2-7/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai1-4/+4
2021-05-20net: bonding: use tabs instead of space for code indentYufeng Mo1-1/+1
2021-05-20net: bonding: remove unnecessary bracesYufeng Mo2-4/+2
2021-05-20net: bonding: fix code indent for conditional statementsYufeng Mo1-1/+1
2021-05-20net: bonding: add some required blank linesYufeng Mo4-0/+13
2021-05-17bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2021-04-21bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting1-3/+4
2021-03-30net: bonding: remove repeated wordPeng Li1-1/+1
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+2
2021-03-15bonding: Added -ENODEV interpret for slaves optionJianlin Lv1-0/+9
2021-03-12Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-02-11bonding: 3ad: Print an error for unknown speedsIdo Schimmel1-4/+4
2021-02-11bonding: 3ad: add support for 400G speedNikolay Aleksandrov1-0/+9
2021-02-11bonding: 3ad: add support for 200G speedNikolay Aleksandrov1-0/+9
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson2-8/+39
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan2-2/+54
2021-01-18net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan1-0/+93
2021-01-18net/bonding: Take IP hash logic into a helperTariq Toukan1-5/+11
2021-01-14net: bonding: Notify ports about their initial stateTobias Waldekranz1-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+15
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson1-7/+15
2020-12-07bonding: set xfrm feature flags more sanelyJarod Wilson1-6/+4
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-35/+44
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-11-03net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin1-6/+5
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2-6/+13
2020-09-25bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6