index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-07
bonding: 3ad: pass parameter bond_params by reference
Colin Ian King
1
-4
/
+4
2021-09-06
bonding: Fix negative jump label count on nested bonding
Jussi Maki
1
-6
/
+5
2021-09-05
bonding: complain about missing route only once for A/B ARP probes
David Decotigny
1
-3
/
+3
2021-08-16
bonding: improve nl error msg when device can't be enslaved because of IFF_MA...
Antoine Tenart
1
-1
/
+1
2021-08-14
net, bonding: Disallow vlan+srcmac with XDP
Jussi Maki
1
-7
/
+11
2021-08-12
bonding: combine netlink and console error messages
Jonathan Toppins
1
-32
/
+37
2021-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-57
/
+397
2021-08-10
net, bonding: Add XDP support to the bonding driver
Jussi Maki
1
-1
/
+308
2021-08-10
net, bonding: Refactor bond_xmit_hash for use with xdp_buff
Jussi Maki
1
-57
/
+90
2021-08-07
net: bonding: bond_alb: Remove the dependency on ipx network layer
Cai Huoqing
1
-32
/
+0
2021-08-03
bonding: add new option lacp_active
Hangbin Liu
6
-10
/
+72
2021-08-02
bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...
Yufeng Mo
1
-1
/
+2
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-13
/
+29
2021-07-27
bonding: use siocdevprivate
Arnd Bergmann
1
-6
/
+24
2021-07-17
bonding: fix build issue
Mahesh Bandewar
1
-0
/
+2
2021-07-06
bonding: fix incorrect return value of bond_ipsec_offload_ok()
Taehee Yoo
1
-1
/
+1
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-30
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-04
bonding: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-04
net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
Kees Cook
2
-7
/
+4
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-05-21
net: bonding: bond_alb: Fix some typos in bond_alb.c
Wang Hai
1
-4
/
+4
2021-05-21
net: bonding: use tabs instead of space for code indent
Yufeng Mo
1
-1
/
+1
2021-05-21
net: bonding: remove unnecessary braces
Yufeng Mo
2
-4
/
+2
2021-05-21
net: bonding: fix code indent for conditional statements
Yufeng Mo
1
-1
/
+1
2021-05-21
net: bonding: add some required blank lines
Yufeng Mo
4
-0
/
+13
2021-05-18
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-22
bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...
jinyiting
1
-3
/
+4
2021-03-31
net: bonding: remove repeated word
Peng Li
1
-1
/
+1
2021-03-29
net: bonding: Correct function name bond_change_active_slave() in comment
Yang Yingliang
1
-1
/
+1
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+2
2021-03-15
bonding: Added -ENODEV interpret for slaves option
Jianlin Lv
1
-0
/
+9
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-02-12
bonding: 3ad: Print an error for unknown speeds
Ido Schimmel
1
-4
/
+4
2021-02-12
bonding: 3ad: add support for 400G speed
Nikolay Aleksandrov
1
-0
/
+9
2021-02-12
bonding: 3ad: add support for 200G speed
Nikolay Aleksandrov
1
-0
/
+9
2021-01-20
bonding: add a vlan+srcmac tx hashing option
Jarod Wilson
2
-8
/
+39
2021-01-19
net/bonding: Implement TLS TX device offload
Tariq Toukan
2
-2
/
+54
2021-01-19
net/bonding: Take update_features call out of XFRM funciton
Tariq Toukan
1
-9
/
+10
[next]