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
*
vlan: kill vlan_put_tag helper
Jiri Pirko
2014-11-21
1
-13
/
+4
*
net: Move bonding headers under include/net
David S. Miller
2014-11-10
1
-2
/
+2
*
bonding: add bond_tx_drop() helper
Eric Dumazet
2014-10-31
1
-1
/
+1
*
bonding: Simplify the xmit function for modes that use xmit_hash
Mahesh Bandewar
2014-10-06
1
-44
/
+7
*
bonding: trivial: style and comment fixes
Nikolay Aleksandrov
2014-09-15
1
-28
/
+20
*
bonding: consolidate the two rlb_next_rx_slave functions into one
Nikolay Aleksandrov
2014-09-15
1
-28
/
+10
*
bonding: adjust locking comments
Nikolay Aleksandrov
2014-09-13
1
-7
/
+1
*
bonding: alb: convert to bond->mode_lock
Nikolay Aleksandrov
2014-09-13
1
-75
/
+33
*
bonding: clean curr_slave_lock use
Nikolay Aleksandrov
2014-09-13
1
-2
/
+2
*
bonding: alb: remove curr_slave_lock
Nikolay Aleksandrov
2014-09-13
1
-36
/
+3
*
bonding: alb: clean bond->lock
Nikolay Aleksandrov
2014-09-09
1
-9
/
+2
*
bonding: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
2014-08-22
1
-1
/
+1
*
bonding: make it possible to have unlimited nested upper vlans
Veaceslav Falico
2014-07-20
1
-3
/
+5
*
bonding: Do not try to send packets over dead link in TLB mode.
Mahesh Bandewar
2014-07-16
1
-5
/
+50
*
bonding: remove pr_fmt from bond_alb.c
Veaceslav Falico
2014-07-15
1
-2
/
+0
*
bonding: convert bond_alb.c to use netdev_printk instead of pr_
Veaceslav Falico
2014-07-15
1
-19
/
+15
*
bonding: add proper __rcu annotation for curr_active_slave
Eric Dumazet
2014-07-15
1
-19
/
+28
*
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
2014-06-04
1
-3
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-16
/
+38
|
\
|
*
bonding: Send ALB learning packets using the right source
Vlad Yasevich
2014-05-22
1
-14
/
+35
|
*
bonding: Don't assume 802.1Q when sending alb learning packets.
Vlad Yasevich
2014-05-22
1
-3
/
+4
|
*
bonding: Fix alb mode to only use first level vlans.
Vlad Yasevich
2014-05-16
1
-1
/
+1
*
|
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
Veaceslav Falico
2014-05-16
1
-7
/
+7
*
|
bonding: create a macro for bond mode and use it
Veaceslav Falico
2014-05-16
1
-2
/
+2
*
|
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
2014-04-24
1
-4
/
+15
*
|
bonding: Added bond_tlb_xmit() for tlb mode.
Mahesh Bandewar
2014-04-24
1
-0
/
+26
*
|
bonding: Reorg bond_alb_xmit code
Mahesh Bandewar
2014-04-24
1
-35
/
+44
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
1
-1
/
+1
|
\
|
*
bonding: set correct vlan id for alb xmit path
dingtianhong
2014-03-13
1
-1
/
+1
*
|
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
[next]