summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-3/+3
2021-02-12Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller10-425/+473
2021-02-12rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko1-0/+2
2021-02-12appletalk: Fix skb allocation size in loopback caseDoug Brown1-12/+21
2021-02-12mptcp: add netlink event supportFlorian Westphal4-7/+290
2021-02-12mptcp: avoid lock_fast usage in accept pathFlorian Westphal2-3/+34
2021-02-12mptcp: pass subflow socket to a few helpersFlorian Westphal5-8/+8
2021-02-12mptcp: move subflow close loop after sk close checkFlorian Westphal1-3/+3
2021-02-12mptcp: schedule worker when subflow is closedFlorian Westphal2-2/+27
2021-02-12mptcp: split __mptcp_close_ssk helperFlorian Westphal3-7/+13
2021-02-12mptcp: move pm netlink work into pm_netlinkFlorian Westphal3-42/+42
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2-21/+17
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer1-0/+114
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer1-7/+15
2021-02-13bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer1-3/+10
2021-02-13bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer1-8/+4
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-11net/tls: Select SOCK_RX_QUEUE_MAPPING from TLS_DEVICETariq Toukan1-0/+1
2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2-1/+5
2021-02-11mptcp: add a missing retransmission timer schedulingPaolo Abeni2-2/+4
2021-02-11mptcp: better msk receive window updatesPaolo Abeni3-21/+27
2021-02-11mptcp: init mptcp request socket earlierPaolo Abeni1-24/+16
2021-02-11mptcp: fix spurious retransmissionsPaolo Abeni2-11/+3
2021-02-11mptcp: fix poll after shutdownPaolo Abeni1-1/+3
2021-02-11mptcp: deliver ssk errors to mskPaolo Abeni3-0/+54
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+10
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang3-14/+50
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+12
2021-02-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernDavid S. Miller12-245/+1188
2021-02-11net: fib_notifier: don't return positive values on fib registrationVlad Buslov1-2/+3
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet2-21/+6
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister1-1/+6
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister4-0/+83
2021-02-11net: hsr: add offloading supportGeorge McCollister9-26/+52
2021-02-11net: hsr: generate supervision frame without HSR/PRP tagGeorge McCollister2-33/+14
2021-02-11tcp: add some entropy in __inet_hash_connect()Eric Dumazet1-0/+5
2021-02-11tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2021-02-10rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells1-0/+1