summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-10696/+12807
2020-12-14net: fix proc_fs init handling in af_packet and tlsYonatan Linik-0/+5
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv-1/+3
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan-0/+5
2020-12-14tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck-1/+16
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin-0/+6
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai-1/+4
2020-12-14mptcp: let MPTCP create max size skbsPaolo Abeni-5/+9
2020-12-14mptcp: pm: simplify select_local_address()Paolo Abeni-4/+2
2020-12-14mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal-0/+54
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal-6/+9
2020-12-14mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal-1/+6
2020-12-14mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang-1/+1
2020-12-14mptcp: remove address when netlink flushes addrsGeliang Tang-5/+10
2020-12-14mptcp: attach subflow socket to parent cgroupNicolas Rybowski-0/+27
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron-9/+6
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds-9/+9
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-114/+465
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-24/+40
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+3
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He-24/+2
2020-12-12inet: frags: batch fqdir destroy worksSeongJae Park-8/+39
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-7/+67
2020-12-12netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso-6/+143
2020-12-12netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso-47/+168
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski-202/+793
2020-12-12netfilter: nftables: generalize set expressions supportPablo Neira Ayuso-27/+66
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal-22/+48
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-131/+197
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang-0/+12
2020-12-11nl80211: add common API to configure SAR power limitationsCarl Huang-0/+214
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong-1/+1
2020-12-11mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong-0/+5
2020-12-11mac80211: Update rate control on channel changeIlan Peer-0/+61
2020-12-11mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach-0/+1
2020-12-11mac80211: Fix calculation of minimal channel widthIlan Peer-5/+6
2020-12-11mac80211: ignore country element TX power on 6 GHzJohannes Berg-1/+9
2020-12-11mac80211: use bitfield helpers for BA session action framesJohannes Berg-10/+10
2020-12-11mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern-8/+67
2020-12-11mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg-4/+10
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg-20/+76
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg-28/+46
2020-12-11mac80211: use struct assignment for he_obss_pdJohannes Berg-2/+1
2020-12-11cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg-2/+1
2020-12-11nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam-11/+49
2020-12-11cfg80211: include block-tx flag in channel switch started eventJohannes Berg-8/+13
2020-12-11mac80211: disallow band-switch during CSAJohannes Berg-3/+15