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
starfive-6.6.48-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
2023-11-24
bonding: remove print in bond_verify_device_path
Zhengchao Shao
1
-4
/
+1
2023-11-21
bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
Zhengchao Shao
2
-2
/
+6
2023-11-18
net: ethtool: Refactor identical get_ts_info implementations.
Richard Cochran
1
-27
/
+2
2023-11-14
bonding: stop the device in bond_setup_by_slave()
Eric Dumazet
1
-0
/
+6
2023-10-27
netlink: make range pointers in policies const
Jakub Kicinski
1
-1
/
+1
2023-10-13
bonding: Return pointer to data after pull on skb
Jiri Wiesner
1
-1
/
+1
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2023-08-24
bonding: fix macvlan over alb bond support
Hangbin Liu
1
-3
/
+3
2023-08-22
bonding: update port speed when getting bond speed
Hangbin Liu
1
-0
/
+1
2023-08-11
bonding: remove unnecessary NULL check in bond_destructor
Zhengchao Shao
1
-2
/
+1
2023-08-11
bonding: use bond_set_slave_arr to simplify code
Zhengchao Shao
1
-25
/
+2
2023-08-11
bonding: remove redundant NULL check in debugfs function
Zhengchao Shao
1
-9
/
+0
2023-08-11
bonding: use IS_ERR instead of NULL check in bond_create_debugfs
Zhengchao Shao
1
-1
/
+1
2023-08-11
bonding: add modifier to initialization function and exit function
Zhengchao Shao
3
-5
/
+5
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2023-08-07
bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
Ziyang Xuan
1
-1
/
+3
2023-08-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-08-03
bonding: support balance-alb with openvswitch
Mateusz Kowalski
1
-1
/
+1
2023-08-03
net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
Maxim Georgiev
1
-40
/
+65
2023-07-25
bonding: reset bond's flags when down link is P2P device
Hangbin Liu
1
-0
/
+5
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-06-24
bonding: do not assume skb mac_header is set
Eric Dumazet
1
-1
/
+1
2023-06-15
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
1
-2
/
+2
2023-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2023-05-20
net: fix stack overflow when LRO is disabled for virtual interfaces
Taehee Yoo
1
-1
/
+7
2023-05-16
net: bonding: Add SPDX identifier to remaining files
Bagas Sanjaya
2
-4
/
+3
2023-05-12
bonding: Always assign be16 value to vlan_proto
Simon Horman
1
-3
/
+5
2023-05-10
bonding: fix send_peer_notif overflow
Hangbin Liu
2
-2
/
+13
2023-05-06
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-0
/
+31
2023-05-05
bonding: add xdp_features support
Lorenzo Bianconi
2
-0
/
+31
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+9
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2023-04-19
bonding: Fix memory leak when changing bond type to Ethernet
Ido Schimmel
1
-3
/
+4
2023-04-19
bonding: add software tx timestamping support
Hangbin Liu
1
-0
/
+30
2023-04-07
bonding: fix ns validation on backup slaves
Hangbin Liu
1
-2
/
+3
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+16
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
1
-9
/
+9
2023-03-17
bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave fails
Nikolay Aleksandrov
1
-3
/
+1
2023-03-17
bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type change
Nikolay Aleksandrov
1
-4
/
+15
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-02-04
bonding: fix error checking in bond_debug_reregister()
Qi Zheng
1
-1
/
+1
2023-01-27
bonding: fill IPsec state validation failure reason
Leon Romanovsky
1
-1
/
+1
2023-01-27
xfrm: extend add state callback to set failure reason
Leon Romanovsky
1
-3
/
+5
2023-01-03
drivers/net/bonding/bond_3ad: return when there's no aggregator
Daniil Tatianin
1
-0
/
+1
2022-12-22
bonding: fix lockdep splat in bond_miimon_commit()
Eric Dumazet
1
-3
/
+5
2022-12-14
bonding: do failover when high prio link up
Hangbin Liu
1
-9
/
+15
2022-12-14
bonding: add missed __rcu annotation for curr_active_slave
Hangbin Liu
1
-1
/
+1
2022-12-13
net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf
Xin Long
1
-5
/
+13
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]