index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_alb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-18
net: bonding: Flip to the new dev walk API
David Ahern
1
-30
/
+52
2016-07-01
bonding: prevent out of bound accesses
Eric Dumazet
1
-5
/
+2
2016-02-11
bonding: Return correct error code
Amitoj Kaur Chawla
1
-1
/
+1
2014-11-21
vlan: kill vlan_put_tag helper
Jiri Pirko
1
-13
/
+4
2014-11-10
net: Move bonding headers under include/net
David S. Miller
1
-2
/
+2
2014-10-31
bonding: add bond_tx_drop() helper
Eric Dumazet
1
-1
/
+1
2014-10-07
bonding: Simplify the xmit function for modes that use xmit_hash
Mahesh Bandewar
1
-44
/
+7
2014-09-16
bonding: trivial: style and comment fixes
Nikolay Aleksandrov
1
-28
/
+20
2014-09-16
bonding: consolidate the two rlb_next_rx_slave functions into one
Nikolay Aleksandrov
1
-28
/
+10
2014-09-14
bonding: adjust locking comments
Nikolay Aleksandrov
1
-7
/
+1
2014-09-14
bonding: alb: convert to bond->mode_lock
Nikolay Aleksandrov
1
-75
/
+33
2014-09-14
bonding: clean curr_slave_lock use
Nikolay Aleksandrov
1
-2
/
+2
2014-09-14
bonding: alb: remove curr_slave_lock
Nikolay Aleksandrov
1
-36
/
+3
2014-09-10
bonding: alb: clean bond->lock
Nikolay Aleksandrov
1
-9
/
+2
2014-08-22
bonding: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
1
-1
/
+1
2014-07-21
bonding: make it possible to have unlimited nested upper vlans
Veaceslav Falico
1
-3
/
+5
2014-07-17
bonding: Do not try to send packets over dead link in TLB mode.
Mahesh Bandewar
1
-5
/
+50
2014-07-16
bonding: remove pr_fmt from bond_alb.c
Veaceslav Falico
1
-2
/
+0
2014-07-16
bonding: convert bond_alb.c to use netdev_printk instead of pr_
Veaceslav Falico
1
-19
/
+15
2014-07-16
bonding: add proper __rcu annotation for curr_active_slave
Eric Dumazet
1
-19
/
+28
2014-06-05
bonding: Support macvlans on top of tlb/rlb mode bonds
Vlad Yasevich
1
-3
/
+18
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+38
2014-05-22
bonding: Send ALB learning packets using the right source
Vlad Yasevich
1
-14
/
+35
2014-05-22
bonding: Don't assume 802.1Q when sending alb learning packets.
Vlad Yasevich
1
-3
/
+4
2014-05-17
bonding: Fix alb mode to only use first level vlans.
Vlad Yasevich
1
-1
/
+1
2014-05-17
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
Veaceslav Falico
1
-7
/
+7
2014-05-17
bonding: create a macro for bond mode and use it
Veaceslav Falico
1
-2
/
+2
2014-04-24
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
1
-4
/
+15
2014-04-24
bonding: Added bond_tlb_xmit() for tlb mode.
Mahesh Bandewar
1
-0
/
+26
2014-04-24
bonding: Reorg bond_alb_xmit code
Mahesh Bandewar
1
-35
/
+44
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-03-15
bonding: use the correct ether type for alb
Veaceslav Falico
1
-1
/
+1
2014-03-13
bonding: set correct vlan id for alb xmit path
dingtianhong
1
-1
/
+1
2014-03-13
bonding: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-02-20
bonding: Remove unnecessary else
Joe Perches
1
-6
/
+6
2014-02-20
bonding: More use of ether_addr_copy
Joe Perches
1
-3
/
+2
2014-02-17
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
Joe Perches
1
-15
/
+15
2014-02-17
bonding: Convert pr_warning to pr_warn, neatening
Joe Perches
1
-3
/
+3
2014-02-15
bonding:fix checkpatch warnings braces {}
Wang Yufen
1
-10
/
+5
2014-02-15
bonding:fix checkpatch warnings braces {}
Wang Yufen
1
-13
/
+7
2014-02-15
bonding:fix checkpatch warnings braces {}
Wang Yufen
1
-12
/
+6
2014-02-15
bonding:fix checkpatch warnings braces {}
Wang Yufen
1
-12
/
+6
2014-02-15
bonding:fix checkpatch errors comments and space
Wang Yufen
1
-3
/
+3
2014-02-15
bonding:fix checkpatch errors with foo* bar|foo * bar
Wang Yufen
1
-3
/
+3
2014-01-02
bonding: slight optimization for bond_alb_xmit()
dingtianhong
1
-7
/
+5
2013-12-14
bonding: rebuild the lock use for bond_alb_monitor()
dingtianhong
1
-13
/
+9
2013-12-14
bonding: remove the no effect lock for bond_select_active_slave()
dingtianhong
1
-9
/
+3
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-10-28
Revert "Merge branch 'bonding_monitor_locking'"
David S. Miller
1
-4
/
+16
2013-10-28
bonding: remove bond read lock for bond_alb_monitor()
dingtianhong
1
-16
/
+4
[next]