summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-04netfilter: move handlers to net/ip_vs.hLeon Romanovsky
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky
2021-02-04ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky
2021-02-04net: hns3: remove redundant null check of an arrayColin Ian King
2021-02-04nfc: pn533: Fix typo issuewengjianfeng
2021-02-04Merge branch 'net-enable-udp-v6-sockets-receiving-v4-packets-with-udp'Jakub Kicinski
2021-02-04rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-02-04net-loopback: set lo dev initial state to UPJian Yang
2021-02-04Merge branch 'net-consolidate-page_is_pfmemalloc-usage'Jakub Kicinski
2021-02-04net: page_pool: simplify page recycling condition testsAlexander Lobakin
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-02-04net: introduce common dev_page_is_reusable()Alexander Lobakin
2021-02-04skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin
2021-02-04mm: constify page_is_pfmemalloc() argumentAlexander Lobakin
2021-02-04net: fix building errors on powerpc when CONFIG_RETPOLINE is not setBrian Vazquez
2021-02-04net: add EXPORT_INDIRECT_CALLABLE wrapperBrian Vazquez
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner
2021-02-04drivers: net: xen-netfront: Simplify the calculation of variablesJiapeng Chong
2021-02-04Merge branch 'gtp'Jakub Kicinski
2021-02-04gtp: update rx_length_errors for abnormally short packetsJonas Bonn
2021-02-04gtp: set device typeJonas Bonn
2021-02-04gtp: drop unnecessary call to skb_dst_dropJonas Bonn
2021-02-04gtp: really check namespaces before xmitJonas Bonn
2021-02-04gtp: include role in link infoJonas Bonn
2021-02-04gtp: set initial MTUJonas Bonn
2021-02-04Revert "GTP: add support for flow based tunneling API"Jonas Bonn
2021-02-04net: tracepoint: exposing sk_family in all tcp:tracepointsHariharan Ananthakrishnan
2021-02-03tcp: use a smaller percpu_counter batch size for sk_allocWei Wang
2021-02-03Merge branch 'support-setting-lanes-via-ethtool'Jakub Kicinski
2021-02-03net: selftests: Add lanes setting testDanielle Ratson
2021-02-03mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson
2021-02-03mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson
2021-02-03mlxsw: ethtool: Remove max lanes filteringDanielle Ratson
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean
2021-02-03Merge branch 'chelsio-cxgb-use-threaded-interrupts-for-deferred-work'Jakub Kicinski
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior
2021-02-03Merge branch 'support-for-octeontx2-98xx-cpt-block'Jakub Kicinski
2021-02-03octeontx2-af: Handle CPT function level resetSrujana Challa
2021-02-03octeontx2-af: Add support for CPT1 in debugfsSrujana Challa
2021-02-03octeontx2-af: Mailbox changes for 98xx CPT blockSrujana Challa
2021-02-03net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans
2021-02-03e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee
2021-02-03e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia