aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-02-12appletalk: Fix skb allocation size in loopback caseDoug Brown
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-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer
2021-02-13bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer
2021-02-13bpf: Remove MTU check in __bpf_skb_max_lenJesper Dangaard Brouer
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-11mptcp: add a missing retransmission timer schedulingPaolo Abeni
2021-02-11mptcp: better msk receive window updatesPaolo Abeni
2021-02-11mptcp: init mptcp request socket earlierPaolo Abeni
2021-02-11mptcp: fix spurious retransmissionsPaolo Abeni
2021-02-11mptcp: fix poll after shutdownPaolo Abeni
2021-02-11mptcp: deliver ssk errors to mskPaolo Abeni
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-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
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
2021-02-10rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells
2021-02-10net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds