aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
36 hoursbonding: fix oops during rmmodTony Battersby1-6/+7
11 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 Dumazet1-1/+1
2024-04-09bonding: no longer use RTNL in bonding_show_bonds()Eric Dumazet1-2/+2
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-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 Awatramani1-0/+1
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-13bonding: 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-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-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 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-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-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-26bonding: fill IPsec state validation failure reasonLeon Romanovsky1-1/+1
2023-01-26xfrm: 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-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 Toukan1-12/+1
2022-10-11treewide: 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
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 Toppins1-1/+1
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-2/+8
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean1-15/+20
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu1-0/+27
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-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu1-0/+2
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-02-21bonding: add new parameter ns_targetsHangbin Liu1-19/+218
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 Kicinski1-3/+2
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet1-8/+19
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-4/+0
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-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-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 Liu1-8/+9
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
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-03bonding: add new option lacp_activeHangbin Liu1-0/+1
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-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook1-5/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-20net: bonding: remove unnecessary bracesYufeng Mo1-2/+1
2021-05-20net: bonding: add some required blank linesYufeng Mo1-0/+2
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-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
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-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson1-2/+32
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan1-0/+29
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-07bonding: set xfrm feature flags more sanelyJarod Wilson1-6/+4
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+43
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles1-18/+43
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 Yoo1-3/+7
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. Silva1-4/+4
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-16bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-14net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones1-1/+3
2020-08-14bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-07-19bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-07-08bonding: don't need RTNL for ipsec helpersJarod Wilson1-3/+3
2020-07-08bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson1-14/+25
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson1-9/+10
2020-06-26bonding: Remove extraneous parentheses in bond_setupNathan Chancellor1-2/+2
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-3/+3
2020-06-22bonding: support hardware encryption offload to slavesJarod Wilson1-2/+125
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+0
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-66/+186
2020-05-07bonding: propagate transmit statusEric Dumazet1-38/+22
2020-05-04bonding: remove useless stats_lock_keyCong Wang1-3/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+1
2020-05-01bonding: Implement ndo_get_xmit_slaveMaor Gottlieb1-0/+43
2020-05-01bonding: Add array of all slavesMaor Gottlieb1-19/+59
2020-05-01bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb1-1/+7
2020-05-01bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb1-26/+30
2020-05-01bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb1-7/+21
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb1-20/+20
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
2020-02-24net/bond: Delete driver and module versionsLeon Romanovsky1-5/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+52
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2020-02-16bonding: fix lockdep warning in bond_get_stats()Taehee Yoo1-3/+50
2020-02-16bonding: add missing netdev_update_lockdep_key()Taehee Yoo1-0/+2
2019-12-14bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2019-12-09bonding: fix bond_neigh_init()Eric Dumazet1-10/+21
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-8/+0
2019-11-16bonding: symmetric ICMP transmitMatteo Croce1-26/+57
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+22
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh1-22/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+9
2019-10-30bonding: balance ICMP echoes in layer3+4 modeMatteo Croce1-7/+70
2019-10-29bonding: fix using uninitialized mode_lockTaehee Yoo1-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-15/+0
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-3/+7
2019-10-24bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-1/+0
2019-10-09bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-08-08bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-0/+2
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+23
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-11/+20
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-02bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet1-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-09bonding/main: convert to using slave printk macrosJarod Wilson1-167/+139
2019-06-09bonding: fix error messages in bond_do_fail_over_macJarod Wilson1-5/+5
2019-06-09bonding: improve event debug usabilityJarod Wilson1-1/+2
2019-06-04net: bonding: Inherit MPLS features from slave devicesAriel Levkovich1-0/+11
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-15bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5