index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
bonding: add rtnl lock and remove read lock for bond sysfs
dingtianhong
1
-13
/
+17
2013-10-17
bonding: use RCU protection for alb xmit path
dingtianhong
2
-15
/
+57
2013-10-17
bonding: use RCU protection for 3ad xmit path
dingtianhong
1
-6
/
+4
2013-10-08
bonding: ensure that TLB mode's active slave has correct mac filter
Veaceslav Falico
1
-0
/
+17
2013-10-03
bonding: modify the old and add new xmit hash policies
Nikolay Aleksandrov
4
-134
/
+70
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2013-09-30
bonding: RCUify bond_set_rx_mode()
Veaceslav Falico
1
-3
/
+4
2013-09-30
bonding: Fix broken promiscuity reference counting issue
Neil Horman
1
-3
/
+10
2013-09-30
bonding: trivial: remove forgotten bond_next_vlan()
Veaceslav Falico
1
-1
/
+0
2013-09-28
bonding: remove bond_next_slave()
Veaceslav Falico
1
-31
/
+0
2013-09-28
bonding: don't use bond_next_slave() in bond_info_seq_next()
Veaceslav Falico
1
-4
/
+12
2013-09-28
bonding: remove unused __get_next_agg()
Veaceslav Falico
1
-22
/
+0
2013-09-28
bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()
Veaceslav Falico
1
-4
/
+9
2013-09-28
bonding: make ad_agg_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-12
/
+10
2013-09-28
bonding: make __get_active_agg() use bond_for_each_slave()
Veaceslav Falico
1
-8
/
+7
2013-09-28
bonding: make ad_port_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-2
/
+7
2013-09-28
bonding: remove __get_first_port()
Veaceslav Falico
1
-14
/
+4
2013-09-28
bonding: remove __get_next_port()
Veaceslav Falico
1
-25
/
+9
2013-09-28
bonding: verify if we still have slaves in bond_3ad_unbind_slave()
Veaceslav Falico
1
-1
/
+3
2013-09-28
bonding: correctly verify for the first slave in bond_enslave
Veaceslav Falico
1
-1
/
+1
2013-09-26
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
3
-33
/
+1
2013-09-26
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
1
-17
/
+3
2013-09-26
bonding: remove slave lists
Veaceslav Falico
2
-6
/
+0
2013-09-26
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
1
-5
/
+1
2013-09-26
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
1
-0
/
+28
2013-09-26
bonding: remove bond_prev_slave()
Veaceslav Falico
2
-10
/
+3
2013-09-26
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
1
-6
/
+11
2013-09-26
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
1
-1
/
+1
2013-09-26
bonding: add bond_has_slaves() and use it
Veaceslav Falico
5
-23
/
+25
2013-09-26
bonding: remove unused bond_for_each_slave_from()
Veaceslav Falico
1
-13
/
+0
2013-09-26
bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()
Veaceslav Falico
1
-14
/
+24
2013-09-26
bonding: rework bond_find_best_slave() to use bond_for_each_slave()
Veaceslav Falico
1
-31
/
+12
2013-09-26
bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
Veaceslav Falico
2
-23
/
+22
2013-09-26
bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
Veaceslav Falico
1
-24
/
+22
2013-09-26
bonding: use bond_for_each_slave() in bond_uninit()
Veaceslav Falico
1
-2
/
+3
2013-09-26
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
6
-54
/
+96
2013-09-26
bonding: remove bond_for_each_slave_continue_reverse()
Veaceslav Falico
3
-28
/
+30
2013-09-26
bonding: modify bond_get_slave_by_dev() to use neighbours
Veaceslav Falico
1
-7
/
+1
2013-09-26
bonding: populate neighbour's private on enslave
Veaceslav Falico
1
-14
/
+16
2013-09-26
net: add adj_list to save only neighbours
Veaceslav Falico
2
-5
/
+7
2013-09-15
bonding: Make alb learning packet interval configurable
Neil Horman
5
-5
/
+47
2013-09-11
bonding: fix bond_arp_rcv setting and arp validate desync state
nikolay@redhat.com
3
-5
/
+19
2013-09-11
bonding: fix store_arp_validate race with mode change
nikolay@redhat.com
1
-4
/
+10
2013-09-04
bonding: drop read_lock in bond_compute_features
nikolay@redhat.com
1
-7
/
+3
2013-09-04
bonding: drop read_lock in bond_fix_features
nikolay@redhat.com
1
-7
/
+3
2013-09-04
bonding: simplify bond_3ad_update_lacp_rate and use RTNL for sync
nikolay@redhat.com
2
-8
/
+7
2013-09-04
bonding: trivial: remove outdated comment and braces
nikolay@redhat.com
1
-5
/
+1
2013-09-04
bonding: simplify and fix peer notification
nikolay@redhat.com
1
-15
/
+7
2013-09-03
bonding: use rlb_client_info->vlan_id instead of ->tag
Veaceslav Falico
2
-5
/
+4
2013-09-03
bonding: remove bond_vlan_used()
Veaceslav Falico
2
-22
/
+2
[next]