aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico
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-28USBNET: fix handling padding packetMing Lei
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-27net: phy: at803x: add suspend/resume callbacksDaniel Mack
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack
2013-09-27qlcnic: Fix register device in FAILED state for 82xx.Sucheta Chakraborty
2013-09-27be2net: Fix to display the VLAN priority for a VFAjit Khaparde
2013-09-27be2net: Fix to configure VLAN priority for a VF interface.Ajit Khaparde
2013-09-27be2net: Fix to allow VLAN configuration on VF interfaces.Ajit Khaparde
2013-09-27be2net: Fix number of VLANs supported in UMC mode for BE3-R.Ajit Khaparde
2013-09-27be2net: Fix VLAN promiscuous mode programmingAjit Khaparde
2013-09-27be2net: Fix the size of be_nic_res_desc structureAjit Khaparde
2013-09-27be2net: Fix to prevent Tx stall on SH-R when packet size < 32Ajit Khaparde
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-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-09-27netxen_nic: Update version to 4.0.82Shahed Shaikh
2013-09-27netxen_nic: Print ULA informationShahed Shaikh
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-09-27i40e: clean up coccicheck reported errorsJesse Brandeburg
2013-09-27i40e: better return valuesJesse Brandeburg
2013-09-27i40e: convert ret to aq_retJesse Brandeburg
2013-09-27i40e: small clean ups from reviewJesse Brandeburg
2013-09-27i40e: use common failure flowJesse Brandeburg
2013-09-27igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka
2013-09-27Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller
2013-09-26via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi
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-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-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico