index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_alb.c
Commit message (
Expand
)
Author
Age
...
*
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-26
*
bonding: Make alb learning packet interval configurable
Neil Horman
2013-09-15
*
bonding: use rlb_client_info->vlan_id instead of ->tag
Veaceslav Falico
2013-09-03
*
bonding: remove bond_vlan_used()
Veaceslav Falico
2013-09-03
*
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-29
*
bonding: initial RCU conversion
nikolay@redhat.com
2013-08-01
*
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
2013-08-01
*
bonding: trivial: make alb use bond_slave_has_mac()
Veaceslav Falico
2013-06-20
*
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
2013-06-17
*
bonding: trivial: remove unused parameter from alb_swap_mac_addr()
Veaceslav Falico
2013-05-29
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
*
bonding: remove usage of dev->master
Jiri Pirko
2013-01-04
*
bonding: delete migrated IP addresses from the rlb hash table
Jiri Bohac
2012-11-30
*
bonding: rlb mode of bond should not alter ARP originating via bridge
zheng.li
2012-11-30
*
bonding: drop_monitor aware
Eric Dumazet
2012-06-13
*
bonding: remove packet cloning in recv_probe()
Eric Dumazet
2012-06-12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-16
|
\
|
*
bonding: Fix LACPDU rx_dropped commit.
David S. Miller
2012-05-13
*
|
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
Joe Perches
2012-05-10
|
/
*
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
*
bonding: fix enslaving in alb mode when link down
Jiri Bohac
2012-01-18
*
bond_alb: don't disable softirq under bond_alb_xmit
Maxim Uvarov
2012-01-11
*
bonding: eliminate bond_close race conditions
Jay Vosburgh
2011-10-30
*
bonding: properly stop queuing work when requested
Andy Gospodarek
2011-10-03
*
bonding: do vlan cleanup
Jiri Pirko
2011-07-21
*
bonding: prevent deadlock on slave store with alb mode (v3)
Neil Horman
2011-05-25
*
net: bonding: factor out rlock(bond->lock) in xmit path
Michał Mirosław
2011-05-09
*
bonding: move processing of recv handlers into handle_frame()
Jiri Pirko
2011-04-25
*
bonding:fix two typos
Peter Pan(潘卫平)
2011-04-11
*
bonding:set save_load to 0 when initializing
Peter Pan(潘卫平)
2011-04-11
*
bonding: use the correct size for _simple_hash()
Amerigo Wang
2011-02-28
*
bonding: Ensure that we unshare skbs prior to calling pskb_may_pull
Neil Horman
2011-01-20
*
bonding: migrate some macros from bond_alb.c to bond_alb.h
Taku Izumi
2010-12-16
*
bonding: correctly process non-linear skbs
Andy Gospodarek
2010-09-14
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-28
|
\
|
*
bonding: set device in RLB ARP packet handler
Greg Edwards
2010-07-24
*
|
bonding: change test for presence of VLANs
Jay Vosburgh
2010-07-22
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-07
|
\
|
|
*
bonding: check if clients MAC addr has changed
Flavio Leitner
2010-06-30
*
|
bonding: optimize tlb_get_least_loaded_slave
Jiri Pirko
2010-06-02
|
/
*
drivers/net/bonding/: : use pr_fmt
Joe Perches
2009-12-13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
|
\
|
*
tree-wide: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
2009-12-04
*
|
bond: Add support for multiple network namespaces
Eric W. Biederman
2009-10-30
|
/
*
bonding: use compare_ether_addr_64bits() in ALB
Eric Dumazet
2009-09-01
[prev]
[next]