aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-30net: phy: DP83TC811: Fix disabling interruptsDan Murphy1-1/+1
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2018-06-30r8169: remove TBI 1000BaseX supportHeiner Kallweit1-136/+20
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2018-06-30net: phy: realtek: add support for RTL8211Heiner Kallweit1-0/+30
2018-06-30r8169: use standard debug output functionsHeiner Kallweit1-24/+12
2018-06-30net: emaclite: Remove unnecessary spacesRadhey Shyam Pandey1-13/+14
2018-06-30net: emaclite: Fix block comments styleRadhey Shyam Pandey1-13/+21
2018-06-30net: emaclite: update kernel-doc commentsRadhey Shyam Pandey1-3/+12
2018-06-30net: emaclite: Simplify if-else statementsRadhey Shyam Pandey1-18/+16
2018-06-30net: emaclite: Use __func__ instead of hardcoded nameRadhey Shyam Pandey1-2/+2
2018-06-30net: mvpp2: Use htons when checking protocol infoMaxime Chevallier1-1/+1
2018-06-30net: mvpp2: prs: Drop unnecessary swab16 in vlan detectionMaxime Chevallier1-3/+3
2018-06-30net: mvpp2: prs: Drop unions representing TCAM and SRAM entriesMaxime Chevallier3-105/+87
2018-06-30net: mvpp2: Make TX / RX descriptors little-endianMaxime Chevallier2-47/+50
2018-06-30dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur1-7/+8
2018-06-30fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur1-0/+8
2018-06-30bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru3-0/+13
2018-06-30cnic: tidy up a size calculationDan Carpenter1-1/+1
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva5-5/+9
2018-06-30net: stmmac: Add support for CBS QDISCJose Abreu4-0/+87
2018-06-29Merge tag 'mlx5e-updates-2018-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller13-48/+252
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2-3/+6
2018-06-29cxgb4: Support ethtool private flagsArjun Vynipadath1-0/+42
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath3-4/+383
2018-06-29net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu1-0/+69
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+14
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan1-4/+4
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan3-4/+2
2018-06-29net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li1-4/+0
2018-06-29net: hns3: print the ret value in error informationPeng Li1-6/+11
2018-06-29net: hns3: extraction an interface for state init|uninitPeng Li1-16/+26
2018-06-29net: hns3: remove unused head file in hnae3.cPeng Li1-1/+0
2018-06-29net: hns3: add unlikely for error checkPeng Li1-2/+2
2018-06-29net: hns3: add l4_type check for both ipv4 and ipv6Peng Li1-5/+5
2018-06-29net: hns3: add vector status check before free vectorPeng Li2-0/+12
2018-06-29net: hns3: rename the interface for init_client_instance and uninit_client_instancePeng Li1-22/+9
2018-06-29net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vectorPeng Li1-10/+14
2018-06-28net/mlx5e: Update NIC HW stats on demand onlySaeed Mahameed3-6/+8
2018-06-28net/mlx5e: Add counter for total num of NOP operationsTariq Toukan2-0/+3
2018-06-28net/mlx5e: Add counter for MPWQE filler stridesTariq Toukan3-6/+14
2018-06-28net/mlx5e: Add channel events counterTariq Toukan3-1/+7
2018-06-28net/mlx5e: Add a counter for congested UMRsTariq Toukan4-0/+12
2018-06-28net/mlx5e: Add NAPI statisticsTariq Toukan3-0/+21
2018-06-28net/mlx5e: Add XDP_TX completions statisticsTariq Toukan3-0/+7
2018-06-28net/mlx5e: Add TX completions statisticsTariq Toukan3-3/+13
2018-06-28net/mlx5e: RX, Use existing WQ local variableTariq Toukan1-1/+1
2018-06-28net/mlx5e: Convert large order kzalloc allocations to kvzallocTariq Toukan1-22/+22
2018-06-28net/mlx5e: Add UDP GSO remaining counterBoris Pismenny3-0/+5
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny6-9/+139