summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-02-14i40evf: refactor reset handlingMitch Williams3-39/+130
2014-02-14i40evf: change type of flags variableMitch Williams1-1/+1
2014-02-14i40evf: don't store unnecessary array of stringsMitch Williams2-4/+5
2014-02-14i40evf: fix bogus commentMitch Williams1-2/+1
2014-02-14i40evf: clean up adapter structMitch Williams1-28/+1
2014-02-14i40e: don't handle VF reset on unloadMitch Williams2-6/+7
2014-02-14i40e: enable extant VFsMitch Williams3-8/+21
2014-02-14i40e: reset VFs after PF resetMitch Williams1-0/+5
2014-02-14i40e: set VF state to active when reset is completeMitch Williams1-0/+1
2014-02-14i40e: remove dead codeMitch Williams1-9/+1
2014-02-14i40e: Setting i40e_down bit for tx_timeoutAkeem G Abodunrin1-0/+1
2014-02-14i40evf: clean up memsetsMitch Williams1-3/+2
2014-02-14i40evf: trivial fixesJesse Brandeburg2-6/+4
2014-02-14i40e: bump driver versionJesse Brandeburg1-1/+1
2014-02-14i40e: spelling errorJesse Brandeburg2-2/+2
2014-02-13bnx2x: utilize FW 7.8.19Dmitry Kravkov2-3/+3
2014-02-13bnx2x: (semantic) revise scheduling of sp_rtnlYuval Mintz6-44/+32
2014-02-13bnx2x: Fix bnx2x_panic_dump for VFsYuval Mintz1-40/+57
2014-02-13bnx2x: Revise IOV vlan/mac validationYuval Mintz5-74/+67
2014-02-13bnx2x: Add support in PF driver for RSCMichal Kalderon8-48/+329
2014-02-13bnx2x: Semantic Validate vlan/mac changesYuval Mintz1-9/+42
2014-02-13bnx2x: Remove unnecessary internal mem configAriel Elior2-13/+0
2014-02-13bnx2x: Remove unused iov codeYuval Mintz1-10/+0
2014-02-13bnx2x: [Debug] change verbosity of some printsYuval Mintz3-15/+25
2014-02-13sfc: Add/remove blank lines to tasteBen Hutchings5-7/+2
2014-02-13sfc: Fail self-test with -EBUSY, not -EIO, if the device is busyBen Hutchings1-1/+1
2014-02-13sfc: Cosmetic changes to self-test from the out-of-tree driverBen Hutchings1-5/+13
2014-02-13sfc: Update product namingBen Hutchings2-2/+2
2014-02-13sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings1-1/+1
2014-02-13sfc: Rename 'use_options' variable in tso_start() to clearer 'use_opt_desc'Ben Hutchings1-2/+2
2014-02-13sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings1-2/+0
2014-02-13sfc: Correct comment about number of TX queues used on EF10Ben Hutchings1-2/+2
2014-02-13sfc: Remove unused definitions of EF10 user-mode DMA descriptorsBen Hutchings1-61/+0
2014-02-13sfc: Replace TSOH_OFFSET with the equivalent NET_IP_ALIGNBen Hutchings1-13/+4
2014-02-13sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings1-24/+23
2014-02-13sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings1-10/+13
2014-02-13sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans1-20/+2
2014-02-11alx: add missing stats_lock spinlock initJohn Greene1-0/+1
2014-02-10net: vxge: Remove unused device pointerChristian Engelmayer1-6/+0
2014-02-103c59x: Remove unused pointer in vortex_eisa_cleanup()Christian Engelmayer1-2/+0
2014-02-07drivers/net: fix build warning in ethernet/sfc/tx.cPaul Gortmaker1-0/+2
2014-02-07bnx2x: Allow VF rss on higher PFsYuval Mintz1-3/+3
2014-02-07tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-02-07tg3: cleanup an error path in tg3_phy_reset_5703_4_5()Dan Carpenter1-6/+7
2014-02-07bnx2[x]: Make module parameters readableJames M Leddy2-7/+7
2014-02-07net: ethernet: sunxi: Add new compatiblesMaxime Ripard1-0/+3
2014-02-05bnx2x: fix L2-GRE TCP issuesDmitry Kravkov1-1/+1
2014-02-05net: ethoc: set up MII management bus clockMax Filippov1-2/+30
2014-02-05net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov1-0/+5
2014-02-02net: ethoc: implement ethtool get/set ring parametersMax Filippov1-0/+51