summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-053-6/+14
* ipv6: move udp declarations to net/udp.hLeon Romanovsky2021-02-052-2/+4
* ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky2021-02-051-1/+1
* net: hns3: remove redundant null check of an arrayColin Ian King2021-02-051-3/+0
* nfc: pn533: Fix typo issuewengjianfeng2021-02-051-2/+2
* Merge branch 'net-enable-udp-v6-sockets-receiving-v4-packets-with-udp'Jakub Kicinski2021-02-056-14/+13
|\
| * rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long2021-02-051-5/+2
| * udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-055-9/+11
|/
* net-loopback: set lo dev initial state to UPJian Yang2021-02-051-0/+6
* Merge branch 'net-consolidate-page_is_pfmemalloc-usage'Jakub Kicinski2021-02-0513-106/+46
|\
| * net: page_pool: simplify page recycling condition testsAlexander Lobakin2021-02-051-10/+4
| * net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-0510-93/+23
| * net: introduce common dev_page_is_reusable()Alexander Lobakin2021-02-051-0/+16
| * skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin2021-02-051-2/+2
| * mm: constify page_is_pfmemalloc() argumentAlexander Lobakin2021-02-051-1/+1
|/
* net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez2021-02-052-4/+4
* net: add EXPORT_INDIRECT_CALLABLE wrapperBrian Vazquez2021-02-051-0/+2
* netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner2021-02-053-0/+43
* drivers: net: xen-netfront: Simplify the calculation of variablesJiapeng Chong2021-02-041-1/+1
* Merge branch 'gtp'Jakub Kicinski2021-02-045-399/+160
|\
| * gtp: update rx_length_errors for abnormally short packetsJonas Bonn2021-02-041-2/+8
| * gtp: set device typeJonas Bonn2021-02-041-0/+5
| * gtp: drop unnecessary call to skb_dst_dropJonas Bonn2021-02-041-2/+0
| * gtp: really check namespaces before xmitJonas Bonn2021-02-041-1/+3
| * gtp: include role in link infoJonas Bonn2021-02-041-1/+4
| * gtp: set initial MTUJonas Bonn2021-02-041-5/+6
| * Revert "GTP: add support for flow based tunneling API"Jonas Bonn2021-02-045-398/+144
|/
* net: tracepoint: exposing sk_family in all tcp:tracepointsHariharan Ananthakrishnan2021-02-041-4/+16
* tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-041-2/+6
* Merge branch 'support-setting-lanes-via-ethtool'Jakub Kicinski2021-02-0413-231/+626
|\
| * net: selftests: Add lanes setting testDanielle Ratson2021-02-043-0/+249
| * mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson2021-02-042-23/+30
| * mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson2021-02-042-41/+78
| * mlxsw: ethtool: Remove max lanes filteringDanielle Ratson2021-02-042-22/+15
| * ethtool: Expose the number of lanes in useDanielle Ratson2021-02-041-0/+8
| * ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-045-156/+174
| * ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-045-21/+93
| * ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson2021-02-041-8/+19
|/
* net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean2021-02-041-1/+9
* Merge branch 'chelsio-cxgb-use-threaded-interrupts-for-deferred-work'Jakub Kicinski2021-02-045-81/+99
|\
| * chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior2021-02-045-27/+44
| * chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior2021-02-045-54/+55
|/
* Merge branch 'support-for-octeontx2-98xx-cpt-block'Jakub Kicinski2021-02-046-60/+178
|\
| * octeontx2-af: Handle CPT function level resetSrujana Challa2021-02-044-0/+102
| * octeontx2-af: Add support for CPT1 in debugfsSrujana Challa2021-02-042-44/+49
| * octeontx2-af: Mailbox changes for 98xx CPT blockSrujana Challa2021-02-042-16/+27
|/
* net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans2021-02-041-4/+2
* net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter2021-02-041-1/+3
* net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter2021-02-043-34/+33
* Merge branch 'net-use-indirect_call-in-some-dst_ops'Jakub Kicinski2021-02-039-16/+60
|\