summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-12net: dsa: add support for offloading HSRGeorge McCollister4-0/+83
2021-02-12net: hsr: add offloading supportGeorge McCollister9-26/+52
2021-02-12net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2021-02-12tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-12tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2021-02-11rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells1-0/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller18-66/+111
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-63/+107
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-14/+17
2021-02-10vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang2-2/+86
2021-02-10net: implement threaded-able napi poll loop supportWei Wang1-0/+112