summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-02net: phy: marvell: replace phy_modify()Yejune Deng1-8/+8
2020-12-02Merge branch 's390-ctcm-updates-2020-11-30'Jakub Kicinski4-103/+24
2020-12-02s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2-6/+1
2020-12-02s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-02s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-02s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior3-53/+9
2020-12-02net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUTChris Packham1-1/+0
2020-12-02net: delete __dev_getfirstbyhwtypeVladimir Oltean2-14/+0
2020-12-02Merge branch 'net-tipc-fix-all-kernel-doc-and-add-tipc-networking-chapter'Jakub Kicinski19-113/+403
2020-12-02net/tipc: add TIPC chapter to networking DocumentationRandy Dunlap2-0/+101
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap9-68/+68
2020-12-02net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-02net/tipc: fix node.c kernel-docRandy Dunlap1-1/+25
2020-12-02net/tipc: fix name_table.c kernel-docRandy Dunlap1-7/+35
2020-12-02net/tipc: fix name_distr.c kernel-docRandy Dunlap1-0/+27
2020-12-02net/tipc: fix link.c kernel-docRandy Dunlap1-2/+36
2020-12-02net/tipc: fix bearer.c for kernel-docRandy Dunlap1-1/+19
2020-12-02net/tipc: fix various kernel-doc warningsRandy Dunlap9-19/+40
2020-12-02net/tipc: fix tipc header files for kernel-docRandy Dunlap5-14/+24
2020-12-02Merge branch 'mlxsw-add-support-for-802-1ad-bridging'Jakub Kicinski8-21/+657
2020-12-02selftests: forwarding: Add QinQ veto testingDanielle Ratson1-0/+296
2020-12-02mlxsw: Add QinQ configuration vetoesDanielle Ratson3-0/+77
2020-12-02bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson2-2/+16
2020-12-02mlxsw: spectrum_switchdev: Add support of QinQ trafficAmit Cohen3-2/+65
2020-12-02mlxsw: spectrum_switchdev: Create common functions for VLAN-aware bridgeAmit Cohen1-7/+22
2020-12-02mlxsw: Make EtherType configurable when pushing VLAN at ingressAmit Cohen4-13/+48
2020-12-02mlxsw: spectrum: Only treat 802.1q packets as tagged packetsAmit Cohen1-0/+26
2020-12-02mlxsw: reg: Add et_vlan field to SPVID registerAmit Cohen1-0/+11
2020-12-02mlxsw: reg: Add Switch Port VLAN Classification RegisterAmit Cohen1-0/+99
2020-12-02Merge branch 'net-hns3-updates-for-next'Jakub Kicinski10-52/+207
2020-12-02net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-02net: hns3: add a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-02net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan8-8/+33
2020-12-02net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan8-18/+74
2020-12-02net: hns3: add support for RX completion checksumHuazhong Tan3-0/+29
2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn1-1/+1
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver3-31/+13
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov3-13/+11
2020-12-01Merge tag 'linux-can-next-for-5.11-20201130' of git://git.kernel.org/pub/scm/...Jakub Kicinski8-79/+151
2020-12-01net: wan: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-01Merge branch 'mptcp-avoid-workqueue-usage-for-data'Jakub Kicinski7-235/+598
2020-12-01mptcp: use mptcp release_cb for delayed tasksPaolo Abeni4-117/+168
2020-12-01mptcp: avoid a few atomic ops in the rx pathPaolo Abeni4-43/+34
2020-12-01mptcp: allocate TX skbs in msk contextPaolo Abeni2-42/+210
2020-12-01mptcp: protect the rx path with the msk socket spinlockPaolo Abeni2-47/+107
2020-12-01mptcp: implement wmem reservationPaolo Abeni2-7/+86