summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-2818-2/+45
* bonding: remove bond_next_slave()Veaceslav Falico2013-09-281-31/+0
* bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico2013-09-281-4/+12
* bonding: remove unused __get_next_agg()Veaceslav Falico2013-09-281-22/+0
* bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico2013-09-281-4/+9
* bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-281-12/+10
* bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico2013-09-281-8/+7
* bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-281-2/+7
* bonding: remove __get_first_port()Veaceslav Falico2013-09-281-14/+4
* bonding: remove __get_next_port()Veaceslav Falico2013-09-281-25/+9
* bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico2013-09-281-1/+3
* bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico2013-09-281-1/+1
* bnx2x: use pcie_get_minimum_link()Yuval Mintz2013-09-282-39/+12
* bnx2x: Add support for EXTPHY2 LED modeYaniv Rosner2013-09-282-3/+18
* bnx2x: Change function prototypeYaniv Rosner2013-09-281-3/+2
* bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior2013-09-283-26/+1
* bnx2x: Correct VF driver infoYuval Mintz2013-09-282-1/+4
* bnx2x: Test nvram when interface is downYuval Mintz2013-09-281-9/+10
* ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-288-6/+39
* ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco2013-09-282-1/+22
* lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque2013-09-271-1/+1
* hp100: replace hardcoded name in /proc/interrupts with interface nameMihir Singh2013-09-271-1/+1
* ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety netHannes Frederic Sowa2013-09-271-0/+14
* ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-273-68/+175
* net: phy: at803x: add suspend/resume callbacksDaniel Mack2013-09-271-0/+45
* net: phy: at803x: don't pass function pointers with &Daniel Mack2013-09-271-6/+6
* Merge branch 'qlge'David S. Miller2013-09-272-26/+102
|\
| * qlge: Update version to 1.00.00.33Jitendra Kalsaria2013-09-271-1/+1
| * qlge: Enhance nested VLAN (Q-in-Q) handling.Jitendra Kalsaria2013-09-271-25/+101
|/
* netxen_nic: Update version to 4.0.82Shahed Shaikh2013-09-271-2/+2
* netxen_nic: Print ULA informationShahed Shaikh2013-09-272-0/+29
* Merge branch 'bonding_neighbours'David S. Miller2013-09-2611-444/+638
|\
| * net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-264-34/+35
| * net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-262-19/+20
| * vlan: unlink the upper neighbour before unregisteringVeaceslav Falico2013-09-261-2/+2
| * vlan: link the upper neighbour only after registeringVeaceslav Falico2013-09-261-7/+7
| * bonding: remove slave listsVeaceslav Falico2013-09-262-6/+0
| * bonding: use neighbours for bond_next_slave()Veaceslav Falico2013-09-261-5/+1
| * bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico2013-09-261-0/+28
| * bonding: remove bond_prev_slave()Veaceslav Falico2013-09-262-10/+3
| * bonding: convert first/last slave logic to use neighboursVeaceslav Falico2013-09-261-6/+11
| * net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico2013-09-262-0/+11
| * bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico2013-09-261-1/+1
| * bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-265-23/+25
| * bonding: remove unused bond_for_each_slave_from()Veaceslav Falico2013-09-261-13/+0
| * bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico2013-09-261-14/+24
| * bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-261-31/+12
| * bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-262-23/+22
| * bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico2013-09-261-24/+22
| * bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico2013-09-261-2/+3
OpenPOWER on IntegriCloud