index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()
Taehee Yoo
1
-6
/
+16
2021-07-06
bonding: Add struct bond_ipesc to manage SA
Taehee Yoo
1
-20
/
+119
2021-07-06
bonding: disallow setting nested bonding + ipsec offload
Taehee Yoo
1
-6
/
+9
2021-07-06
bonding: fix suspicious RCU usage in bond_ipsec_del_sa()
Taehee Yoo
1
-2
/
+5
2021-07-06
bonding: fix null dereference in bond_ipsec_add_sa()
Taehee Yoo
1
-0
/
+5
2021-07-06
bonding: fix suspicious RCU usage in bond_ipsec_add_sa()
Taehee Yoo
1
-1
/
+6
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2021-06-23
bonding: allow nesting of bonding device
Di Zhu
1
-1
/
+3
2021-06-22
bonding: avoid adding slave device with IFF_MASTER flag
Di Zhu
1
-0
/
+6
2021-06-15
net: bonding: Use per-cpu rr_tx_counter
Jussi Maki
1
-3
/
+15
2021-06-03
net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
Kees Cook
1
-5
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-05-20
net: bonding: remove unnecessary braces
Yufeng Mo
1
-2
/
+1
2021-05-20
net: bonding: add some required blank lines
Yufeng Mo
1
-0
/
+2
2021-05-17
bonding: init notify_work earlier to avoid uninitialized use
Johannes Berg
1
-1
/
+1
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+4
2021-04-21
bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...
jinyiting
1
-3
/
+4
2021-03-29
net: bonding: Correct function name bond_change_active_slave() in comment
Yang Yingliang
1
-1
/
+1
2021-03-12
Revert "net: bonding: fix error return code of bond_neigh_init()"
David S. Miller
1
-6
/
+2
2021-03-08
net: bonding: fix error return code of bond_neigh_init()
Jia-Ju Bai
1
-2
/
+6
2021-01-19
bonding: add a vlan+srcmac tx hashing option
Jarod Wilson
1
-2
/
+32
2021-01-18
net/bonding: Implement TLS TX device offload
Tariq Toukan
1
-0
/
+29
2021-01-18
net/bonding: Implement ndo_sk_get_lower_dev
Tariq Toukan
1
-0
/
+93
2021-01-18
net/bonding: Take IP hash logic into a helper
Tariq Toukan
1
-5
/
+11
2021-01-14
net: bonding: Notify ports about their initial state
Tobias Waldekranz
1
-0
/
+2
2020-12-07
bonding: set xfrm feature flags more sanely
Jarod Wilson
1
-6
/
+4
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-18
/
+43
2020-11-21
bonding: wait for sysfs kobject destruction before freeing struct slave
Jamie Iles
1
-18
/
+43
2020-11-03
net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE
Alexander Lobakin
1
-6
/
+5
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-3
/
+7
2020-09-25
bonding: set dev->needed_headroom in bond_setup_by_slave()
Eric Dumazet
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-08-18
bonding: fix active-backup failover for current ARP slave
Jiri Wiesner
1
-2
/
+16
2020-08-16
bonding: fix a potential double-unregister
Cong Wang
1
-1
/
+2
2020-08-14
net: bonding: bond_main: Document 'proto' and rename 'new_active' parameters
Lee Jones
1
-1
/
+3
2020-08-14
bonding: show saner speed for broadcast mode
Jarod Wilson
1
-3
/
+18
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+7
2020-07-19
bonding: check error value of register_netdevice() immediately
Taehee Yoo
1
-3
/
+7
2020-07-08
bonding: don't need RTNL for ipsec helpers
Jarod Wilson
1
-3
/
+3
2020-07-08
bonding: deal with xfrm state in all modes and add more error-checking
Jarod Wilson
1
-14
/
+25
2020-07-01
bonding: allow xfrm offload setup post-module-load
Jarod Wilson
1
-9
/
+10
2020-06-26
bonding: Remove extraneous parentheses in bond_setup
Nathan Chancellor
1
-2
/
+2
2020-06-23
bonding/xfrm: use real_dev instead of slave_dev
Jarod Wilson
1
-3
/
+3
2020-06-22
bonding: support hardware encryption offload to slaves
Jarod Wilson
1
-2
/
+125
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-2
/
+0
2020-05-09
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-66
/
+186
2020-05-07
bonding: propagate transmit status
Eric Dumazet
1
-38
/
+22
2020-05-04
bonding: remove useless stats_lock_key
Cong Wang
1
-3
/
+0
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
1
-0
/
+1
2020-05-01
bonding: Implement ndo_get_xmit_slave
Maor Gottlieb
1
-0
/
+43
[next]