index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
bonding: fix xfrm offload feature setup on active-backup mode
Hangbin Liu
2
-8
/
+10
2025-09-17
bonding: don't set oif to bond dev when getting NS target destination
Hangbin Liu
1
-1
/
+0
2025-09-15
bonding: set random address only when slaves already exist
Hangbin Liu
1
-0
/
+1
2025-08-21
bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
Hangbin Liu
1
-18
/
+24
2025-08-21
bonding: update LACP activity flag after setting lacp_active
Hangbin Liu
2
-0
/
+26
2025-07-18
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
1
-1
/
+1
2025-07-18
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
1
-1
/
+2
2025-07-08
net: bonding: send peer notify when failure recovery
Tonghao Zhang
2
-5
/
+33
2025-07-08
net: bonding: add broadcast_neighbor netlink option
Tonghao Zhang
1
-0
/
+16
2025-07-08
net: bonding: add broadcast_neighbor option for 802.3ad
Tonghao Zhang
2
-6
/
+102
2025-07-03
bonding: don't force LACPDU tx to ~333 ms boundaries
Seth Forshee (DigitalOcean)
1
-5
/
+6
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
2
-14
/
+9
2025-05-26
Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Paolo Abeni
1
-61
/
+58
2025-04-28
bonding: assign random address if device address is same as bond
Hangbin Liu
1
-7
/
+18
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+9
2025-04-16
bonding: Fix multiple long standing offload races
Cosmin Ratiu
1
-46
/
+36
2025-04-16
bonding: Mark active offloaded xfrm_states
Cosmin Ratiu
1
-3
/
+5
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
1
-14
/
+19
2025-04-14
bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-14
/
+9
2025-04-11
bonding: hold ops lock around get_link
Stanislav Fomichev
1
-4
/
+9
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+7
2025-03-25
Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
1
-11
/
+5
2025-03-25
bonding: check xdp prog when set bond mode
Wang Liang
2
-4
/
+7
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-8
/
+47
2025-03-11
bonding: fix incorrect MAC address setting to receive NS messages
Hangbin Liu
1
-8
/
+47
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
1
-2
/
+5
2025-03-06
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
1
-5
/
+4
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-1
/
+1
2025-02-26
bonding: report duplicate MAC address in all situations
Hangbin Liu
1
-1
/
+1
2025-02-24
net: remove '__' from __skb_flow_get_ports()
Nicolas Dichtel
1
-1
/
+1
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+4
2025-02-21
xfrm: provide common xdo_dev_offload_ok callback implementation
Leon Romanovsky
1
-11
/
+5
2025-02-04
bonding: delete always true device check
Leon Romanovsky
1
-3
/
+0
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-9
/
+10
2025-01-28
bonding: Correctly support GSO ESP offload
Cosmin Ratiu
1
-9
/
+10
2025-01-15
saner replacement for debugfs_rename()
Al Viro
1
-7
/
+2
2024-12-12
bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
1
-0
/
+1
2024-12-12
bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
Daniel Borkmann
1
-2
/
+3
2024-12-12
net, team, bonding: Add netdev_base_features helper
Daniel Borkmann
1
-3
/
+1
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+96
2024-11-14
bonding: add ns target multicast address to slave device
Hangbin Liu
2
-2
/
+96
2024-11-07
bonding: add ESP offload features when slaves support
Jianbo Liu
1
-0
/
+9
2024-10-28
bonding: return detailed error when loading native XDP fails
Hangbin Liu
1
-1
/
+4
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
1
-1
/
+1
2024-09-24
bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
Jiwon Kim
1
-3
/
+3
2024-09-09
bonding: Remove setting of RX software timestamp
Gal Pressman
1
-3
/
+0
2024-09-05
bonding: support xfrm state update
Hangbin Liu
1
-0
/
+25
2024-09-05
bonding: Add ESN support to IPSec HW offload
Hangbin Liu
1
-0
/
+25
2024-09-05
bonding: add common function to check ipsec device
Hangbin Liu
1
-13
/
+37
[next]