index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: fix incorrect return value of bond_ipsec_offload_ok()
Taehee Yoo
2021-07-06
1
-1
/
+1
*
bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()
Taehee Yoo
2021-07-06
1
-6
/
+16
*
bonding: Add struct bond_ipesc to manage SA
Taehee Yoo
2021-07-06
1
-20
/
+119
*
bonding: disallow setting nested bonding + ipsec offload
Taehee Yoo
2021-07-06
1
-6
/
+9
*
bonding: fix suspicious RCU usage in bond_ipsec_del_sa()
Taehee Yoo
2021-07-06
1
-2
/
+5
*
bonding: fix null dereference in bond_ipsec_add_sa()
Taehee Yoo
2021-07-06
1
-0
/
+5
*
bonding: fix suspicious RCU usage in bond_ipsec_add_sa()
Taehee Yoo
2021-07-06
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-0
/
+8
|
\
|
*
bonding: allow nesting of bonding device
Di Zhu
2021-06-23
1
-1
/
+3
|
*
bonding: avoid adding slave device with IFF_MASTER flag
Di Zhu
2021-06-22
1
-0
/
+6
*
|
net: bonding: Use per-cpu rr_tx_counter
Jussi Maki
2021-06-15
1
-3
/
+15
*
|
bonding: remove redundant initialization of variable ret
Colin Ian King
2021-06-04
1
-1
/
+1
*
|
net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
Kees Cook
2021-06-03
2
-7
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-1
/
+1
|
\
|
|
*
bonding: init notify_work earlier to avoid uninitialized use
Johannes Berg
2021-05-18
1
-1
/
+1
*
|
net: bonding: bond_alb: Fix some typos in bond_alb.c
Wang Hai
2021-05-21
1
-4
/
+4
*
|
net: bonding: use tabs instead of space for code indent
Yufeng Mo
2021-05-21
1
-1
/
+1
*
|
net: bonding: remove unnecessary braces
Yufeng Mo
2021-05-21
2
-4
/
+2
*
|
net: bonding: fix code indent for conditional statements
Yufeng Mo
2021-05-21
1
-1
/
+1
*
|
net: bonding: add some required blank lines
Yufeng Mo
2021-05-21
4
-0
/
+13
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-3
/
+4
|
\
|
*
bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...
jinyiting
2021-04-21
1
-3
/
+4
*
|
net: bonding: remove repeated word
Peng Li
2021-03-31
1
-1
/
+1
*
|
net: bonding: Correct function name bond_change_active_slave() in comment
Yang Yingliang
2021-03-29
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-6
/
+2
|
\
|
|
*
Revert "net: bonding: fix error return code of bond_neigh_init()"
David S. Miller
2021-03-12
1
-6
/
+2
*
|
bonding: Added -ENODEV interpret for slaves option
Jianlin Lv
2021-03-15
1
-0
/
+9
|
/
*
net: bonding: fix error return code of bond_neigh_init()
Jia-Ju Bai
2021-03-08
1
-2
/
+6
*
bonding: 3ad: Print an error for unknown speeds
Ido Schimmel
2021-02-11
1
-4
/
+4
*
bonding: 3ad: add support for 400G speed
Nikolay Aleksandrov
2021-02-11
1
-0
/
+9
*
bonding: 3ad: add support for 200G speed
Nikolay Aleksandrov
2021-02-11
1
-0
/
+9
*
bonding: add a vlan+srcmac tx hashing option
Jarod Wilson
2021-01-20
2
-8
/
+39
*
net/bonding: Implement TLS TX device offload
Tariq Toukan
2021-01-19
2
-2
/
+54
*
net/bonding: Take update_features call out of XFRM funciton
Tariq Toukan
2021-01-19
1
-9
/
+10
*
net/bonding: Implement ndo_sk_get_lower_dev
Tariq Toukan
2021-01-19
1
-0
/
+93
*
net/bonding: Take IP hash logic into a helper
Tariq Toukan
2021-01-19
1
-5
/
+11
*
net: bonding: Notify ports about their initial state
Tobias Waldekranz
2021-01-15
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-7
/
+15
|
\
|
*
bonding: fix feature flag setting at init time
Jarod Wilson
2020-12-08
1
-7
/
+15
*
|
bonding: set xfrm feature flags more sanely
Jarod Wilson
2020-12-08
1
-6
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-28
2
-35
/
+44
|
\
|
|
*
bonding: wait for sysfs kobject destruction before freeing struct slave
Jamie Iles
2020-11-21
2
-35
/
+44
*
|
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-24
1
-0
/
+1
*
|
net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE
Alexander Lobakin
2020-11-04
1
-6
/
+5
|
/
*
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
2020-09-29
2
-6
/
+13
*
bonding: set dev->needed_headroom in bond_setup_by_slave()
Eric Dumazet
2020-09-26
1
-0
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
2
-6
/
+6
*
bonding: fix active-backup failover for current ARP slave
Jiri Wiesner
2020-08-19
1
-2
/
+16
*
bonding: fix a potential double-unregister
Cong Wang
2020-08-17
1
-1
/
+2
*
net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...
Lee Jones
2020-08-15
1
-2
/
+2
[next]