summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan2020-12-141-0/+5
* tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck2020-12-141-1/+16
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2020-12-141-0/+6
* net: bridge: Fix a warning when del bridge sysfsWang Hai2020-12-141-1/+4
* mptcp: let MPTCP create max size skbsPaolo Abeni2020-12-141-5/+9
* mptcp: pm: simplify select_local_address()Paolo Abeni2020-12-141-4/+2
* mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal2020-12-143-0/+54
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-142-6/+9
* mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal2020-12-141-1/+6
* mptcp: use MPTCPOPT_HMAC_LEN macroGeliang Tang2020-12-141-1/+1
* mptcp: remove address when netlink flushes addrsGeliang Tang2020-12-141-5/+10
* mptcp: attach subflow socket to parent cgroupNicolas Rybowski2020-12-141-0/+27
* net: openvswitch: fix TTL decrement exception action executionEelco Chaudron2020-12-141-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-1419-114/+465
|\
| * netfilter: nftables: netlink support for several set element expressionsPablo Neira Ayuso2020-12-122-6/+143
| * netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso2020-12-123-47/+168
| * netfilter: nftables: generalize set expressions supportPablo Neira Ayuso2020-12-122-27/+66
| * netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal2020-12-124-22/+48
| * netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-017-11/+17
| * netfilter: nfnl_acct: remove data from struct netWang Shanker2020-12-011-9/+29
| * netfilter: Remove unnecessary conversion to boolKaixu Xia2020-12-011-1/+1
| * ipvs: replace atomic_add_return()Yejune Deng2020-11-222-3/+3
| * netfilter: nft_reject_bridge: fix build errors due to code movementRandy Dunlap2020-11-221-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-147-24/+40
|\ \
| * | bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-0/+18
| * | xsk: Validate socket state in xsk_recvmsg, prior touching socket membersBjörn Töpel2020-12-081-2/+2
| * | bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest2020-12-041-0/+1
| * | net: Remove the err argument from sock_from_fileFlorent Revest2020-12-044-22/+19
* | | net: x25: Remove unimplemented X.25-over-LLC code stubsXie He2020-12-123-24/+2
* | | inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-8/+39
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-7/+67
|\ \ \
| * | | xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-7/+67
* | | | Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-1227-202/+793
|\ \ \ \
| * | | | mac80211: add ieee80211_set_sar_specsCarl Huang2020-12-111-0/+12
| * | | | nl80211: add common API to configure SAR power limitationsCarl Huang2020-12-113-0/+214
| * | | | mac80211: fix a mistake check for rx_stats updateWen Gong2020-12-111-1/+1
| * | | | mac80211: mlme: save ssid info to ieee80211_bss_conf while assocWen Gong2020-12-111-0/+5
| * | | | mac80211: Update rate control on channel changeIlan Peer2020-12-111-0/+61
| * | | | mac80211: don't filter out beacons once we start CSAEmmanuel Grumbach2020-12-111-0/+1
| * | | | mac80211: Fix calculation of minimal channel widthIlan Peer2020-12-112-5/+6
| * | | | mac80211: ignore country element TX power on 6 GHzJohannes Berg2020-12-111-1/+9
| * | | | mac80211: use bitfield helpers for BA session action framesJohannes Berg2020-12-112-10/+10
| * | | | mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern2020-12-112-8/+67
| * | | | mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-111-4/+10
| * | | | mac80211: support driver-based disconnect with reconnect hintJohannes Berg2020-12-113-20/+76
| * | | | cfg80211: support immediate reconnect request hintJohannes Berg2020-12-115-28/+46
| * | | | mac80211: use struct assignment for he_obss_pdJohannes Berg2020-12-111-2/+1
| * | | | cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg2020-12-111-2/+1
| * | | | nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2020-12-113-11/+49
| * | | | cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-113-8/+13