aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-01-18bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2023-01-18bonding: Export skip slave logic to functionMaor Gottlieb
2022-07-02bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar
2021-09-22bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg
2020-12-08bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-08-26bonding: fix active-backup failover for current ARP slaveJiri Wiesner
2020-08-26bonding: fix a potential double-unregisterCong Wang
2020-08-26bonding: show saner speed for broadcast modeJarod Wilson
2020-07-29bonding: check error value of register_netdevice() immediatelyTaehee Yoo
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar
2019-11-12bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo
2019-11-12bonding: fix state transition issue in link monitoringJay Vosburgh
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet
2019-08-29bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-07-26bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-07-03bonding: Always enable vlan tx offloadYueHaibing
2019-06-04bonding/802.3ad: fix slave link initialization transition statesJarod Wilson
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys
2019-01-22bonding: update nest level on unlinkWillem de Bruijn
2018-11-21bonding/802.3ad: fix link_failure_count trackingJarod Wilson
2018-10-02bonding: fix warning messageMahesh Bandewar
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar
2018-09-26bonding: pass link-local packets to bonding master also.Mahesh Bandewar
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn
2018-05-17bonding: introduce link change helperTonghao Zhang
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang
2018-05-11bonding: replace the return value typeTonghao Zhang
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-03-26bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds