aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico2-10/+3
2013-09-26bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2-0/+11
2013-09-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico5-23/+25
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-26bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico1-14/+24
2013-09-26bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico1-31/+12
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2-23/+22
2013-09-26bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico1-24/+22
2013-09-26bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico1-2/+3
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico7-55/+98
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico3-28/+30
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico2-1/+76
2013-09-26bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico1-7/+1
2013-09-26bonding: populate neighbour's private on enslaveVeaceslav Falico1-14/+16
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico2-11/+64
2013-09-26net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico1-0/+13
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico4-114/+129
2013-09-26net: use lists as arguments instead of bool upperVeaceslav Falico1-32/+22
2013-09-26net: neighbour: use source address of last enqueued packet for solicitationHannes Frederic Sowa1-1/+1
2013-09-24rtlwifi: Remove extern from function prototypesJoe Perches11-170/+141
2013-09-24orinoco: Remove extern from function prototypesJoe Perches1-17/+14
2013-09-24mwifiex: Remove extern from function prototypesJoe Perches1-14/+10
2013-09-24iwlwifi: Remove extern from function prototypesJoe Perches4-11/+10
2013-09-24iwlegacy: Remove extern from function prototypesJoe Perches3-77/+73
2013-09-24ipw2x00: Remove extern from function prototypesJoe Perches1-49/+38
2013-09-24brcm80211: Remove extern from function prototypesJoe Perches21-733/+644
2013-09-24ath: Remove extern from function prototypesJoe Perches4-12/+10
2013-09-24wimax: Remove extern from function prototypesJoe Perches2-74/+70
2013-09-24wan: Remove extern from function prototypesJoe Perches2-15/+14
2013-09-24vmxnet3: Remove extern from function prototypesJoe Perches1-2/+2
2013-09-24irda: Remove extern from function prototypesJoe Perches1-14/+15
2013-09-24fddi/skfp: Remove extern from function prototypesJoe Perches1-14/+14
2013-09-24toshiba: Remove extern from function prototypesJoe Perches3-20/+19
2013-09-24ti: Remove extern from function prototypesJoe Perches1-5/+4
2013-09-24stmicro: Remove extern from function prototypesJoe Perches4-23/+22
2013-09-24sfc: Remove extern from function prototypesJoe Perches6-249/+234
2013-09-24qlogic: Remove extern from function prototypesJoe Perches2-33/+30
2013-09-24oki-semi: Remove extern from function prototypesJoe Perches1-28/+28
2013-09-24intel: Remove extern from function prototypesJoe Perches12-254/+233
2013-09-24ibm/emac: Remove extern from function prototypesJoe Perches4-32/+32
2013-09-24ipv6: do not allow ipv6 module to be removedCong Wang1-48/+0
2013-09-24tcp: fix dynamic right sizingEric Dumazet1-31/+53
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal2-17/+20
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal3-38/+35
2013-09-24ARM: dts: am33xx: adopt to cpsw-phy-sel driver to configure phy modeMugunthan V N1-0/+6
2013-09-24drivers: net: cpsw: use cpsw-phy-sel driver to configure phy modeMugunthan V N1-0/+4
2013-09-24drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpswMugunthan V N5-0/+200
2013-09-24net: ethernet: cpsw: switch to devres allocationsDaniel Mack1-110/+43