summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-11-2112-314/+595
|\
| * i40e: trigger SW INT with no ITR waitShannon Nelson2014-11-202-3/+12
| * i40evf: remove unnecessary elseMitch Williams2014-11-201-4/+2
| * i40evf: make comparisons consistentMitch Williams2014-11-201-5/+5
| * i40evf: make checkpatch happyMitch Williams2014-11-204-33/+39
| * i40evf: update header commentsMitch Williams2014-11-201-2/+2
| * i40e: don't overload fieldsMitch Williams2014-11-207-22/+21
| * 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/+3
| * 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
* | amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas2014-11-214-22/+78
* | amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas2014-11-211-20/+26
* | amd-xgbe: Remove unused variableLendacky, Thomas2014-11-212-2/+0
* | amd-xgbe: Add BQL supportLendacky, Thomas2014-11-213-1/+51
* | amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas2014-11-214-46/+54
* | amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas2014-11-211-1/+2
* | amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas2014-11-213-7/+74
* | amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2014-11-212-0/+7
* | net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-212-4/+2
* | IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put"Markus Elfring2014-11-211-16/+8
* | net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is setSaeed Mahameed2014-11-211-1/+1
* | mlx4: don't duplicate kvfree()Al Viro2014-11-211-8/+2
* | mlx5: don't duplicate kvfree()Al Viro2014-11-213-6/+6
* | net: bcmgenet: log RX buffer allocation and RX/TX dma failuresFlorian Fainelli2014-11-212-1/+12
* | net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli2014-11-212-1/+12
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+4
* | sky2: use new netdev_rss_key_fill() helperIan Morris2014-11-211-9/+4
* | enic: support skb->xmit_moreGovindarajulu Varadarajan2014-11-212-11/+17
|/
* 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/+1
* 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/+39
* net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2014-11-182-4/+2
* 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