index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
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
2013-10-17
bonding: use RCU protection for alb xmit path
dingtianhong
1
-15
/
+43
2013-10-09
bonding: ensure that TLB mode's active slave has correct mac filter
Veaceslav Falico
1
-0
/
+17
2013-09-27
bonding: add bond_has_slaves() and use it
Veaceslav Falico
1
-4
/
+4
2013-09-27
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
1
-20
/
+21
2013-09-27
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
1
-7
/
+11
2013-09-27
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
1
-6
/
+8
2013-09-27
net: add adj_list to save only neighbours
Veaceslav Falico
1
-1
/
+1
2013-09-16
bonding: Make alb learning packet interval configurable
Neil Horman
1
-1
/
+1
2013-09-04
bonding: use rlb_client_info->vlan_id instead of ->tag
Veaceslav Falico
1
-4
/
+4
2013-09-04
bonding: remove bond_vlan_used()
Veaceslav Falico
1
-4
/
+2
2013-08-30
bonding: remove vlan_list/current_alb_vlan
Veaceslav Falico
1
-5
/
+0
2013-08-30
bonding: make alb_send_learning_packets() use upper dev list
Veaceslav Falico
1
-18
/
+11
2013-08-30
bonding: split alb_send_learning_packets()
Veaceslav Falico
1
-24
/
+35
2013-08-02
bonding: initial RCU conversion
nikolay@redhat.com
1
-2
/
+4
2013-08-02
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
1
-31
/
+20
2013-06-20
bonding: trivial: make alb use bond_slave_has_mac()
Veaceslav Falico
1
-42
/
+11
2013-06-18
bonding: don't call alb_set_slave_mac_addr() while atomic
Veaceslav Falico
1
-35
/
+5
2013-05-29
bonding: trivial: remove unused parameter from alb_swap_mac_addr()
Veaceslav Falico
1
-4
/
+4
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-2
/
+2
2013-01-05
bonding: remove usage of dev->master
Jiri Pirko
1
-3
/
+3
2012-11-30
bonding: delete migrated IP addresses from the rlb hash table
Jiri Bohac
1
-34
/
+157
2012-11-30
bonding: rlb mode of bond should not alter ARP originating via bridge
zheng.li
1
-0
/
+6
2012-06-14
bonding: drop_monitor aware
Eric Dumazet
1
-3
/
+3
2012-06-13
bonding: remove packet cloning in recv_probe()
Eric Dumazet
1
-15
/
+5
2012-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2012-05-13
bonding: Fix LACPDU rx_dropped commit.
David S. Miller
1
-5
/
+7
2012-05-11
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
Joe Perches
1
-29
/
+29
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-8
/
+4
2012-01-19
bonding: fix enslaving in alb mode when link down
Jiri Bohac
1
-18
/
+9
[prev]
[next]