index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_sysfs.c
Age
Commit message (
Expand
)
Author
2012-11-29
bonding: fix race condition in bonding_store_slaves_active
nikolay@redhat.com
2012-11-29
bonding: fix miimon and arp_interval delayed work race conditions
nikolay@redhat.com
2012-11-01
bonding: fix second off-by-one error
nikolay@redhat.com
2012-11-01
bonding: fix off-by-one error
nikolay@redhat.com
2012-07-20
bond_sysfs: use real_num_tx_queues rather than params.tx_queue
Jiri Pirko
2012-06-12
bonding:record primary when modify it via sysfs
Weiping Pan
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
2011-12-21
driver-core: remove sysdev.h usage.
Kay Sievers
2011-11-17
bonding: Don't allow mode change via sysfs with slaves present
Veaceslav Falico
2011-10-22
bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters
Eric W. Biederman
2011-10-19
bonding: Use a per netns implementation of /sys/class/net/bonding_masters.
Eric W. Biederman
2011-07-27
bonding: fix string comparison errors
Andy Gospodarek
2011-06-23
bonding: add min links parameter to 802.3ad
stephen hemminger
2011-06-09
bonding: make 802.3ad use latest lacp_rate
Peter Pan(潘卫平)
2011-05-25
bonding: documentation and code cleanup for resend_igmp
Flavio Leitner
2011-05-25
bonding: prevent deadlock on slave store with alb mode (v3)
Neil Horman
2011-04-29
ipv4, ipv6, bonding: Restore control over number of peer notifications
Ben Hutchings
2011-04-25
bonding: move processing of recv handlers into handle_frame()
Jiri Pirko
2011-04-17
bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...
Ben Hutchings
2011-03-16
bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag
Jiri Pirko
2011-03-16
bonding: wrap slave state work
Jiri Pirko
2011-03-16
net: get rid of multiple bond-related netdevice->priv_flags
Jiri Pirko
2011-03-15
bonding: Improve syslog message at device creation time
Phil Oester
2011-01-25
bonding: fix return value of couple of store functions
Jiri Pirko
2010-10-18
bonding: Fix deadlock in bonding driver resulting from internal locking when ...
Neil Horman
2010-10-05
bonding: add retransmit membership reports tunable
Flavio Leitner
2010-07-30
bonding: prevent sysfs from allowing arp monitoring with alb/tlb
Andy Gospodarek
2010-07-14
bonding: fix a buffer overflow in bonding_show_queue_id.
Nicolas de Pesloüan
2010-06-05
bonding: allow user-controlled output slave selection
Andy Gospodarek
2010-06-05
bonding: add all_slaves_active parameter
Andy Gospodarek
2010-06-02
bonding: move dev_addr cpy to bond_enslave
Jiri Pirko
2010-06-02
bonding: make bonding_store_slaves simpler
Jiri Pirko
2010-06-02
bonding: remove redundant checks from bonding_store_slaves V2
Jiri Pirko
2010-06-02
bonding: move slave MTU handling from sysfs V2
Jiri Pirko
2010-06-02
bonding: remove unused variable "found"
Jiri Pirko
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
2009-12-13
drivers/net/bonding/: : use pr_fmt
Joe Perches
2009-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-10-30
bond: Add support for multiple network namespaces
Eric W. Biederman
2009-10-30
bond: Simply bond sysfs group creation
Eric W. Biederman
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-07
bonding: introduce primary_reselect option
Jiri Pirko
2009-10-01
bonding: set primary param via sysfs
Jiri Pirko
2009-08-13
bonding: wipe out printk's
Jiri Pirko
2009-06-13
bonding: use is_zero_ether_addr
Stephen Hemminger
2009-06-13
bonding: network device names are case sensative
Stephen Hemminger
2009-06-13
bonding: elminate bad refcount code
Stephen Hemminger
2009-06-13
bonding: fix style issues
Stephen Hemminger
2009-06-13
bonding: fix destructor
Stephen Hemminger
2009-06-13
bonding: remove bonding read/write semaphore
Stephen Hemminger
[next]