index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_alb.c
Age
Commit message (
Expand
)
Author
2014-07-20
bonding: make it possible to have unlimited nested upper vlans
Veaceslav Falico
2014-07-16
bonding: Do not try to send packets over dead link in TLB mode.
Mahesh Bandewar
2014-07-15
bonding: remove pr_fmt from bond_alb.c
Veaceslav Falico
2014-07-15
bonding: convert bond_alb.c to use netdev_printk instead of pr_
Veaceslav Falico
2014-07-15
bonding: add proper __rcu annotation for curr_active_slave
Eric Dumazet
2014-06-04
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-22
bonding: Send ALB learning packets using the right source
Vlad Yasevich
2014-05-22
bonding: Don't assume 802.1Q when sending alb learning packets.
Vlad Yasevich
2014-05-16
bonding: Fix alb mode to only use first level vlans.
Vlad Yasevich
2014-05-16
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
Veaceslav Falico
2014-05-16
bonding: create a macro for bond mode and use it
Veaceslav Falico
2014-04-24
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
2014-04-24
bonding: Added bond_tlb_xmit() for tlb mode.
Mahesh Bandewar
2014-04-24
bonding: Reorg bond_alb_xmit code
Mahesh Bandewar
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
bonding: use the correct ether type for alb
Veaceslav Falico
2014-03-13
bonding: set correct vlan id for alb xmit path
dingtianhong
2014-03-12
bonding: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
2014-02-19
bonding: Remove unnecessary else
Joe Perches
2014-02-19
bonding: More use of ether_addr_copy
Joe Perches
2014-02-17
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
Joe Perches
2014-02-17
bonding: Convert pr_warning to pr_warn, neatening
Joe Perches
2014-02-14
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
bonding:fix checkpatch errors comments and space
Wang Yufen
2014-02-14
bonding:fix checkpatch errors with foo* bar|foo * bar
Wang Yufen
2014-01-01
bonding: slight optimization for bond_alb_xmit()
dingtianhong
2013-12-14
bonding: rebuild the lock use for bond_alb_monitor()
dingtianhong
2013-12-14
bonding: remove the no effect lock for bond_select_active_slave()
dingtianhong
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
2013-10-28
Revert "Merge branch 'bonding_monitor_locking'"
David S. Miller
2013-10-27
bonding: remove bond read lock for bond_alb_monitor()
dingtianhong
2013-10-17
bonding: use RCU protection for alb xmit path
dingtianhong
2013-10-08
bonding: ensure that TLB mode's active slave has correct mac filter
Veaceslav Falico
2013-09-26
bonding: add bond_has_slaves() and use it
Veaceslav Falico
2013-09-26
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2013-09-26
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
2013-09-26
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
2013-09-26
net: add adj_list to save only neighbours
Veaceslav Falico
2013-09-15
bonding: Make alb learning packet interval configurable
Neil Horman
2013-09-03
bonding: use rlb_client_info->vlan_id instead of ->tag
Veaceslav Falico
2013-09-03
bonding: remove bond_vlan_used()
Veaceslav Falico
2013-08-29
bonding: remove vlan_list/current_alb_vlan
Veaceslav Falico
2013-08-29
bonding: make alb_send_learning_packets() use upper dev list
Veaceslav Falico
2013-08-29
bonding: split alb_send_learning_packets()
Veaceslav Falico
2013-08-01
bonding: initial RCU conversion
nikolay@redhat.com
2013-08-01
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
[next]