summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso
2021-02-15netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso
2021-02-15netfilter: nftables: add helper function to release one tablePablo Neira Ayuso
2021-02-13Merge branch 'skbuff-introduce-skbuff_heads-bulking-and-reusing'David S. Miller
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-13skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin
2021-02-13skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin
2021-02-13skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin
2021-02-13skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-13skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin
2021-02-13skbuff: simplify __alloc_skb() a bitAlexander Lobakin
2021-02-13skbuff: make __build_skb_around() return voidAlexander Lobakin
2021-02-13skbuff: simplify kmalloc_reserve()Alexander Lobakin
2021-02-13skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin
2021-02-12Merge branch 'Xilinx-axienet-updates'David S. Miller
2021-02-12net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock
2021-02-12dt-bindings: net: xilinx_axienet: add xlnx,switch-x-sgmii attributeRobert Hancock
2021-02-12net: axienet: hook up nway_reset ethtool operationRobert Hancock
2021-02-12Merge branch 'tcp-mem-pressure-vs-SO_RCVLOWAT'David S. Miller
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-02-12tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet
2021-02-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2021-02-12Merge branch 'tc-mpls-selftests'David S. Miller
2021-02-12selftests: tc: Add generic mpls matching support for tc-flowerGuillaume Nault
2021-02-12selftests: tc: Add basic mpls_* matching support for tc-flowerGuillaume Nault
2021-02-12Merge branch 'brport-flags'David S. Miller
2021-02-12net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean
2021-02-12net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean
2021-02-12net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean
2021-02-12net: bridge: offload all port flags at once in br_setportVladimir Oltean
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean
2021-02-12octeontx2: Fix condition.David S. Miller
2021-02-12Merge branch 'ipa-cleanups'David S. Miller
2021-02-12net: ipa: introduce gsi_channel_initialized()Alex Elder
2021-02-12net: ipa: introduce ipa_table_hash_support()Alex Elder
2021-02-12net: ipa: fix register write command validationAlex Elder
2021-02-12net: ipa: use dev_err_probe() in ipa_clock.cAlex Elder
2021-02-12net: ipa: use a separate pointer for adjusted GSI memoryAlex Elder
2021-02-12Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller
2021-02-12octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()Gustavo A. R. Silva
2021-02-12octeontx2-af: Fix spelling mistake "recievd" -> "received"Colin Ian King
2021-02-12Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller
2021-02-12rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko
2021-02-12Merge branch 'mptcp-genl-events'David S. Miller