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
/
bond_sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-02
bonding: initial RCU conversion
nikolay@redhat.com
1
-12
/
+7
2013-08-02
bonding: convert to list API and replace bond's custom list
nikolay@redhat.com
1
-22
/
+21
2013-07-25
bonding: add rtnl protection for bonding_store_fail_over_mac
dingtianhong
1
-4
/
+11
2013-07-25
bonding: bond_sysfs.c checkpatch cleanup
dingtianhong
1
-4
/
+2
2013-06-26
bonding: add an option to fail when any of arp_ip_target is inaccessible
Veaceslav Falico
1
-10
/
+69
2013-06-26
bonding: add helper function bond_get_targets_ip(targets, ip)
Veaceslav Falico
1
-33
/
+21
2013-05-29
bonding: trivial: update the comments to reflect the reality
Veaceslav Falico
1
-3
/
+1
2013-05-28
bonding: allow xmit hash policy change while bond dev is up
Nikolay Aleksandrov
1
-9
/
+1
2013-05-20
bonding: fix multiple 3ad mode sysfs race conditions
nikolay@redhat.com
1
-5
/
+4
2013-05-20
bonding: fix set mode race conditions
nikolay@redhat.com
1
-0
/
+4
2013-03-29
bonding: fix disabling of arp_interval and miimon
nikolay@redhat.com
1
-44
/
+48
2013-03-26
bonding: remove already created master sysfs link on failure
Veaceslav Falico
1
-0
/
+5
2013-01-30
bonding: unset primary slave via sysfs
Milos Vyletel
1
-0
/
+1
2012-11-29
bonding: fix race condition in bonding_store_slaves_active
nikolay@redhat.com
1
-0
/
+2
2012-11-29
bonding: fix miimon and arp_interval delayed work race conditions
nikolay@redhat.com
1
-24
/
+10
2012-11-01
bonding: fix second off-by-one error
nikolay@redhat.com
1
-1
/
+1
2012-11-01
bonding: fix off-by-one error
nikolay@redhat.com
1
-1
/
+1
2012-07-20
bond_sysfs: use real_num_tx_queues rather than params.tx_queue
Jiri Pirko
1
-1
/
+1
2012-06-13
bonding:record primary when modify it via sysfs
Weiping Pan
1
-2
/
+6
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-1
/
+0
2011-12-22
driver-core: remove sysdev.h usage.
Kay Sievers
1
-1
/
+0
2011-11-18
bonding: Don't allow mode change via sysfs with slaves present
Veaceslav Falico
1
-0
/
+7
2011-10-22
bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters
Eric W. Biederman
1
-0
/
+1
2011-10-20
bonding: Use a per netns implementation of /sys/class/net/bonding_masters.
Eric W. Biederman
1
-14
/
+31
2011-07-28
bonding: fix string comparison errors
Andy Gospodarek
1
-62
/
+71
2011-06-23
bonding: add min links parameter to 802.3ad
stephen hemminger
1
-0
/
+33
2011-06-10
bonding: make 802.3ad use latest lacp_rate
Peter Pan(潘卫平)
1
-0
/
+1
2011-05-26
bonding: documentation and code cleanup for resend_igmp
Flavio Leitner
1
-5
/
+5
2011-05-26
bonding: prevent deadlock on slave store with alb mode (v3)
Neil Horman
1
-6
/
+0
2011-04-29
ipv4, ipv6, bonding: Restore control over number of peer notifications
Ben Hutchings
1
-0
/
+26
2011-04-25
bonding: move processing of recv handlers into handle_frame()
Jiri Pirko
1
-6
/
+0
2011-04-18
bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...
Ben Hutchings
1
-80
/
+0
2011-03-16
bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag
Jiri Pirko
1
-2
/
+2
2011-03-16
bonding: wrap slave state work
Jiri Pirko
1
-1
/
+1
2011-03-16
net: get rid of multiple bond-related netdevice->priv_flags
Jiri Pirko
1
-8
/
+0
2011-03-16
bonding: Improve syslog message at device creation time
Phil Oester
1
-1
/
+4
2011-01-26
bonding: fix return value of couple of store functions
Jiri Pirko
1
-2
/
+2
2010-10-18
bonding: Fix deadlock in bonding driver resulting from internal locking when ...
Neil Horman
1
-0
/
+8
2010-10-06
bonding: add retransmit membership reports tunable
Flavio Leitner
1
-0
/
+44
2010-07-31
bonding: prevent sysfs from allowing arp monitoring with alb/tlb
Andy Gospodarek
1
-12
/
+25
2010-07-15
bonding: fix a buffer overflow in bonding_show_queue_id.
Nicolas de Pesloüan
1
-2
/
+2
2010-06-05
bonding: allow user-controlled output slave selection
Andy Gospodarek
1
-0
/
+116
2010-06-05
bonding: add all_slaves_active parameter
Andy Gospodarek
1
-0
/
+52
2010-06-02
bonding: move dev_addr cpy to bond_enslave
Jiri Pirko
1
-8
/
+0
2010-06-02
bonding: make bonding_store_slaves simpler
Jiri Pirko
1
-41
/
+25
2010-06-02
bonding: remove redundant checks from bonding_store_slaves V2
Jiri Pirko
1
-19
/
+1
2010-06-02
bonding: move slave MTU handling from sysfs V2
Jiri Pirko
1
-20
/
+2
2010-06-02
bonding: remove unused variable "found"
Jiri Pirko
1
-2
/
+1
2010-03-08
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-1
/
+4
2009-12-14
drivers/net/bonding/: : use pr_fmt
Joe Perches
1
-200
/
+127
[next]