summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* | | ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0
* | | r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov2012-11-111-3/+2
* | | r8169: remove unused macros.Dayanidhi Sreenivasan2012-11-111-5/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1024-211/+265
|\ \ \ | | |/ | |/|
| * | gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
| * | cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-071-1/+1
| * | cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4
| * | net: bnx2x: Fix typo in bnx2x driverMasanari Iida2012-11-032-3/+3
| * | r8169: allow multicast packets on sub-8168f chipset.Nathan Walp2012-11-031-0/+3
| * | r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois2012-11-031-0/+2
| * | drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-034-8/+8
| * | cxgb4: Fix unable to get UP event from the LLDVipul Pandya2012-11-021-10/+0
| * | drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin2012-11-021-0/+1
| * | bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov2012-11-021-1/+2
| * | bnx2x: Disable FCoE for 57840 since not yet supported by FWDmitry Kravkov2012-11-011-1/+9
| * | bnx2x: Fix no link on 577xx 10G-baseTYaniv Rosner2012-11-011-0/+5
| * | bnx2x: Fix unrecognized SFP+ module after driver is loadedYaniv Rosner2012-11-011-7/+15
| * | bnx2x: Fix potential incorrect link speed provisionYaniv Rosner2012-11-011-10/+12
| * | bnx2x: Restore global registers back to default.Yaniv Rosner2012-11-011-22/+56
| * | bnx2x: Fix link down in 57712 following LFAYaniv Rosner2012-11-011-5/+18
| * | bnx2x: Fix 57810 1G-KR link against certain switches.Yaniv Rosner2012-11-011-2/+8
| * | ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-2610-129/+107
| |\ \
| | * | tilegx: fix some issues in the SW TSO supportChris Metcalf2012-10-261-16/+19
| | * | net/mlx4_core: Unmap UAR also in the case of error flowDotan Barak2012-10-261-4/+14
| | * | net/mlx4_en: Don't use vlan tag value as an indication for vlan presenceMoni Shoua2012-10-261-1/+1
| | * | net/mlx4_en: Fix double-release-range in tx-ringsJack Morgenstein2012-10-261-1/+0
| | * | gianfar_ptp: use iomem, not ioports resource tree in probeWei Yang2012-10-241-1/+1
| | * | NET_VENDOR_TI: make available for am33xx as wellPeter Korsgaard2012-10-241-1/+1
| | * | pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico2012-10-241-6/+11
| | * | pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico2012-10-231-60/+6
| | * | pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico2012-10-231-13/+6
| | * | pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico2012-10-231-6/+20
| | * | qla3xxx: Ensure request/response queue addr writes to the registersJoe Jin2012-10-221-2/+7
| | * | cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-213-24/+27
| * | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-263-13/+4
| |\ \ \ | | |/ / | |/| |
| | * | mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak2012-10-231-1/+4
| | * | mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz2012-10-232-12/+0
| | |/
* | | gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil2012-11-091-6/+8
* | | ksz884x: use module_pci_driver to simplify the codeWei Yongjun2012-11-071-12/+1
* | | bnx2x: Support loading cnic resources at run-timeMerav Sicron2012-11-0712-565/+1084
* | | bnx2x: HSI change for 'update' ramrodMerav Sicron2012-11-071-5/+16
* | | net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li2012-11-071-8/+6
* | | net: fec: default select FEC_PTP at mx6 platformFrank Li2012-11-071-2/+2
* | | net/at91_ether: fix comment and style issuesJoachim Eastwood2012-11-071-60/+51
* | | net/at91_ether: clean up print outsJoachim Eastwood2012-11-071-10/+7
* | | net/at91_ether: drop board_data private struct memberJoachim Eastwood2012-11-072-8/+1
* | | net/at91_ether: use stat function from macbJoachim Eastwood2012-11-073-42/+11
* | | net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood2012-11-071-109/+3
* | | net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood2012-11-072-3/+7
OpenPOWER on IntegriCloud