Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1e700846d6facd4e42a56978a2f3d9379ec788d0
/
drivers
/
net
/
bonding
6fde8f0
bonding: fix locking in bond_loadbalance_arp_mon()
by Ding Tianhong
· 11 years ago
f2ebd47
bonding: restructure locking of bond_ab_arp_probe()
by Veaceslav Falico
· 11 years ago
98b90f2
bonding: RCUify bond_ab_arp_probe
by Veaceslav Falico
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
0681a28
bonding: fix u64 division
by Nikolay Aleksandrov
· 11 years ago
f939981
bonding: Don't allow bond devices to change network namespaces.
by Weilong Chen
· 11 years ago
3bad540
bonding: convert netlink to use slave data info api
by Jiri Pirko
· 11 years ago
df7dbcb
rtnetlink: put "BOND" into nl attribute names which are related to bonding
by Jiri Pirko
· 11 years ago
0a9099f
bonding: change name of sysfs dir for bonding slaves
by Jiri Pirko
· 11 years ago
c59ab67
bonding: clean the primary slave if there is no slave matching new primary
by dingtianhong
· 11 years ago
0e2e5b6
bonding: convert slaves to use the new option API
by Nikolay Aleksandrov
· 11 years ago
4325b37
bonding: convert lp_interval to use the new option API
by Nikolay Aleksandrov
· 11 years ago
105c8fb
bonding: convert resend_igmp to use the new option API
by Nikolay Aleksandrov
· 11 years ago
3df0116
bonding: convert all_slaves_active to use the new option API
by Nikolay Aleksandrov
· 11 years ago
24089ba
bonding: convert queue_id to use the new option API
by Nikolay Aleksandrov
· 11 years ago
d1fbd3e
bonding: convert active_slave to use the new option API
by Nikolay Aleksandrov
· 11 years ago
0fff060
bonding: convert use_carrier to use the new option API
by Nikolay Aleksandrov
· 11 years ago
388d3a6
bonding: convert primary_reselect to use the new option API
by Nikolay Aleksandrov
· 11 years ago
180222f
bonding: convert primary to use the new option API
by Nikolay Aleksandrov
· 11 years ago
b98d9c6
bonding: convert miimon to use the new option API
by Nikolay Aleksandrov
· 11 years ago
ef56bec
bonding: convert num_peer_notif to use the new option API
by Nikolay Aleksandrov
· 11 years ago
9e5f5ee
bonding: convert ad_select to use the new option API
by Nikolay Aleksandrov
· 11 years ago
633ddc9
bonding: convert min_links to use the new option API
by Nikolay Aleksandrov
· 11 years ago
d3131de
bonding: convert lacp_rate to use the new option API
by Nikolay Aleksandrov
· 11 years ago
e499461
bonding: convert updelay to use the new option API
by Nikolay Aleksandrov
· 11 years ago
25a9b54
bonding: convert downdelay to use the new option API
by Nikolay Aleksandrov
· 11 years ago
4fb0ef5
bonding: convert arp_ip_target to use the new option API
by Nikolay Aleksandrov
· 11 years ago
7bdb04e
bonding: convert arp_interval to use the new option API
by Nikolay Aleksandrov
· 11 years ago
1df6b6a
bonding: convert fail_over_mac to use the new option API
by Nikolay Aleksandrov
· 11 years ago
edf36b2
bonding: convert arp_all_targets to use the new option API
by Nikolay Aleksandrov
· 11 years ago
1622888
bonding: convert arp_validate to use the new option API
by Nikolay Aleksandrov
· 11 years ago
a4b32ce
bonding: convert xmit_hash_policy to use the new option API
by Nikolay Aleksandrov
· 11 years ago
aa59d85
bonding: convert packets_per_slave to use the new option API
by Nikolay Aleksandrov
· 11 years ago
2b3798d
bonding: convert mode setting to use the new option API
by Nikolay Aleksandrov
· 11 years ago
0911736
bonding: add infrastructure for an option API
by Nikolay Aleksandrov
· 11 years ago
809fa97
reciprocal_divide: update/correction of the algorithm
by Hannes Frederic Sowa
· 11 years ago
8d78316
bond: make slave_sysfs_ops static
by stephen hemminger
· 11 years ago
a693c46
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
1d3ee88
bonding: add netlink attributes to slave link dev
by sfeldma@cumulusnetworks.com
· 11 years ago
07699f9
bonding: add sysfs /slave dir for bond slave devices.
by sfeldma@cumulusnetworks.com
· 11 years ago
3ec775b
bonding: handle slave's name change with primary_slave logic
by Veaceslav Falico
· 11 years ago
0917b93
bonding: use __dev_get_by_name instead of dev_get_by_name to find interface
by Ying Xue
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
49b7624
bonding: fix __get_active_agg() RCU logic
by Veaceslav Falico
· 11 years ago
768b954
bonding: fix __get_first_agg RCU usage
by Veaceslav Falico
· 11 years ago
c1bc964
bonding: fix bond_3ad_set_carrier() RCU usage
by Veaceslav Falico
· 11 years ago
32e25cb
bonding: remove dead code from 3ad
by Veaceslav Falico
· 11 years ago
ed3587f
bonding: convert 3ad to use pr_warn instead of pr_warning
by Veaceslav Falico
· 11 years ago
3bf2d28
bonding: clean up style for bond_3ad.c
by Veaceslav Falico
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0b23810
bonding: fix kstrtou8() return value verification in num_peer_notif
by Veaceslav Falico
· 11 years ago
3243c47
bonding: add bounds checking for tbl params
by sfeldma@cumulusnetworks.com
· 11 years ago
288db0a
bonding: fix netlink msg size
by sfeldma@cumulusnetworks.com
· 11 years ago
4ee7ac7
bonding: add ad_info attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
ec029fa
bonding: add ad_select attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
998e40bb
bonding: add lacp_rate attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
6da67d2
bonding: make more functions static
by stephen hemminger
· 11 years ago
844223a
bonding: use ether_addr_equal_64bits to instead of ether_addr_equal
by dingtianhong
· 11 years ago
359632e
bonding: remove the return value for bond_3ad_bind_slave()
by dingtianhong
· 11 years ago
d316ded
bonding: remove unwanted return value for bond_dev_queue_xmit()
by dingtianhong
· 11 years ago
3900f29
bonding: slight optimizztion for bond_slave_override()
by dingtianhong
· 11 years ago
4d4ac1b
bonding: slight optimization for bond_alb_xmit()
by dingtianhong
· 11 years ago
a742e1f
bonding: slight optimization for bond_3ad_xmit_xor()
by dingtianhong
· 11 years ago
815117a
bonding: use ether_addr_equal_unaligned for bond addr compare
by dingtianhong
· 11 years ago
834db4b
bonding: ust micro BOND_NO_USE_ARP to simplify the mode check
by dingtianhong
· 11 years ago
3a7129e
bonding: add option lp_interval for loading module
by dingtianhong
· 11 years ago
da131dd
bonding: make local function static
by stephen hemminger
· 11 years ago
c13ab3f
bonding: add packets_per_slave attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8d836d0
bonding: add lp_interval attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
7d10100
bonding: add min_links attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
1cc0b1e
bonding: add all_slaves_active attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
2c9839c
bonding: add num_grat_arp attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
108db73
bonding: protect port for bond_3ad_handle_link_change()
by dingtianhong
· 11 years ago
bca44a7
bonding: protect port for bond_3ad_adapter_duplex_changed()
by dingtianhong
· 11 years ago
71a06c5
bonding: protect port for bond_3ad_adapter_speed_changed()
by dingtianhong
· 11 years ago
d8838de7
bonding: add resend_igmp attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
f70161c
bonding: add xmit_hash_policy attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8990197
bonding: add fail_over_mac attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8a41ae4
bonding: add primary_select attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
0a98a0d
bonding: add primary attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
e7ef941
bondnl: use be32 nla put/get for be32 values
by Jiri Pirko
· 11 years ago
73a7ac2
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 11 years ago
f236910
bonding: rebuild the bond_resend_igmp_join_requests_delayed()
by dingtianhong
· 11 years ago
75ad932
bonding: remove unwanted lock for bond_store_primaryxxx()
by dingtianhong
· 11 years ago
4e789fc
bonding: remove unwanted lock for bond_option_active_slave_set()
by dingtianhong
· 11 years ago
be79bd0
bonding: add RCU for bond_3ad_state_machine_handler()
by dingtianhong
· 11 years ago
c851703
bonding: remove unwanted lock for bond enslave and release
by dingtianhong
· 11 years ago
eb9fa4b
bonding: rebuild the lock use for bond_activebackup_arp_mon()
by dingtianhong
· 11 years ago
e001bfa
bonding: create bond_first_slave_rcu()
by dingtianhong
· 11 years ago
2e52f4f
bonding: rebuild the lock use for bond_loadbalance_arp_mon()
by dingtianhong
· 11 years ago
733ab63
bonding: rebuild the lock use for bond_alb_monitor()
by dingtianhong
· 11 years ago
4cb4f97
bonding: rebuild the lock use for bond_mii_monitor()
by dingtianhong
· 11 years ago
b2e7ace
bonding: remove the no effect lock for bond_select_active_slave()
by dingtianhong
· 11 years ago
d5c8425
bonding: add arp_all_targets netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
29c4948
bonding: add arp_validate netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
7f28fa1
bonding: add arp_ip_target netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
06151db
bonding: add arp_interval netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
9f53e14
bonding: add use_carrier netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
c7461f9
bonding: add downdelay netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
Next »