index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bonding
/
bond_sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: trivial: style and comment fixes
Nikolay Aleksandrov
2014-09-15
1
-1
/
+0
*
bonding: convert primary_slave to use RCU
Nikolay Aleksandrov
2014-09-09
1
-3
/
+7
*
bonding: use rcu_access_pointer() in bonding_show_mii_status()
Eric Dumazet
2014-07-15
1
-1
/
+2
*
bonding: create a macro for bond mode and use it
Veaceslav Falico
2014-05-16
1
-7
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
1
-1
/
+1
|
\
|
*
net: bonding: Fix format string mismatch in bond_sysfs.c
Masanari Iida
2014-04-28
1
-1
/
+1
*
|
bonding: make a generic sysfs option store and fix comments
Nikolay Aleksandrov
2014-05-09
1
-490
/
+78
*
|
bonding: Add tlb_dynamic_lb parameter for tlb mode
Mahesh Bandewar
2014-04-24
1
-0
/
+29
|
/
*
bonding: options handling cleanup
stephen hemminger
2014-03-06
1
-8
/
+8
*
bonding: Neaten pr_<level>
Joe Perches
2014-02-17
1
-4
/
+4
*
bonding: convert slaves to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-47
/
+4
*
bonding: convert lp_interval to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert resend_igmp to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert all_slaves_active to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+3
*
bonding: convert queue_id to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-61
/
+4
*
bonding: convert active_slave to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-22
/
+2
*
bonding: convert use_carrier to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert primary_reselect to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-16
/
+8
*
bonding: convert primary to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-10
/
+1
*
bonding: convert miimon to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert num_peer_notif to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-13
/
+1
*
bonding: convert ad_select to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-16
/
+6
*
bonding: convert min_links to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-13
/
+1
*
bonding: convert lacp_rate to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-16
/
+6
*
bonding: convert updelay to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert downdelay to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-11
/
+2
*
bonding: convert arp_ip_target to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-21
/
+4
*
bonding: convert arp_interval to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+2
*
bonding: convert fail_over_mac to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-16
/
+7
*
bonding: convert arp_all_targets to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-17
/
+7
*
bonding: convert arp_validate to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-16
/
+7
*
bonding: convert xmit_hash_policy to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-17
/
+6
*
bonding: convert packets_per_slave to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-12
/
+3
*
bonding: convert mode setting to use the new option API
Nikolay Aleksandrov
2014-01-22
1
-20
/
+7
*
reciprocal_divide: update/correction of the algorithm
Hannes Frederic Sowa
2014-01-21
1
-5
/
+0
*
bonding: fix kstrtou8() return value verification in num_peer_notif
Veaceslav Falico
2014-01-06
1
-1
/
+1
*
bonding: add ad_select attribute netlink support
sfeldma@cumulusnetworks.com
2014-01-03
1
-17
/
+12
*
bonding: add lacp_rate attribute netlink support
sfeldma@cumulusnetworks.com
2014-01-03
1
-29
/
+11
*
bonding: add packets_per_slave attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-19
1
-17
/
+11
*
bonding: add lp_interval attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-19
1
-11
/
+9
*
bonding: add min_links attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-19
1
-4
/
+9
*
bonding: add all_slaves_active attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-19
1
-27
/
+7
*
bonding: add num_grat_arp attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-19
1
-2
/
+19
*
bonding: add resend_igmp attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-17
1
-12
/
+8
*
bonding: add xmit_hash_policy attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-17
1
-7
/
+10
*
bonding: add fail_over_mac attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-17
1
-18
/
+8
*
bonding: add primary_select attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-17
1
-16
/
+8
*
bonding: add primary attribute netlink support
sfeldma@cumulusnetworks.com
2013-12-17
1
-43
/
+9
*
bonding: remove unwanted lock for bond_store_primaryxxx()
dingtianhong
2013-12-14
1
-4
/
+0
*
bonding: add arp_all_targets netlink support
sfeldma@cumulusnetworks.com
2013-12-14
1
-6
/
+10
[next]