summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev2016-03-041-4/+5
* net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev2016-03-041-6/+19
* net/mlx4_en: Count HW buffer overrun only onceAmir Vadai2016-03-041-2/+2
* tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam2016-03-041-6/+19
* switchdev: Require RTNL mutex to be held when sending FDB notificationsIdo Schimmel2016-03-041-0/+2
* sh_eth: fix kernel oops in skb_put()Sergei Shtylyov2016-01-221-2/+2
* net: qca_spi: fix transmit queue timeout handlingStefan Wahren2016-01-221-3/+2
* atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek2016-01-221-4/+3
* net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard2015-12-091-1/+1
* sfc: push partner queue for skb->xmit_moreMartin Habets2015-12-094-4/+36
* stmmac: Correctly report PTP capabilities.Phil Reid2015-12-091-2/+5
* net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2015-12-092-2/+2
* net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov2015-10-271-3/+3
* igb: do not re-init SR-IOV during probeStefan Assmann2015-10-221-1/+1
* mvneta: use inband status only when explicitly enabledStas Sergeev2015-10-031-4/+5
* net/mlx4_en: really allow to change RSS keyEric Dumazet2015-10-031-2/+0
* net: eth: altera: fix napi poll_list corruptionAtsushi Nemoto2015-10-031-2/+1
* net: fec: clear receive interrupts before processing a packetRussell King2015-10-031-0/+1
* bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-09-291-1/+1
* rocker: free netdevice during netdevice removalIdo Schimmel2015-09-291-0/+1
* net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-09-291-2/+2
* net: stmmac: dwmac-rk: Fix clk rate when provided by socHeiko Stübner2015-09-291-2/+1
* stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin2015-09-294-24/+28
* stmmac: fix check for phydev being openAlexey Brodkin2015-09-291-1/+4
* mm: make page pfmemalloc check more robustMichal Hocko2015-09-294-4/+4
* tg3: Fix temperature reportingJean Delvare2015-09-291-1/+1
* igb: Fix oops caused by missing queue pairingShota Suzuki2015-09-293-3/+19
* e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck2015-08-033-16/+14
* net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot2015-07-101-1/+25
* net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot2015-07-101-0/+1
* amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky2015-07-101-1/+1
* bnx2x: fix lockdep splatEric Dumazet2015-07-101-1/+2
* mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz2015-07-101-1/+7
* net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay2015-07-101-11/+6
* net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2015-07-102-8/+12
* net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha2015-07-103-5/+1
* mvneta: add forgotten initialization of autonegotiation bitsStas Sergeev2015-07-101-0/+6
* net: igb: fix the start time for periodic output signalsRichard Cochran2015-06-111-2/+2
* enic: fix memory leak in rq_cleanGovindarajulu Varadarajan2015-06-101-5/+4
* enic: check return value for stat dumpGovindarajulu Varadarajan2015-06-102-4/+25
* enic: unlock napi busy poll before unmasking intrGovindarajulu Varadarajan2015-06-101-1/+1
* net: bcmgenet: power on MII block for all MII modesFlorian Fainelli2015-06-081-3/+9
* b44: call netif_napi_del()Hauke Mehrtens2015-06-071-0/+2
* be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-073-53/+67
* amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas2015-06-071-1/+1
* i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain2015-06-041-3/+17
* i40e: start up in VEPA mode by defaultAnjali Singhai Jain2015-06-044-5/+36
* i40e/i40evf: Fix mixed size frags and linearizationAnjali Singhai Jain2015-06-042-30/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-017-34/+54
|\
| * bnx2x: Move statistics implementation into semaphoresYuval Mintz2015-06-013-11/+20