summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | i40e: print message for pre-production hardwareJesse Brandeburg2014-06-061-0/+4
* | | | i40e: add VEB stats to ethtoolShannon Nelson2014-06-061-43/+84
* | | | i40e: set lan_veb indexShannon Nelson2014-06-061-0/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-055-19/+36
|\ \ \
| * | | hplance: fix ram size in commentAmos Kong2014-06-051-2/+2
| * | | mvme147: fix ram size in commentAmos Kong2014-06-051-3/+3
| * | | xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-051-11/+25
| * | | qlcnic: Initialize mailbox cmd structure to zeroRajesh Borundia2014-06-051-0/+3
| * | | gianfar: Call netif_carrier_off() prior to registrationFabio Estevam2014-06-051-3/+3
* | | | net: systemport: start with carrier offFlorian Fainelli2014-06-051-0/+3
* | | | net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli2014-06-051-3/+3
* | | | net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli2014-06-051-1/+1
* | | | net: systemport: fix transmit locking schemeFlorian Fainelli2014-06-051-5/+7
* | | | amd-xgbe: Configuration and build supportLendacky, Thomas2014-06-054-1/+21
* | | | amd-xgbe: Initial AMD 10GbE phylib driverLendacky, Thomas2014-06-051-0/+1357
* | | | amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas2014-06-0510-0/+7609
* | | | dm9000: avoid sleeping in dm9000_timeout callbackAndrew Ruder2014-06-051-3/+8
* | | | dm9000: handle initial link statusAndrew Ruder2014-06-051-1/+2
* | | | dm9000: remove redundant ISR status clearAndrew Ruder2014-06-051-1/+0
* | | | dm9000: clean up edge-triggered irq compatibilityAndrew Ruder2014-06-051-10/+22
* | | | dm9000: clean up reset codeAndrew Ruder2014-06-051-11/+5
* | | | dm9000: acquire irq flags from device treeAndrew Ruder2014-06-051-0/+3
* | | | i40e: add missing VSI statisticsShannon Nelson2014-06-052-0/+26
* | | | i40e/i40evf: remove rx_errors and rx_missedShannon Nelson2014-06-057-16/+5
* | | | i40e: refactor stats collectionShannon Nelson2014-06-051-166/+189
* | | | i40e: refactor send versionJesse Brandeburg2014-06-051-13/+18
* | | | i40e/i40evf: VEB structure added, GTIME macro updateKamil Krawczyk2014-06-052-4/+24
* | | | i40e: notify VF of all types of resetsMitch Williams2014-06-051-3/+3
* | | | i40evf: fix crash when changing ring sizesMitch Williams2014-06-053-13/+15
* | | | i40evf: set descriptor multiple to 32Mitch Williams2014-06-051-1/+1
* | | | i40e: clamp jumbo frame sizeJesse Brandeburg2014-06-051-1/+1
* | | | i40e/i40evf: remove unused RX_LRO defineJesse Brandeburg2014-06-052-14/+0
* | | | i40e: remove check for large bufferKamil Krawczyk2014-06-051-6/+0
* | | | i40e: Rework register diagnosticKamil Krawczyk2014-06-051-13/+37
* | | | i40e: don't use OR to check a valueJesse Brandeburg2014-06-051-2/+2
* | | | isdn/capi: fix (middleware) device nodesPaul Bolle2014-06-042-3/+3
* | | | isdn/capi: Make verbose reporting depend on capidrvPaul Bolle2014-06-042-9/+9
* | | | isdn/capi: move capi_info2str to capidrv.cPaul Bolle2014-06-042-200/+195
* | | | vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-61/+59
* | | | bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich2014-06-043-6/+45
* | | | macvlan: Support bonding eventsVlad Yasevich2014-06-041-0/+7
* | | | bonding: Turn on IFF_UNICAST_FLT on bond devicesVlad Yasevich2014-06-041-1/+1
* | | | trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTR...Antonio Ospite2014-06-041-5/+5
* | | | gianfar: Fix the section mismatch warnings.Xiubo Li2014-06-041-1/+1
* | | | xen-netfront: initialise queue name in xennet_init_queueWei Liu2014-06-041-0/+3
* | | | xen-netfront: Add support for multiple queuesAndrew J. Bennieston2014-06-041-36/+134
* | | | xen-netfront: Factor queue-specific data into queue struct.Andrew J. Bennieston2014-06-041-393/+579
* | | | xen-netback: Add support for multiple queuesAndrew J. Bennieston2014-06-044-18/+116
* | | | xen-netback: Factor queue-specific data into queue structWei Liu2014-06-044-590/+819
* | | | xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston2014-06-042-11/+1