summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
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-12Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller
2021-02-12rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko
2021-02-12mptcp: add netlink event supportFlorian Westphal
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal
2021-02-12mptcp: pass subflow socket to a few helpersFlorian Westphal
2021-02-12mptcp: move subflow close loop after sk close checkFlorian Westphal
2021-02-12mptcp: schedule worker when subflow is closedFlorian Westphal
2021-02-12mptcp: split __mptcp_close_ssk helperFlorian Westphal
2021-02-12mptcp: move pm netlink work into pm_netlinkFlorian Westphal
2021-02-12cfg80211/mac80211: Support disabling HE modeBen Greear
2021-02-12mac80211: add STBC encoding to ieee80211_parse_tx_radiotapPhilipp Borgers
2021-02-12mac80211: minstrel_ht: remove sample rate switching code for constrained devicesFelix Fietkau
2021-02-12mac80211: minstrel_ht: show sampling rates in debugfsFelix Fietkau
2021-02-12mac80211: minstrel_ht: significantly redesign the rate probing strategyFelix Fietkau
2021-02-12mac80211: minstrel_ht: reduce the need to sample slower ratesFelix Fietkau
2021-02-12mac80211: minstrel_ht: update total packets counter in tx status pathFelix Fietkau
2021-02-12mac80211: minstrel_ht: use bitfields to encode rate indexesFelix Fietkau
2021-02-12cfg80211: initialize reg_rule in __freq_reg_info()Luca Coelho
2021-02-12mac80211: fix potential overflow when multiplying to u32 integersColin Ian King
2021-02-12mac80211: enable QoS support for nl80211 ctrl portMarkus Theil
2021-02-12cfg80211: remove unused callbackMatteo Croce
2021-02-11net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan
2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister
2021-02-11net: hsr: add offloading supportGeorge McCollister
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister
2021-02-11tcp: add some entropy in __inet_hash_connect()Eric Dumazet
2021-02-11tcp: change source port randomizarion at connect() timeEric Dumazet