summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* i40e: clean up error status messagesShannon Nelson2015-07-239-177/+673
* i40e: provide correct API version to older VF driversMitch Williams2015-07-231-0/+3
* i40evf: support virtual channel API version 1.1Mitch Williams2015-07-232-2/+11
* i40evf: handle big resetsMitch Williams2015-07-233-46/+95
* i40e: support virtual channel API 1.1Mitch Williams2015-07-232-6/+21
* i40e/i40evf: add macros for virtual channel API version and device capabilityMitch Williams2015-07-232-0/+12
* i40e: add VF capabilities to virtual channel interfaceMitch Williams2015-07-232-10/+22
* i40e: clean up unneeded gotosShannon Nelson2015-07-231-25/+12Star
* i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2015-07-232-98/+161
* igb: bump version to igb-5.3.0Todd Fujinaka2015-07-231-2/+2
* igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka2015-07-231-11/+5Star
* igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka2015-07-231-0/+21
* e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai2015-07-231-0/+1
* ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov2015-07-233-34/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-237-140/+66Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-226-131/+66Star
| |\
| | * ravb: fix ring memory allocationSergei Shtylyov2015-07-221-25/+34
| | * drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N2015-07-211-6/+3Star
| | * net: mvneta: fix refilling for Rx DMA buffersSimon Guinot2015-07-211-12/+10Star
| | * stmmac: fix setting of driver data in stmmac_dvr_probeJoachim Eastwood2015-07-211-1/+1
| | * ravb: fix race updating TCCRSergei Shtylyov2015-07-211-4/+1Star
| | * net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan2015-07-211-1/+1
| | * ravb: do not invalidate cache for RX buffer twiceSergei Shtylyov2015-07-171-7/+3Star
| | * Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-161-75/+13Star
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-191-9/+0Star
| |\ \ | | |/ | |/|
| | * MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-141-9/+0Star
* | | bnx2x: Bump up driver version to 1.712.30Yuval Mintz2015-07-221-1/+1
* | | bnx2x: Add MFW dump supportYuval Mintz2015-07-224-0/+51
* | | bnx2x: new Multi-function mode - BDYuval Mintz2015-07-228-15/+251
* | | bnx2x: Add 84858 phy supportYaniv Rosner2015-07-223-73/+232
* | | bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz2015-07-2225-88/+142
* | | bnx2x: Utilize FW 7.12.30Yuval Mintz2015-07-228-70/+136
* | | cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai2015-07-223-7/+15
* | | sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree2015-07-221-80/+208
* | | sfc: support cascaded multicast filtersDaniel Pieczko2015-07-222-14/+44
* | | sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko2015-07-221-91/+126
* | | sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper2015-07-221-51/+53
* | | sfc: warn if other functions have been reset by MCFWDaniel Pieczko2015-07-221-3/+14
* | | sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko2015-07-223-7/+25
* | | sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2015-07-222-14/+25
* | | sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2015-07-222-18/+47
* | | sfc: update MCDI protocol definitionsEdward Cree2015-07-221-846/+2583
* | | mvneta: use inband status only when explicitly enabledStas Sergeev2015-07-221-4/+5
* | | cxgb4 : Fill DCB priority in vlan control headersAnish Bhatt2015-07-212-4/+13
* | | cxgb4 : Fill in number of DCB traffic classes supportedAnish Bhatt2015-07-211-0/+4
* | | cxgb4 : Allow firmware DCB info to be queried in host stateAnish Bhatt2015-07-211-11/+21
* | | cxgb4 : Only pass app selector of 0 or 3 to firmwareAnish Bhatt2015-07-211-2/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-07-2112-171/+121Star
|\ \ \
| * | | igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka2015-07-181-5/+13
| * | | ixgbe: Don't report flow director filter's statusFan Du2015-07-181-2/+0Star