index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
net: bonding: debug: avoid printing debug logs when bond is not notifying peers
Suresh Kumar
1
-3
/
+3
2021-12-29
bonding: fix ad_actor_system option setting to default
Fernando Fernandez Mancera
1
-1
/
+1
2021-12-14
bonding: make tx_rebalance_counter an atomic
Eric Dumazet
1
-6
/
+8
2021-11-17
bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
Huang Guobin
1
-25
/
+11
2021-11-02
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
1
-1
/
+1
2021-09-22
bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...
Yufeng Mo
1
-1
/
+2
2021-06-16
bonding: init notify_work earlier to avoid uninitialized use
Johannes Berg
1
-1
/
+1
2020-12-08
bonding: wait for sysfs kobject destruction before freeing struct slave
Jamie Iles
2
-35
/
+44
2020-10-14
bonding: set dev->needed_headroom in bond_setup_by_slave()
Eric Dumazet
1
-0
/
+1
2020-08-26
bonding: fix active-backup failover for current ARP slave
Jiri Wiesner
1
-2
/
+16
2020-08-26
bonding: fix a potential double-unregister
Cong Wang
1
-1
/
+2
2020-08-26
bonding: show saner speed for broadcast mode
Jarod Wilson
1
-3
/
+18
2020-07-29
bonding: check return value of register_netdevice() in bond_newlink()
Cong Wang
1
-2
/
+1
2020-07-29
bonding: check error value of register_netdevice() immediately
Taehee Yoo
1
-3
/
+7
2020-06-03
bonding: Fix reference count leak in bond_sysfs_slave_add.
Qiushi Wu
1
-1
/
+3
2020-03-18
bonding/alb: make sure arp header is pulled before accessing it
Eric Dumazet
1
-10
/
+10
2020-03-05
bonding: fix lockdep warning in bond_get_stats()
Taehee Yoo
1
-3
/
+50
2020-03-05
bonding: add missing netdev_update_lockdep_key()
Taehee Yoo
2
-0
/
+4
2020-02-11
bonding/alb: properly access headers in bond_alb_xmit()
Eric Dumazet
1
-12
/
+32
2020-01-04
bonding: fix active-backup transition after link failure
Mahesh Bandewar
1
-3
/
+0
2019-12-31
bonding: fix bond_neigh_init()
Eric Dumazet
1
-10
/
+21
2019-12-31
neighbour: remove neigh_cleanup() method
Eric Dumazet
1
-8
/
+0
2019-11-05
bonding: fix state transition issue in link monitoring
Jay Vosburgh
1
-22
/
+22
2019-10-29
bonding: fix using uninitialized mode_lock
Taehee Yoo
1
-1
/
+1
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
2
-16
/
+1
2019-10-24
bonding: use dynamic lockdep key instead of subclass
Taehee Yoo
1
-3
/
+7
2019-10-24
bonding: fix unexpected IFF_BONDING bit unset
Taehee Yoo
1
-2
/
+4
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
1
-1
/
+0
2019-10-09
bonding: fix potential NULL deref in bond_update_slave_arr
Eric Dumazet
1
-1
/
+1
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-08-10
bonding: no need to print a message if debugfs_create_dir() fails
Greg Kroah-Hartman
1
-5
/
+0
2019-08-08
bonding: Add vlan tx offload to hw_enc_features
YueHaibing
1
-0
/
+2
2019-07-22
bonding: Force slave speed check after link state recovery for 802.3ad
Thomas Falcon
1
-0
/
+9
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+23
2019-07-08
bonding: fix value exported by Netlink for peer_notif_delay
Vincent Bernat
1
-1
/
+1
2019-07-04
bonding: add an option to specify a delay between peer notifications
Vincent Bernat
5
-37
/
+94
2019-07-03
bonding: validate ip header before check IPPROTO_IGMP
Cong Wang
1
-14
/
+23
2019-07-02
bonding/main: fix NULL dereference in bond_select_active_slave()
Eric Dumazet
1
-1
/
+1
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-26
bonding: Always enable vlan tx offload
YueHaibing
1
-1
/
+1
2019-06-09
bonding/options: convert to using slave printk macros
Jarod Wilson
1
-18
/
+12
2019-06-09
bonding/alb: convert to using slave printk macros
Jarod Wilson
1
-15
/
+15
2019-06-09
bonding/802.3ad: convert to using slave printk macros
Jarod Wilson
1
-106
/
+116
2019-06-09
bonding/main: convert to using slave printk macros
Jarod Wilson
1
-167
/
+139
2019-06-09
bonding: fix error messages in bond_do_fail_over_mac
Jarod Wilson
1
-5
/
+5
2019-06-09
bonding: improve event debug usability
Jarod Wilson
1
-1
/
+2
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-15
/
+3
2019-06-04
net: bonding: Inherit MPLS features from slave devices
Ariel Levkovich
1
-0
/
+11
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
3
-15
/
+3
2019-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+10
[next]