summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean2021-02-141-15/+53
* net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean2021-02-141-11/+21
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-138/+9
* net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean2021-02-141-4/+3
* skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-132-11/+10
* skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin2021-02-131-2/+3
* skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin2021-02-131-1/+5
* skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin2021-02-131-13/+81
* skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin2021-02-131-45/+45
* skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-132-18/+1
* skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin2021-02-131-17/+1
* skbuff: simplify __alloc_skb() a bitAlexander Lobakin2021-02-131-6/+5
* skbuff: make __build_skb_around() return voidAlexander Lobakin2021-02-131-7/+6
* skbuff: simplify kmalloc_reserve()Alexander Lobakin2021-02-131-5/+2
* skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin2021-02-131-142/+142
* tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-122-22/+7
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-123-23/+24
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-123-20/+26
* net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean2021-02-121-7/+38
* net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean2021-02-124-14/+21
* net: bridge: offload all port flags at once in br_setportVladimir Oltean2021-02-122-76/+39
* net: switchdev: propagate extack to port attributesVladimir Oltean2021-02-122-4/+10
* Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller2021-02-1210-425/+473
|\
| * cfg80211/mac80211: Support disabling HE modeBen Greear2021-02-122-0/+10
| * mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers2021-02-121-0/+9
| * mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau2021-02-122-103/+9
| * mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau2021-02-121-2/+16
| * mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau2021-02-122-239/+336
| * mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau2021-02-122-12/+8
| * mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau2021-02-121-11/+10
| * mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau2021-02-123-64/+79
| * cfg80211: initialize reg_rule in __freq_reg_info()Luca Coelho2021-02-121-1/+1
| * mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-02-121-1/+1
| * mac80211: enable QoS support for nl80211 ctrl portMarkus Theil2021-02-122-12/+21
| * cfg80211: remove unused callbackMatteo Croce2021-02-121-7/+0
* | rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko2021-02-121-0/+2
* | mptcp: add netlink event supportFlorian Westphal2021-02-124-7/+290
* | mptcp: avoid lock_fast usage in accept pathFlorian Westphal2021-02-122-3/+34
* | mptcp: pass subflow socket to a few helpersFlorian Westphal2021-02-125-8/+8
* | mptcp: move subflow close loop after sk close checkFlorian Westphal2021-02-121-3/+3
* | mptcp: schedule worker when subflow is closedFlorian Westphal2021-02-122-2/+27
* | mptcp: split __mptcp_close_ssk helperFlorian Westphal2021-02-123-7/+13
* | mptcp: move pm netlink work into pm_netlinkFlorian Westphal2021-02-123-42/+42
* | net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan2021-02-111-0/+1
* | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-112-1/+5
|/
* tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy2021-02-111-1/+10
* net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-113-14/+50
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller2021-02-1112-245/+1188
|\
| * Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_completeHoward Chung2021-02-031-1/+1
| * Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-02-021-0/+3