index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_sysfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: fix packets_per_slave showing
Nikolay Aleksandrov
2013-12-06
1
-2
/
+2
*
bonding: disable arp and enable mii monitoring when bond change to no uses ar...
dingtianhong
2013-11-29
1
-3
/
+1
*
bonding: add ip checks when store ip target
Wang Weidong
2013-11-15
1
-13
/
+6
*
bonding: fix two race conditions in bond_store_updelay/downdelay
Nikolay Aleksandrov
2013-11-14
1
-0
/
+6
*
bonding: don't permit to use ARP monitoring in 802.3ad mode
Veaceslav Falico
2013-11-14
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-11-13
1
-156
/
+108
|
\
|
*
bonding: extend round-robin mode with packets_per_slave
Nikolay Aleksandrov
2013-11-07
1
-0
/
+49
|
*
bonding: move active_slave getting into separate function
Jiri Pirko
2013-10-20
1
-4
/
+4
|
*
bonding: move active_slave setting into separate function
Jiri Pirko
2013-10-20
1
-61
/
+13
|
*
bonding: move mode setting into separate function
Jiri Pirko
2013-10-20
1
-34
/
+11
|
*
bonding: add rtnl lock and remove read lock for bond sysfs
dingtianhong
2013-10-17
1
-13
/
+17
|
*
bonding: modify the old and add new xmit hash policies
Nikolay Aleksandrov
2013-10-03
1
-2
/
+0
|
*
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
2013-09-26
1
-21
/
+0
|
*
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
2013-09-26
1
-17
/
+3
|
*
bonding: add bond_has_slaves() and use it
Veaceslav Falico
2013-09-26
1
-2
/
+2
|
*
bonding: make bond_for_each_slave() use lower neighbour's private
Veaceslav Falico
2013-09-26
1
-8
/
+15
*
|
sysfs: make attr namespace interface less convoluted
Tejun Heo
2013-09-26
1
-11
/
+3
|
/
*
bonding: Make alb learning packet interval configurable
Neil Horman
2013-09-16
1
-0
/
+39
*
bonding: fix bond_arp_rcv setting and arp validate desync state
nikolay@redhat.com
2013-09-11
1
-3
/
+16
*
bonding: fix store_arp_validate race with mode change
nikolay@redhat.com
2013-09-11
1
-4
/
+10
*
bonding: simplify bond_3ad_update_lacp_rate and use RTNL for sync
nikolay@redhat.com
2013-09-04
1
-1
/
+6
*
bonding: initial RCU conversion
nikolay@redhat.com
2013-08-02
1
-12
/
+7
*
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
2013-08-02
1
-22
/
+21
*
bonding: add rtnl protection for bonding_store_fail_over_mac
dingtianhong
2013-07-25
1
-4
/
+11
*
bonding: bond_sysfs.c checkpatch cleanup
dingtianhong
2013-07-25
1
-4
/
+2
*
bonding: add an option to fail when any of arp_ip_target is inaccessible
Veaceslav Falico
2013-06-26
1
-10
/
+69
*
bonding: add helper function bond_get_targets_ip(targets, ip)
Veaceslav Falico
2013-06-26
1
-33
/
+21
*
bonding: trivial: update the comments to reflect the reality
Veaceslav Falico
2013-05-29
1
-3
/
+1
*
bonding: allow xmit hash policy change while bond dev is up
Nikolay Aleksandrov
2013-05-28
1
-9
/
+1
*
bonding: fix multiple 3ad mode sysfs race conditions
nikolay@redhat.com
2013-05-20
1
-5
/
+4
*
bonding: fix set mode race conditions
nikolay@redhat.com
2013-05-20
1
-0
/
+4
*
bonding: fix disabling of arp_interval and miimon
nikolay@redhat.com
2013-03-29
1
-44
/
+48
*
bonding: remove already created master sysfs link on failure
Veaceslav Falico
2013-03-26
1
-0
/
+5
*
bonding: unset primary slave via sysfs
Milos Vyletel
2013-01-29
1
-0
/
+1
*
bonding: fix race condition in bonding_store_slaves_active
nikolay@redhat.com
2012-11-29
1
-0
/
+2
*
bonding: fix miimon and arp_interval delayed work race conditions
nikolay@redhat.com
2012-11-29
1
-24
/
+10
*
bonding: fix second off-by-one error
nikolay@redhat.com
2012-11-01
1
-1
/
+1
*
bonding: fix off-by-one error
nikolay@redhat.com
2012-11-01
1
-1
/
+1
*
bond_sysfs: use real_num_tx_queues rather than params.tx_queue
Jiri Pirko
2012-07-20
1
-1
/
+1
*
bonding:record primary when modify it via sysfs
Weiping Pan
2012-06-13
1
-2
/
+6
*
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2012-01-06
1
-1
/
+0
|
\
|
*
driver-core: remove sysdev.h usage.
Kay Sievers
2011-12-22
1
-1
/
+0
*
|
bonding: Don't allow mode change via sysfs with slaves present
Veaceslav Falico
2011-11-18
1
-0
/
+7
|
/
*
bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters
Eric W. Biederman
2011-10-22
1
-0
/
+1
*
bonding: Use a per netns implementation of /sys/class/net/bonding_masters.
Eric W. Biederman
2011-10-20
1
-14
/
+31
*
bonding: fix string comparison errors
Andy Gospodarek
2011-07-28
1
-62
/
+71
*
bonding: add min links parameter to 802.3ad
stephen hemminger
2011-06-23
1
-0
/
+33
*
bonding: make 802.3ad use latest lacp_rate
Peter Pan(潘卫平)
2011-06-10
1
-0
/
+1
*
bonding: documentation and code cleanup for resend_igmp
Flavio Leitner
2011-05-25
1
-5
/
+5
*
bonding: prevent deadlock on slave store with alb mode (v3)
Neil Horman
2011-05-25
1
-6
/
+0
[next]