Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea889f0492e4d5a1e1db373d9520856c50c7215b
/
drivers
/
net
/
bonding
/
bond_3ad.c
2eb7e6f
bonding: fix 802.3ad state sent to partner when unbinding slave
by Toni Peltonen
· 6 years ago
1730a2b
bonding: fix accounting of active ports in 3ad
by Jarod Wilson
· 7 years ago
f87fda0
bonding: prevent out of bound accesses
by Eric Dumazet
· 8 years ago
0622cab
bonding: fix 802.3ad aggregator reselection
by Jay Vosburgh
· 8 years ago
7f20cd2
bonding: 3ad: allow to set ad_actor settings while the bond is up
by Nikolay Aleksandrov
· 9 years ago
5ee14e6
bonding: 3ad: apply ad_actor settings changes immediately
by Nikolay Aleksandrov
· 9 years ago
3952af4
bonding: add 802.3ad support for 100G speeds
by Jiri Pirko
· 9 years ago
52bc671
bonding: simplify / unify event handling code for 3ad mode.
by Mahesh Bandewar
· 9 years ago
7bb11dc
bonding: unify all places where actor-oper key needs to be updated.
by Mahesh Bandewar
· 9 years ago
b25c2e7
bonding: Simplify __get_duplex function.
by Mahesh Bandewar
· 9 years ago
22f94e6
bonding: trivial: remove unused variables
by Nikolay Aleksandrov
· 9 years ago
d22a5fc
bonding: Implement user key part of port_key in an AD system.
by Mahesh Bandewar
· 10 years ago
7451495
bonding: Allow userspace to set actors' macaddr in an AD-system.
by Mahesh Bandewar
· 10 years ago
6791e46
bonding: Allow userspace to set actors' system_priority in AD system
by Mahesh Bandewar
· 10 years ago
04abac5
bonding: Remove unnecessary initialization
by Mahesh Bandewar
· 10 years ago
c3cd9ee
bonding: Code re-factoring for admin, oper-key operations
by Mahesh Bandewar
· 10 years ago
f6a69a8
bonding: Fix another case of LACPDU not sent on slave
by Mahesh Bandewar
· 10 years ago
ef015d7
bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitions
by Mahesh Bandewar
· 10 years ago
19a1204
bonding: Remove hardcoded initialization
by Mahesh Bandewar
· 10 years ago
14c9551
bonding: Implement port churn-machine (AD standard 43.4.17).
by Mahesh Bandewar
· 10 years ago
bb54e58
bonding: Verify RX LACPDU has proper dest mac-addr
by Mahesh Bandewar
· 10 years ago
2f63732
bonding: fix LACP PDU not sent on slave port sometimes
by Satish Ashok
· 10 years ago
63b4624
bonding: fix incorrect lacp mux state when agg not active
by Wilson Kok
· 10 years ago
424c323
bonding: Introduce 4 AD link speed to fix agg_bandwidth
by Jianhua Xie
· 10 years ago
cb8dda9
bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speed
by Jianhua Xie
· 10 years ago
1ef8019
net: Move bonding headers under include/net
by David S. Miller
· 10 years ago
ee63771
bonding: Simplify the xmit function for modes that use xmit_hash
by Mahesh Bandewar
· 10 years ago
547942c
bonding: trivial: style and comment fixes
by Nikolay Aleksandrov
· 10 years ago
e470259
bonding: 3ad: convert to bond->mode_lock
by Nikolay Aleksandrov
· 10 years ago
b743562
bonding: convert curr_slave_lock to a spinlock and rename it
by Nikolay Aleksandrov
· 10 years ago
86e7498
bonding: 3ad: clean up curr_slave_lock usage
by Nikolay Aleksandrov
· 10 years ago
bdbc5f1
bonding: 3ad: use curr_slave_lock instead of bond->lock
by Nikolay Aleksandrov
· 10 years ago
dbfddcf
bonding: remove pr_fmt from bond_3ad.c
by Veaceslav Falico
· 10 years ago
d4471f5
bonding: convert bond_3ad.c to use netdev_printk instead of pr_
by Veaceslav Falico
· 10 years ago
8557cd7
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
by Veaceslav Falico
· 11 years ago
b6adc61
bonding: convert IS_UP(slave->dev) to inline function
by Veaceslav Falico
· 11 years ago
3fdddd8
bonding: alloc the structure ad_info dynamically in per slave
by dingtianhong
· 11 years ago
ee62e86
bonding: Changed hashing function to just provide hash
by Mahesh Bandewar
· 11 years ago
86a2b9c
bonding: ratelimit pr_warn()s in 802.3ad mode
by Veaceslav Falico
· 11 years ago
2bb77ab
bonding: Call dev_kfree_skby_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
b092991
bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor
by dingtianhong
· 11 years ago
5e5b066
bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode
by dingtianhong
· 11 years ago
21f374c
bonding: Invert test
by Joe Perches
· 11 years ago
2a7c183
bonding: More use of ether_addr_copy
by Joe Perches
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
163c8ff
bonding: 802.3ad: make aggregator_identifier bond-private
by Jiri Bohac
· 11 years ago
ada0f86
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
by Joe Perches
· 11 years ago
9019426
bonding: Neaten pr_<level>
by Joe Perches
· 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
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
359632e
bonding: remove the return value for bond_3ad_bind_slave()
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
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
be79bd0
bonding: add RCU for bond_3ad_state_machine_handler()
by dingtianhong
· 11 years ago
1f2cd84
Revert "Merge branch 'bonding_monitor_locking'"
by David S. Miller
· 11 years ago
5cc172c
bonding: remove bond read lock for bond_3ad_state_machine_handler()
by dingtianhong
· 11 years ago
47e91f56
bonding: use RCU protection for 3ad xmit path
by dingtianhong
· 11 years ago
32819dc
bonding: modify the old and add new xmit hash policies
by Nikolay Aleksandrov
· 11 years ago
da8f091
bonding: remove unused __get_next_agg()
by Veaceslav Falico
· 11 years ago
0b08826
bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()
by Veaceslav Falico
· 11 years ago
bef1fcc
bonding: make ad_agg_selection_logic() use bond_for_each_slave()
by Veaceslav Falico
· 11 years ago
19177e7
bonding: make __get_active_agg() use bond_for_each_slave()
by Veaceslav Falico
· 11 years ago
3e36bb7
bonding: make ad_port_selection_logic() use bond_for_each_slave()
by Veaceslav Falico
· 11 years ago
fe9323d
bonding: remove __get_first_port()
by Veaceslav Falico
· 11 years ago
3c4c88a
bonding: remove __get_next_port()
by Veaceslav Falico
· 11 years ago
7468449
bonding: verify if we still have slaves in bond_3ad_unbind_slave()
by Veaceslav Falico
· 11 years ago
0965a1f
bonding: add bond_has_slaves() and use it
by Veaceslav Falico
· 11 years ago
c33d788
bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
by Veaceslav Falico
· 11 years ago
9caff1e
bonding: make bond_for_each_slave() use lower neighbour's private
by Veaceslav Falico
· 11 years ago
c509316
bonding: simplify bond_3ad_update_lacp_rate and use RTNL for sync
by nikolay@redhat.com
· 11 years ago
278b208
bonding: initial RCU conversion
by nikolay@redhat.com
· 11 years ago
dec1e90
bonding: convert to list API and replace bond's custom list
by nikolay@redhat.com
· 11 years ago
318debd
bonding: fix multiple 3ad mode sysfs race conditions
by nikolay@redhat.com
· 12 years ago
e0809db
bonding: Fix initialize after use for 3ad machine state spinlock
by nikolay@redhat.com
· 12 years ago
b59340c
bonding: Fix race condition between bond_enslave() and bond_3ad_update_lacp_rate()
by nikolay@redhat.com
· 12 years ago
471cb5a
bonding: remove usage of dev->master
by Jiri Pirko
· 12 years ago
0450243
bonding: drop_monitor aware
by Eric Dumazet
· 12 years ago
de063b7
bonding: remove packet cloning in recv_probe()
by Eric Dumazet
· 12 years ago
13a8e0c
bonding: don't increase rx_dropped after processing LACPDUs
by Jiri Bohac
· 13 years ago
b9d6d2d
bonding: Fix misspelling of "since"
by Jesper Juhl
· 13 years ago
e6d265e
bonding: eliminate bond_close race conditions
by Jay Vosburgh
· 13 years ago
d5edf29
bonding: fix wrong port enabling in 802.3ad
by Flavio Leitner
· 13 years ago
a0db2da
bonding: properly stop queuing work when requested
by Andy Gospodarek
· 13 years ago
655f891
bonding: add min links parameter to 802.3ad
by stephen hemminger
· 13 years ago
bf0239a
bonding:delete a dereference before check
by Peter Pan(潘卫平)
· 13 years ago
1a14fbc
bonding:delete agg_select_mode from ad_bond_info
by Peter Pan(潘卫平)
· 13 years ago
56d00c67
bonding:delete lacp_fast from ad_bond_info
by Peter Pan(潘卫平)
· 13 years ago
ba824a8
bonding: make 802.3ad use latest lacp_rate
by Peter Pan(潘卫平)
· 13 years ago
0693e88
net: bonding: factor out rlock(bond->lock) in xmit path
by Michał Mirosław
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3aba891
bonding: move processing of recv handlers into handle_frame()
by Jiri Pirko
· 14 years ago
Next »