summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-11-17bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-11-02net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2021-09-22bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2020-12-08bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-26bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-26bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-26bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-07-29bonding: check return value of register_netdevice() in bond_newlink()Cong Wang1-2/+1
2020-07-29bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-06-03bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2020-03-18bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-03-05bonding: fix lockdep warning in bond_get_stats()Taehee Yoo1-3/+50
2020-03-05bonding: add missing netdev_update_lockdep_key()Taehee Yoo2-0/+4
2020-02-11bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2019-12-31bonding: fix bond_neigh_init()Eric Dumazet1-10/+21
2019-12-31neighbour: remove neigh_cleanup() methodEric Dumazet1-8/+0
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh1-22/+22
2019-10-29bonding: fix using uninitialized mode_lockTaehee Yoo1-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-16/+1
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-08-10bonding: no need to print a message if debugfs_create_dir() failsGreg Kroah-Hartman1-5/+0
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-08bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat1-1/+1
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat5-37/+94
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/options: convert to using slave printk macrosJarod Wilson1-18/+12
2019-06-09bonding/alb: convert to using slave printk macrosJarod Wilson1-15/+15
2019-06-09bonding/802.3ad: convert to using slave printk macrosJarod Wilson1-106/+116
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+3
2019-06-04net: bonding: Inherit MPLS features from slave devicesAriel Levkovich1-0/+11
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds3-15/+3
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+10