summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde17-21/+29
2021-03-30can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde1-1/+5
2021-03-30can: dev: always create TX echo skbMarc Kleine-Budde1-2/+8
2021-03-30MAINTAINERS: Update MCAN MMIO device driver maintainerPankaj Sharma1-1/+1
2021-03-30MAINTAINERS: remove Dan Murphy from m_can and tcan4x5xMarc Kleine-Budde1-8/+0
2021-03-29hv_netvsc: Add error handling while switching data pathHaiyang Zhang3-11/+48
2021-03-29tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-03-29ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-29ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy2-2/+3
2021-03-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller6-80/+496
2021-03-29net: mhi: Allow decoupled MTU/MRULoic Poulain3-1/+15
2021-03-29net: mhi: Add support for non-linear MBIM skb processingLoic Poulain1-26/+25
2021-03-29ieee802154: hwsim: remove redundant initialization of variable resColin Ian King1-1/+1
2021-03-29Documentation: net: Document resilient next-hop groupsPetr Machata2-0/+294
2021-03-29net: mdio: Correct function name mdio45_links_ok() in commentYang Yingliang1-1/+1
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
2021-03-29net: phy: Correct function name mdiobus_register_board_info() in commentYang Yingliang1-1/+1
2021-03-29Merge branch 'mlxsw-sampling-fixes'David S. Miller4-22/+76
2021-03-29selftests: mlxsw: Test vetoing of double samplingIdo Schimmel1-0/+30
2021-03-29mlxsw: spectrum: Veto sampling if already enabled on portIdo Schimmel1-0/+5
2021-03-29selftests: mlxsw: Test matchall failure with protocol matchIdo Schimmel1-0/+17
2021-03-29mlxsw: spectrum_matchall: Perform priority checks earlierIdo Schimmel1-18/+13
2021-03-29mlxsw: spectrum_matchall: Convert if statements to a switch statementIdo Schimmel1-3/+6
2021-03-29mlxsw: spectrum_matchall: Perform protocol check earlierIdo Schimmel1-3/+7
2021-03-29Merge branch 'marvell-cleanups'David S. Miller4-15/+21
2021-03-29net: marvell: Fix an alignment problemYangyang Li1-1/+1
2021-03-29net: marvell: Delete extra spacesYangyang Li2-3/+4
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li3-7/+14
2021-03-29net: marvell: Delete duplicate word in commentsYangyang Li2-4/+2
2021-03-29Merge branch 'hns3-misc'David S. Miller11-179/+321
2021-03-29net: hns3: add stats logging when skb padding failsYunsheng Lin1-0/+5
2021-03-29net: hns3: expand the tc config commandGuojia Liao2-2/+8
2021-03-29net: hns3: add tx send size handling for tso skbYunsheng Lin2-8/+24
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin3-41/+78
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo7-109/+182
2021-03-29net: hns3: remove the rss_size limitation by vector numJian Shen1-9/+0
2021-03-29net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang1-7/+20
2021-03-29net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()Jian Shen1-1/+1
2021-03-29net: hns3: fix missing rule state assignmentJian Shen1-3/+4
2021-03-29net: mscc: ocelot: remove redundant dev_err call in vsc9959_mdio_bus_alloc()Guobin Huang1-3/+1
2021-03-29net: stmmac: remove redundant dev_err call in qcom_ethqos_probe()Guobin Huang1-1/+0
2021-03-29net: axienet: Remove redundant dev_err call in axienet_probe()Guobin Huang1-1/+0
2021-03-29net: mdio: Remove redundant dev_err call in mdio_mux_iproc_probe()Guobin Huang1-3/+1
2021-03-29lan743x: remove redundant intializations of pointers adapter and phydevColin Ian King1-2/+2
2021-03-29igc: Add support for XDP_REDIRECT actionAndre Guedes1-11/+73
2021-03-29igc: Add support for XDP_TX actionAndre Guedes4-11/+204
2021-03-29igc: Add initial XDP supportAndre Guedes5-12/+153
2021-03-29igc: Add set/clear large buffer helpersAndre Guedes1-0/+4