index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
1
-9
/
+6
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
1
-4
/
+4
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
1
-4
/
+4
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
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-28
bonding: Correctly support GSO ESP offload
Cosmin Ratiu
1
-9
/
+10
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
1
-1
/
+15
2024-11-14
bonding: add ns target multicast address to slave device
Hangbin Liu
1
-1
/
+15
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
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-3
/
+3
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-54
/
+105
2024-08-27
bonding: change ipsec_lock from spin lock to mutex
Jianbo Liu
1
-36
/
+43
2024-08-27
bonding: extract the use of real_device into local variable
Jianbo Liu
1
-25
/
+33
2024-08-27
bonding: implement xdo_dev_state_free and call it after deletion
Jianbo Liu
1
-0
/
+36
2024-08-24
net: refactor ->ndo_bpf calls into dev_xdp_propagate
Mina Almasry
1
-4
/
+4
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+8
2024-08-20
bonding: fix xfrm real_dev null pointer dereference
Nikolay Aleksandrov
1
-1
/
+0
2024-08-20
bonding: fix null pointer deref in bond_ipsec_offload_ok
Nikolay Aleksandrov
1
-0
/
+2
2024-08-20
bonding: fix bond_ipsec_offload_ok return type
Nikolay Aleksandrov
1
-12
/
+6
2024-08-07
bonding: Pass string literal as format argument of alloc_ordered_workqueue()
Simon Horman
1
-1
/
+2
2024-07-23
net: bonding: correctly annotate RCU in bond_should_notify_peers()
Johannes Berg
1
-5
/
+2
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-2
/
+2
2024-06-21
bonding: fix incorrect software timestamping report
Hangbin Liu
1
-0
/
+3
2024-05-16
bonding: fix oops during rmmod
Tony Battersby
1
-6
/
+7
[next]