Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3d8c869796b61f2dd7c1b84112902e199936c053
/
drivers
/
net
/
bonding
/
bond_3ad.c
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
0b088264
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
9caff1e7
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
· 13 years ago
de063b7
bonding: remove packet cloning in recv_probe()
by Eric Dumazet
· 13 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
· 14 years ago
bf0239a
bonding:delete a dereference before check
by Peter Pan(潘卫平)
· 14 years ago
1a14fbc
bonding:delete agg_select_mode from ad_bond_info
by Peter Pan(潘卫平)
· 14 years ago
56d00c67
bonding:delete lacp_fast from ad_bond_info
by Peter Pan(潘卫平)
· 14 years ago
ba824a8
bonding: make 802.3ad use latest lacp_rate
by Peter Pan(潘卫平)
· 14 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
2430af8
bonding: 802.3ad - fix agg_device_up
by Jiri Bohac
· 14 years ago
65cce19
net-bonding: Fix minor/cosmetic type inconsistencies
by David Decotigny
· 14 years ago
e30bc06
bonding: wrap slave state work
by Jiri Pirko
· 14 years ago
9ac3524
bonding 802.3ad: Rename rx_machine_lock to state_machine_lock
by Nils Carlson
· 14 years ago
16d79d7
bonding 802.3ad: Fix the state machine locking v2
by Nils Carlson
· 14 years ago
e92427b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 14 years ago
b305325
bonding: Ensure that we unshare skbs prior to calling pskb_may_pull
by Neil Horman
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
c04914a
drivers/net/bonding: Remove unnecessary casts of netdev_priv
by Joe Perches
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
7bfc475
bonding: cleanup: remove braces from single block statements
by Bandan Das
· 14 years ago
128ea6c
bonding: cleanup : add space around operators
by Bandan Das
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
ab12811
bonding: correctly process non-linear skbs
by Andy Gospodarek
· 14 years ago
c99a3d2
bond_3ad.c avoid possible null deref
by Dan Carpenter
· 15 years ago
a4aee5c
drivers/net/bonding/: : use pr_fmt
by Joe Perches
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
2d6682d
bonding: fix 802.3ad standards compliance error
by Jay Vosburgh
· 15 years ago
ec87fd3
bond: Add support for multiple network namespaces
by Eric W. Biederman
· 15 years ago
a361c83
bonding: Remove bond_dev from xmit_hash_policy call.
by Jasper Spaans
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 16 years ago
e5e2a8f
bonding: wipe out printk's
by Jiri Pirko
· 15 years ago
8e321c4
drivers/net/bonding: Adjust constant name
by Julia Lawall
· 16 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4cd6fe1
bonding: fix link down handling in 802.3ad mode
by Stephen Hemminger
· 16 years ago
3a6d54c
net: remove needless (now buggy) & from dev->dev_addr
by Jiri Pirko
· 16 years ago
e727149
802.3ad: use standard ethhdr instead of ad_header
by Holger Eitzenberger
· 16 years ago
e4ac432
802.3ad: generalize out mac address initializer
by Holger Eitzenberger
· 16 years ago
7addeef
802.3ad: initialize ports LACPDU from const initializer
by Holger Eitzenberger
· 16 years ago
1624db7
802.3ad: turn ports is_individual into a bool
by Holger Eitzenberger
· 16 years ago
f48127b
802.3ad: turn ports is_enabled into a bool
by Holger Eitzenberger
· 16 years ago
d238d45
802.3ad: make ntt bool
by Holger Eitzenberger
· 16 years ago
3b5b35d
bonding: use port_params in __update_lacpdu_from_port
by Holger Eitzenberger
· 16 years ago
3c52065
bonding: use port_params in __update_default_selected()
by Holger Eitzenberger
· 16 years ago
ce6a49a
bonding: use port_params in __update_selected()
by Holger Eitzenberger
· 16 years ago
a6ae186
bonding: remove various function declarations
by Holger Eitzenberger
· 16 years ago
c7e703d
bonding: init port_params from template
by Holger Eitzenberger
· 16 years ago
5eefd1a
bonding: use plain memcpy in __record_default()
by Holger Eitzenberger
· 16 years ago
b99d6ba
bonding: use port_params in __record_pdu()
by Holger Eitzenberger
· 16 years ago
1055c9a
bonding: introduce and use port_params structure
by Holger Eitzenberger
· 16 years ago
aa31281
bonding: improve elaborate port_state assignment
by Holger Eitzenberger
· 16 years ago
5a03cdb
bonding: use pr_debug instead of own macros
by Holger Eitzenberger
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
fd989c8
bonding: alternate agg selection policies for 802.3ad
by Jay Vosburgh
· 16 years ago
f0c76d6
bonding: refactor mii monitor
by Jay Vosburgh
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
2bf86b7
bonding: Fix locking in 802.3ad mode
by Jay Vosburgh
· 17 years ago
Next »