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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
10
-809
/
+932
2013-11-08
bonding: extend round-robin mode with packets_per_slave
Nikolay Aleksandrov
3
-6
/
+101
2013-11-02
bonding: bond_get_size() returns wrong size
Dan Carpenter
1
-2
/
+2
2013-10-28
Revert "Merge branch 'bonding_monitor_locking'"
David S. Miller
3
-40
/
+89
2013-10-28
bonding: remove bond read lock for bond_3ad_state_machine_handler()
dingtianhong
1
-4
/
+5
2013-10-28
bonding: remove bond read lock for bond_activebackup_arp_mon()
dingtianhong
1
-33
/
+13
2013-10-28
bonding: remove bond read lock for bond_loadbalance_arp_mon()
dingtianhong
1
-4
/
+6
2013-10-28
bonding: remove bond read lock for bond_alb_monitor()
dingtianhong
1
-16
/
+4
2013-10-28
bonding: remove bond read lock for bond_mii_monitor()
dingtianhong
1
-32
/
+12
2013-10-26
net: fix rtnl notification in atomic context
Alexei Starovoitov
1
-2
/
+2
2013-10-23
bonding: move bond-specific init after enslave happens
Veaceslav Falico
1
-51
/
+14
2013-10-20
bonding: Remove __exit tag from bond_netlink_fini().
David S. Miller
1
-1
/
+1
2013-10-20
bonding: add Netlink support active_slave option
Jiri Pirko
1
-1
/
+22
2013-10-20
bonding: add Netlink support mode option
Jiri Pirko
1
-0
/
+56
2013-10-20
bonding: move active_slave getting into separate function
Jiri Pirko
3
-4
/
+24
2013-10-20
bonding: remove bond_ioctl_change_active()
Jiri Pirko
1
-57
/
+2
2013-10-20
bonding: move active_slave setting into separate function
Jiri Pirko
3
-61
/
+83
2013-10-20
bonding: move mode setting into separate function
Jiri Pirko
4
-37
/
+74
2013-10-20
bonding: push Netlink bits into separate file
Jiri Pirko
4
-28
/
+67
2013-10-20
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
1
-3
/
+10
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-09
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-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2013-10-01
bonding: RCUify bond_set_rx_mode()
Veaceslav Falico
1
-3
/
+4
2013-10-01
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-29
bonding: remove bond_next_slave()
Veaceslav Falico
1
-31
/
+0
2013-09-29
bonding: don't use bond_next_slave() in bond_info_seq_next()
Veaceslav Falico
1
-4
/
+12
2013-09-29
bonding: remove unused __get_next_agg()
Veaceslav Falico
1
-22
/
+0
2013-09-29
bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()
Veaceslav Falico
1
-4
/
+9
2013-09-29
bonding: make ad_agg_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-12
/
+10
2013-09-29
bonding: make __get_active_agg() use bond_for_each_slave()
Veaceslav Falico
1
-8
/
+7
2013-09-29
bonding: make ad_port_selection_logic() use bond_for_each_slave()
Veaceslav Falico
1
-2
/
+7
2013-09-29
bonding: remove __get_first_port()
Veaceslav Falico
1
-14
/
+4
2013-09-29
bonding: remove __get_next_port()
Veaceslav Falico
1
-25
/
+9
2013-09-29
bonding: verify if we still have slaves in bond_3ad_unbind_slave()
Veaceslav Falico
1
-1
/
+3
2013-09-29
bonding: correctly verify for the first slave in bond_enslave
Veaceslav Falico
1
-1
/
+1
2013-09-27
sysfs: make attr namespace interface less convoluted
Tejun Heo
1
-11
/
+3
2013-09-27
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
3
-33
/
+1
2013-09-27
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
1
-17
/
+3
2013-09-27
bonding: remove slave lists
Veaceslav Falico
2
-6
/
+0
2013-09-27
bonding: use neighbours for bond_next_slave()
Veaceslav Falico
1
-5
/
+1
2013-09-27
bonding: add __bond_next_slave() which uses neighbours
Veaceslav Falico
1
-0
/
+28
2013-09-27
bonding: remove bond_prev_slave()
Veaceslav Falico
2
-10
/
+3
2013-09-27
bonding: convert first/last slave logic to use neighbours
Veaceslav Falico
1
-6
/
+11
2013-09-27
bonding: convert bond_has_slaves() to use the neighbour list
Veaceslav Falico
1
-1
/
+1
2013-09-27
bonding: add bond_has_slaves() and use it
Veaceslav Falico
5
-23
/
+25
[next]