index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2024-10-17
bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
Jiwon Kim
1
-3
/
+3
2024-09-04
bonding: implement xdo_dev_state_free and call it after deletion
Jianbo Liu
1
-0
/
+36
2024-08-29
bonding: fix xfrm state handling when clearing active slave
Nikolay Aleksandrov
1
-1
/
+1
2024-08-29
bonding: fix xfrm real_dev null pointer dereference
Nikolay Aleksandrov
1
-1
/
+0
2024-08-29
bonding: fix null pointer deref in bond_ipsec_offload_ok
Nikolay Aleksandrov
1
-0
/
+2
2024-08-29
bonding: fix bond_ipsec_offload_ok return type
Nikolay Aleksandrov
1
-12
/
+6
2024-08-03
net: bonding: correctly annotate RCU in bond_should_notify_peers()
Johannes Berg
1
-5
/
+2
2024-07-11
bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()
Sam Sun
1
-3
/
+3
2024-02-05
bonding: remove print in bond_verify_device_path
Zhengchao Shao
1
-4
/
+1
2024-02-05
bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
Zhengchao Shao
2
-2
/
+6
2023-11-28
bonding: stop the device in bond_setup_by_slave()
Eric Dumazet
1
-0
/
+6
2023-10-25
bonding: Return pointer to data after pull on skb
Jiri Wiesner
1
-1
/
+1
2023-08-30
bonding: fix macvlan over alb bond support
Hangbin Liu
1
-3
/
+3
2023-08-16
bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
Ziyang Xuan
1
-1
/
+3
2023-08-03
bonding: reset bond's flags when down link is P2P device
Hangbin Liu
1
-0
/
+5
2023-07-19
bonding: do not assume skb mac_header is set
Eric Dumazet
1
-1
/
+1
2023-05-30
net: fix stack overflow when LRO is disabled for virtual interfaces
Taehee Yoo
1
-1
/
+7
2023-05-24
bonding: fix send_peer_notif overflow
Hangbin Liu
2
-2
/
+13
2023-04-26
bonding: Fix memory leak when changing bond type to Ethernet
Ido Schimmel
1
-3
/
+4
2023-04-20
bonding: fix ns validation on backup slaves
Hangbin Liu
1
-2
/
+3
2023-03-22
bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
Nikolay Aleksandrov
1
-3
/
+1
2023-03-22
bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
Nikolay Aleksandrov
1
-4
/
+15
2023-02-14
bonding: fix error checking in bond_debug_reregister()
Qi Zheng
1
-1
/
+1
2023-01-12
drivers/net/bonding/bond_3ad: return when there's no aggregator
Daniil Tatianin
1
-0
/
+1
2023-01-12
bonding: fix lockdep splat in bond_miimon_commit()
Eric Dumazet
1
-3
/
+5
2022-12-31
bonding: do failover when high prio link up
Hangbin Liu
1
-9
/
+15
2022-12-31
bonding: add missed __rcu annotation for curr_active_slave
Hangbin Liu
1
-1
/
+1
2022-12-31
bonding: uninitialized variable in bond_miimon_inspect()
Dan Carpenter
1
-1
/
+1
2022-12-31
bonding: fix link recovery in mode 2 when updelay is nonzero
Jonathan Toppins
1
-1
/
+10
2022-12-06
bonding: get correct NA dest address
Hangbin Liu
1
-1
/
+1
2022-11-18
bonding: fix ICMPv6 header handling when receiving IPv6 messages
Hangbin Liu
1
-5
/
+12
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-30
net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIs
Wang Yufen
2
-67
/
+67
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-32
/
+45
2022-09-22
bonding: fix NULL deref in bond_rr_gen_slave_id
Jonathan Toppins
1
-9
/
+6
2022-09-16
net: bonding: Unsync device addresses on ndo_stop
Benjamin Poirier
1
-12
/
+35
2022-09-16
net: bonding: Share lacpdu_mcast_addr definition
Benjamin Poirier
2
-14
/
+7
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+15
2022-09-05
bonding: accept unsolicited NA message
Hangbin Liu
1
-5
/
+12
2022-09-05
bonding: use unspecified address if no available link local address
Hangbin Liu
1
-0
/
+3
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-22
bonding: 3ad: make ad_ticks_per_sec a const
Jonathan Toppins
2
-9
/
+4
2022-08-22
bonding: 802.3ad: fix no transmission of LACPDUs
Jonathan Toppins
1
-22
/
+16
2022-08-11
bonding: fix reference count leak in balance-alb mode
Jay Vosburgh
1
-1
/
+4
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
1
-2
/
+8
2022-08-10
net:bonding:support balance-alb interface with vlan to bridge
Sun Shouxin
1
-0
/
+7
2022-08-03
net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NS
Vladimir Oltean
1
-15
/
+20
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+3
2022-06-29
net: bonding: fix use-after-free after 802.3ad slave unbind
Yevhen Orlov
1
-1
/
+2
2022-06-28
net: bonding: fix possible NULL deref in rlb code
Eric Dumazet
1
-1
/
+1
[next]