aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: remove __get_first_port()Veaceslav Falico
2013-09-28bonding: remove __get_next_port()Veaceslav Falico
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico
2013-09-28bnx2x: use pcie_get_minimum_link()Yuval Mintz
2013-09-28bnx2x: Add support for EXTPHY2 LED modeYaniv Rosner
2013-09-28bnx2x: Change function prototypeYaniv Rosner
2013-09-28bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior
2013-09-28bnx2x: Correct VF driver infoYuval Mintz
2013-09-28bnx2x: Test nvram when interface is downYuval Mintz
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-09-27lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque
2013-09-27hp100: replace hardcoded name in /proc/interrupts with interface nameMihir Singh
2013-09-27ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa
2013-09-27net: phy: at803x: add suspend/resume callbacksDaniel Mack
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack
2013-09-27Merge branch 'qlge'David S. Miller
2013-09-27qlge: Update version to 1.00.00.33Jitendra Kalsaria
2013-09-27qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh
2013-09-27netxen_nic: Print ULA informationShahed Shaikh
2013-09-26Merge branch 'bonding_neighbours'David S. Miller
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico
2013-09-26bonding: remove slave listsVeaceslav Falico
2013-09-26bonding: use neighbours for bond_next_slave()Veaceslav Falico
2013-09-26bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico
2013-09-26bonding: convert first/last slave logic to use neighboursVeaceslav Falico
2013-09-26net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico
2013-09-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico
2013-09-26bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico
2013-09-26bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico
2013-09-26net: add for_each iterators through neighbour lower link's privateVeaceslav Falico
2013-09-26bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico
2013-09-26bonding: populate neighbour's private on enslaveVeaceslav Falico
2013-09-26net: add netdev_adjacent->private and allow to use itVeaceslav Falico