summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: add netpoll supportEmil Tantilov2014-11-202-7/+24
* ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov2014-11-201-4/+3Star
* ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2014-11-202-134/+334
* ixgbevf: Update Rx next to clean in real timeEmil Tantilov2014-11-202-21/+36
* ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov2014-11-201-30/+34
* ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov2014-11-201-9/+11
* ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov2014-11-202-34/+38
* ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov2014-11-202-33/+33
* ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bitsEmil Tantilov2014-11-201-52/+80
* stmmac: review driver when run kernel-docGiuseppe CAVALLARO2014-11-194-69/+142
* stmmac: document common header fileGiuseppe CAVALLARO2014-11-191-0/+8
* net: fec: remove unused return value from swap_buffer()Lothar Waßmann2014-11-181-3/+1Star
* net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann2014-11-181-1/+1
* net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann2014-11-181-1/+1
* net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann2014-11-182-68/+39Star
* net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2014-11-182-4/+2Star
* net: fec: properly parenthesize macro argsLothar Waßmann2014-11-181-15/+16
* net: fec: consistently use lower case chars as hex digitsLothar Waßmann2014-11-181-44/+44
* net: fec: indentation cleanupLothar Waßmann2014-11-181-54/+54
* i40e: Set XPS bit mask to zero in DCB modeNeerav Parikh2014-11-181-7/+31
* i40e: Prevent link flow control settings when PFC is enabledNeerav Parikh2014-11-181-2/+12
* i40e: Do not disable/enable FCoE VSI with DCB reconfigNeerav Parikh2014-11-181-1/+11
* i40e: Modify Tx disable wait flow in case of DCB reconfigurationNeerav Parikh2014-11-182-0/+61
* i40e: Update VEB's enabled_tc after reconfigurationNeerav Parikh2014-11-181-0/+1
* i40e: Check for LLDP AdminStatus before querying DCBXNeerav Parikh2014-11-183-0/+63
* i40e: Add support to firmware CEE DCBX modeNeerav Parikh2014-11-1810-35/+328
* i40e: Resume Port Tx after DCB eventNeerav Parikh2014-11-183-1/+52
* i40e: Bump version to 1.1.23Catherine Sullivan2014-11-181-2/+2
* i40e: re-enable VFLR interrupt soonerMitch Williams2014-11-181-6/+6
* i40e: only warn once of PTP nonsupport in 100Mbit speedShannon Nelson2014-11-181-3/+9
* sfc: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* mlx4: use netdev_rss_key_fill() helperEric Dumazet2014-11-162-6/+9
* ixgbe: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-4/+3Star
* igb: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-6/+3Star
* i40e: use netdev_rss_key_fill() helperEric Dumazet2014-11-162-15/+6Star
* fm10k: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-7/+3Star
* e100e: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-6/+3Star
* be2net:use netdev_rss_key_fill() helperEric Dumazet2014-11-161-5/+5
* bna: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* tg3: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-11/+6Star
* bnx2x: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1417-99/+332
|\
| * smsc911x: power-up phydev before doing a software reset.Enric Balletbo i Serra2014-11-131-0/+46
| * net/smsc911x: Fix delays in the PHY enable/disable routinesAlexander Kochetkov2014-11-131-5/+2Star
| * net/smsc911x: Fix rare soft reset timeout issue due to PHY power-down modeAlexander Kochetkov2014-11-131-6/+2Star
| * net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran2014-11-121-1/+1
| * cxgb4 : dcb open-lldp interop fixesAnish Bhatt2014-11-121-9/+19
| * net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli2014-11-123-5/+9
| * net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli2014-11-123-1/+8