aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao3-2/+8
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-29net/sched: add tunnel option support to act_tunnel_keySimon Horman2-4/+236
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren7-7/+23
2018-06-29net/sched: act_tunnel_key: add extended ack supportSimon Horman1-6/+21
2018-06-29net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman1-1/+4
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-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long3-7/+57
2018-06-29net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu2-0/+70
2018-06-29tg3: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+14
2018-06-29ila: Flush netlink command to clear xlat tableTom Herbert4-2/+68
2018-06-29ila: Create main ila source fileTom Herbert5-147/+168
2018-06-29ila: Call library function alloc_bucket_locksTom Herbert1-18/+5
2018-06-29ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert1-16/+54
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
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner2-6/+5
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner12-21/+44
2018-06-28net sched actions: avoid bitwise operation on signed value in peditRoman Mashak1-1/+1
2018-06-28net sched actions: fix misleading text strings in pedit actionRoman Mashak1-5/+5
2018-06-28net sched actions: use sizeof operator for buffer lengthRoman Mashak1-2/+2
2018-06-28net sched actions: fix sparse warningRoman Mashak1-3/+3
2018-06-28net sched actions: fix coding style in pedit headersRoman Mashak2-2/+8
2018-06-28net sched actions: fix coding style in pedit actionRoman Mashak1-13/+16