summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11218-7842/+21863
|\
| * net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen2014-12-111-1/+1
| * net/mlx4: Add support for A0 steeringMatan Barak2014-12-116-17/+176
| * net/mlx4: Refactor QUERY_PORTMatan Barak2014-12-113-95/+154
| * net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak2014-12-111-3/+18
| * net/mlx4: Add A0 hybrid steeringMatan Barak2014-12-116-21/+288
| * net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak2014-12-112-0/+451
| * net/mlx4: Add a check if there are too many reserved QPsDotan Barak2014-12-111-1/+7
| * net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-1111-31/+110
| * net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak2014-12-113-1/+77
| * net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz2014-12-111-1/+11
| * net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz2014-12-111-1/+2
| * be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2014-12-112-10/+33
| * gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao2014-12-111-28/+56
| * cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai2014-12-111-10/+2
| * net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-111-1/+4
| * net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-111-1/+1
| * net: fec: reset fep link status in suspend functionNimrod Andy2014-12-111-0/+6
| * cxgb4/cxgb4vf: global named must be uniqueStephen Rothwell2014-12-104-6/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-1015-77/+120
| |\
| | * bnx2x: Implement ndo_gso_check()Joe Stringer2014-12-091-0/+7
| | * amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
| | * bnx2x: Limit 1G link enforcementYaniv Rosner2014-12-091-2/+3
| | * stmmac: fix max coal timer parameterGiuseppe CAVALLARO2014-12-091-1/+1
| | * cxgb4: Update FW version string to match FW binary version 1.12.25.0Hariprasad Shenai2014-12-091-4/+4
| | * cxgb4: Add a check for flashing FW using ethtoolHariprasad Shenai2014-12-091-0/+26
| | * amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas2014-12-091-1/+5
| | * amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas2014-12-091-1/+0
| | * net: mvneta: fix race condition in mvneta_tx()Eric Dumazet2014-12-091-1/+2
| | * net: mvneta: fix Tx interrupt delaywilly tarreau2014-12-091-1/+1
| | * sky2: avoid pci write posting after disabling irqsLino Sanfilippo2014-12-061-1/+2
| | * skge: Unmask interrupts in case of spurious interruptsLino Sanfilippo2014-12-061-2/+1
| | * pxa168: close race between napi and irq activationLino Sanfilippo2014-12-061-1/+1
| * | enic: add support for set/get rss hash keyGovindarajulu Varadarajan2014-12-103-4/+49
| * | ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-103-3/+3
| * | ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-103-3/+3
| * | cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-5/+6
| * | ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-106-11/+10
| * | amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas2014-12-101-1/+1
| * | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-101-0/+2
| * | net: systemport: allow changing MAC addressFlorian Fainelli2014-12-101-0/+22
| * | rocker: remove swdev modeRoopa Prabhu2014-12-101-17/+1
| * | Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-101-0/+2
| |\ \
| | * | SSB / B44: fix WOL for BCM4401Andrey Skvortsov2014-12-041-0/+2
| * | | sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura2014-12-101-2/+2
| * | | sh_eth: Optimization for RX excess judgementMitsuhiro Kimura2014-12-101-5/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-12-098-111/+197
| |\ \ \
| | * | | i40e/i40evf: Convert macro to static inlineJeff Kirsher2014-12-092-2/+8
| | * | | i40e: add to NVM update debug messageShannon Nelson2014-12-091-2/+4
| | * | | i40e: check for AQ timeout in aq_rc decodeShannon Nelson2014-12-093-14/+33