summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-10-0115-18/+10
|\
| * can: sja1000: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-214-5/+0
| * can: pch_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-1/+0
| * can: c_can: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-211-2/+0
| * can: ti_hecc: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: softing: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: sja1000: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: mcp251x: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: janz-ican3: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: flexcan: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: cc770: use dev_get_platdata()Jingoo Han2013-09-211-2/+2
| * can: bfin_can: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
| * can: at91_can: use dev_get_platdata()Jingoo Han2013-09-211-1/+1
* | xen-netback: improve ring effeciency for guest RXWei Liu2013-10-011-83/+61
* | bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico2013-09-301-1/+0
* | hamradio: baycom: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-302-2/+2
* | net: qmi_wwan: fix checkpatch warningsFabio Porcedda2013-09-301-20/+36
* | net: qmi_wwan: add Telit LE920 newer firmware supportFabio Porcedda2013-09-301-0/+1
* | bonding: remove bond_next_slave()Veaceslav Falico2013-09-291-31/+0
* | bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico2013-09-291-4/+12
* | bonding: remove unused __get_next_agg()Veaceslav Falico2013-09-291-22/+0
* | bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico2013-09-291-4/+9
* | bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-291-12/+10
* | bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico2013-09-291-8/+7
* | bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-291-2/+7
* | bonding: remove __get_first_port()Veaceslav Falico2013-09-291-14/+4
* | bonding: remove __get_next_port()Veaceslav Falico2013-09-291-25/+9
* | bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico2013-09-291-1/+3
* | bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico2013-09-291-1/+1
* | bnx2x: use pcie_get_minimum_link()Yuval Mintz2013-09-292-39/+12
* | bnx2x: Add support for EXTPHY2 LED modeYaniv Rosner2013-09-292-3/+18
* | bnx2x: Change function prototypeYaniv Rosner2013-09-291-3/+2
* | bnx2x: Don't disable/enable SR-IOV when loadingAriel Elior2013-09-293-26/+1
* | bnx2x: Correct VF driver infoYuval Mintz2013-09-292-1/+4
* | bnx2x: Test nvram when interface is downYuval Mintz2013-09-291-9/+10
* | 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
* | 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
* | 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
* | net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-263-33/+1
* | net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-17/+3
* | 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