index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
Files
Lines
*
bonding: use the correct ether type for alb
Veaceslav Falico
2014-03-14
1
-1
/
+1
*
bonding: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
2014-03-12
1
-1
/
+1
*
bonding: Remove unnecessary else
Joe Perches
2014-02-19
1
-6
/
+6
*
bonding: More use of ether_addr_copy
Joe Perches
2014-02-19
1
-3
/
+2
*
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
Joe Perches
2014-02-17
1
-15
/
+15
*
bonding: Convert pr_warning to pr_warn, neatening
Joe Perches
2014-02-17
1
-3
/
+3
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-10
/
+5
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-13
/
+7
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-12
/
+6
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-12
/
+6
*
bonding:fix checkpatch errors comments and space
Wang Yufen
2014-02-14
1
-3
/
+3
*
bonding:fix checkpatch errors with foo* bar|foo * bar
Wang Yufen
2014-02-14
1
-3
/
+3
*
bonding: slight optimization for bond_alb_xmit()
dingtianhong
2014-01-01
1
-7
/
+5
*
bonding: rebuild the lock use for bond_alb_monitor()
dingtianhong
2013-12-14
1
-13
/
+9
*
bonding: remove the no effect lock for bond_select_active_slave()
dingtianhong
2013-12-14
1
-9
/
+3
*
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
*
Revert "Merge branch 'bonding_monitor_locking'"
David S. Miller
2013-10-28
1
-4
/
+16
*
bonding: remove bond read lock for bond_alb_monitor()
dingtianhong
2013-10-27
1
-16
/
+4
*
bonding: use RCU protection for alb xmit path
dingtianhong
2013-10-17
1
-15
/
+43
*
bonding: ensure that TLB mode's active slave has correct mac filter
Veaceslav Falico
2013-10-08
1
-0
/
+17
*
bonding: add bond_has_slaves() and use it
Veaceslav Falico
2013-09-26
1
-4
/
+4
*
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2013-09-26
1
-20
/
+21
*
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
2013-09-26
1
-7
/
+11
*
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
2013-09-26
1
-6
/
+8
*
net: add adj_list to save only neighbours
Veaceslav Falico
2013-09-26
1
-1
/
+1
*
bonding: Make alb learning packet interval configurable
Neil Horman
2013-09-15
1
-1
/
+1
*
bonding: use rlb_client_info->vlan_id instead of ->tag
Veaceslav Falico
2013-09-03
1
-4
/
+4
*
bonding: remove bond_vlan_used()
Veaceslav Falico
2013-09-03
1
-4
/
+2
*
bonding: remove vlan_list/current_alb_vlan
Veaceslav Falico
2013-08-29
1
-5
/
+0
*
bonding: make alb_send_learning_packets() use upper dev list
Veaceslav Falico
2013-08-29
1
-18
/
+11
*
bonding: split alb_send_learning_packets()
Veaceslav Falico
2013-08-29
1
-24
/
+35
*
bonding: initial RCU conversion
nikolay@redhat.com
2013-08-01
1
-2
/
+4
*
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
2013-08-01
1
-31
/
+20
*
bonding: trivial: make alb use bond_slave_has_mac()
Veaceslav Falico
2013-06-19
1
-42
/
+11
*
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
2013-06-17
1
-35
/
+5
*
bonding: trivial: remove unused parameter from alb_swap_mac_addr()
Veaceslav Falico
2013-05-28
1
-4
/
+4
*
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-2
/
+2
*
bonding: remove usage of dev->master
Jiri Pirko
2013-01-04
1
-3
/
+3
*
bonding: delete migrated IP addresses from the rlb hash table
Jiri Bohac
2012-11-30
1
-34
/
+157
*
bonding: rlb mode of bond should not alter ARP originating via bridge
zheng.li
2012-11-30
1
-0
/
+6
*
bonding: drop_monitor aware
Eric Dumazet
2012-06-13
1
-3
/
+3
*
bonding: remove packet cloning in recv_probe()
Eric Dumazet
2012-06-12
1
-15
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-16
1
-5
/
+7
|
\
|
*
bonding: Fix LACPDU rx_dropped commit.
David S. Miller
2012-05-13
1
-5
/
+7
*
|
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
Joe Perches
2012-05-10
1
-29
/
+29
|
/
*
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
1
-8
/
+4
*
bonding: fix enslaving in alb mode when link down
Jiri Bohac
2012-01-18
1
-18
/
+9
*
bond_alb: don't disable softirq under bond_alb_xmit
Maxim Uvarov
2012-01-11
1
-36
/
+76
*
bonding: eliminate bond_close race conditions
Jay Vosburgh
2011-10-30
1
-9
/
+7
*
bonding: properly stop queuing work when requested
Andy Gospodarek
2011-10-03
1
-1
/
+2
[next]