summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-15net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean1-138/+9
2021-02-15net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean1-4/+3
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2-11/+10
2021-02-14skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-14skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5
2021-02-14skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-13/+81
2021-02-14skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin1-45/+45
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin2-18/+1
2021-02-14skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin1-17/+1
2021-02-14skbuff: simplify __alloc_skb() a bitAlexander Lobakin1-6/+5
2021-02-14skbuff: make __build_skb_around() return voidAlexander Lobakin1-7/+6
2021-02-14skbuff: simplify kmalloc_reserve()Alexander Lobakin1-5/+2
2021-02-14skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin1-142/+142
2021-02-13tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2-22/+7
2021-02-13net: dsa: act as passthrough for bridge port flagsVladimir Oltean3-23/+24
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean3-20/+26
2021-02-13net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-13net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean4-14/+21
2021-02-13net: bridge: offload all port flags at once in br_setportVladimir Oltean2-76/+39
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean2-4/+10
2021-02-13Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller10-425/+473
2021-02-13rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko1-0/+2
2021-02-13mptcp: add netlink event supportFlorian Westphal4-7/+290
2021-02-13mptcp: avoid lock_fast usage in accept pathFlorian Westphal2-3/+34
2021-02-13mptcp: pass subflow socket to a few helpersFlorian Westphal5-8/+8
2021-02-13mptcp: move subflow close loop after sk close checkFlorian Westphal1-3/+3
2021-02-13mptcp: schedule worker when subflow is closedFlorian Westphal2-2/+27
2021-02-13mptcp: split __mptcp_close_ssk helperFlorian Westphal3-7/+13
2021-02-13mptcp: move pm netlink work into pm_netlinkFlorian Westphal3-42/+42
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear2-0/+10
2021-02-12mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers1-0/+9
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2-103/+9
2021-02-12mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau1-2/+16
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2-239/+336
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2-12/+8
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau1-11/+10
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau3-64/+79
2021-02-12cfg80211: initialize reg_rule in __freq_reg_info()Luca Coelho1-1/+1
2021-02-12mac80211: fix potential overflow when multiplying to u32 integersColin Ian King1-1/+1
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2-12/+21
2021-02-12cfg80211: remove unused callbackMatteo Croce1-7/+0
2021-02-12net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan1-0/+1
2021-02-12net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2-1/+5
2021-02-12tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+10
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang3-14/+50
2021-02-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller12-245/+1188
2021-02-12net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-02-12net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-12net: initialize net->net_cookie at netns setupEric Dumazet2-21/+6
2021-02-12net: dsa: xrs700x: add HSR offloading supportGeorge McCollister1-1/+6