index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
bonding.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-29
bonding: disable arp and enable mii monitoring when bond change to no uses ar...
dingtianhong
1
-0
/
+7
2013-11-16
bonding: add ip checks when store ip target
Wang Weidong
1
-0
/
+3
2013-11-08
bonding: extend round-robin mode with packets_per_slave
Nikolay Aleksandrov
1
-1
/
+2
2013-10-20
bonding: move active_slave getting into separate function
Jiri Pirko
1
-0
/
+2
2013-10-20
bonding: move active_slave setting into separate function
Jiri Pirko
1
-0
/
+1
2013-10-20
bonding: move mode setting into separate function
Jiri Pirko
1
-2
/
+7
2013-10-20
bonding: push Netlink bits into separate file
Jiri Pirko
1
-0
/
+7
2013-10-17
bonding: use RCU protection for alb xmit path
dingtianhong
1
-0
/
+14
2013-10-03
bonding: modify the old and add new xmit hash policies
Nikolay Aleksandrov
1
-2
/
+1
2013-09-30
bonding: trivial: remove forgotten bond_next_vlan()
Veaceslav Falico
1
-1
/
+0
2013-09-29
bonding: remove bond_next_slave()
Veaceslav Falico
1
-31
/
+0
2013-09-27
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
1
-2
/
+0
2013-09-27
bonding: remove slave lists
Veaceslav Falico
1
-2
/
+0
2013-09-27
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
1
-5
/
+1
2013-09-27
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
1
-0
/
+28
2013-09-27
bonding: remove bond_prev_slave()
Veaceslav Falico
1
-4
/
+0
2013-09-27
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
1
-6
/
+11
2013-09-27
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
1
-1
/
+1
2013-09-27
bonding: add bond_has_slaves() and use it
Veaceslav Falico
1
-0
/
+2
2013-09-27
bonding: remove unused bond_for_each_slave_from()
Veaceslav Falico
1
-13
/
+0
2013-09-27
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
1
-5
/
+7
2013-09-27
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
1
-10
/
+0
2013-09-27
bonding: modify bond_get_slave_by_dev() to use neighbours
Veaceslav Falico
1
-7
/
+1
2013-09-16
bonding: Make alb learning packet interval configurable
Neil Horman
1
-0
/
+1
2013-09-11
bonding: fix bond_arp_rcv setting and arp validate desync state
nikolay@redhat.com
1
-0
/
+1
2013-09-04
bonding: remove bond_vlan_used()
Veaceslav Falico
1
-18
/
+0
2013-08-30
bonding: remove vlan_list/current_alb_vlan
Veaceslav Falico
1
-6
/
+0
2013-08-30
bonding: use netdev_upper list in bond_vlan_used
Veaceslav Falico
1
-1
/
+14
2013-08-02
bonding: initial RCU conversion
nikolay@redhat.com
1
-0
/
+4
2013-08-02
bonding: factor out slave id tx code and simplify xmit paths
Nikolay Aleksandrov
1
-0
/
+10
2013-08-02
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
1
-31
/
+40
2013-06-28
bonding: remove unnecessary dev_addr_from_first member
nikolay@redhat.com
1
-1
/
+0
2013-06-28
bonding: remove unnecessary setup_by_slave member
nikolay@redhat.com
1
-1
/
+0
2013-06-26
bonding: add an option to fail when any of arp_ip_target is inaccessible
Veaceslav Falico
1
-2
/
+28
2013-06-26
bonding: add helper function bond_get_targets_ip(targets, ip)
Veaceslav Falico
1
-0
/
+16
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-06-13
bonding: fix igmp_retrans type and two related races
Nikolay Aleksandrov
1
-1
/
+1
2013-06-08
bonding: Convert hw addr handling to sync/unsync, support ucast addresses
Jay Vosburgh
1
-1
/
+0
2013-01-31
bond: have random dev address by default instead of zeroes
Jiri Pirko
1
-0
/
+1
2013-01-05
bonding: remove usage of dev->master
Jiri Pirko
1
-7
/
+7
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-30
bonding: rlb mode of bond should not alter ARP originating via bridge
zheng.li
1
-0
/
+13
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
1
-1
/
+1
2012-06-13
bonding: remove packet cloning in recv_probe()
Eric Dumazet
1
-2
/
+2
2012-05-13
bonding: Fix LACPDU rx_dropped commit.
David S. Miller
1
-1
/
+1
2012-03-23
bonding: remove entries for master_ip and vlan_ip and query devices instead
Andy Gospodarek
1
-2
/
+16
2011-10-30
bonding: eliminate bond_close race conditions
Jay Vosburgh
1
-1
/
+0
2011-10-20
bonding: Use a per netns implementation of /sys/class/net/bonding_masters.
Eric W. Biederman
1
-2
/
+5
2011-08-18
bonding: use ndo_change_rx_flags callback
Jiri Pirko
1
-1
/
+0
2011-07-22
bonding: do vlan cleanup
Jiri Pirko
1
-1
/
+5
[next]