summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpersToke Høiland-Jørgensen2020-12-141-8/+6
* net: Limit logical shift left of TCP probe0 timeoutCambda Zhu2020-12-141-1/+3
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-12-145-46/+63
|\
| * netfilter: nftables: generalize set extension to support for several expressionsPablo Neira Ayuso2020-12-121-8/+28
| * netfilter: nftables: move nft_expr before nft_setPablo Neira Ayuso2020-12-121-28/+26
| * netfilter: nftables: generalize set expressions supportPablo Neira Ayuso2020-12-121-1/+4
| * netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal2020-12-121-1/+1
| * netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-012-5/+4
| * netfilter: nfnl_acct: remove data from struct netWang Shanker2020-12-011-3/+0
* | inet: frags: batch fqdir destroy worksSeongJae Park2020-12-121-0/+1
* | Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-122-18/+92
|\ \
| * | mac80211: add ieee80211_set_sar_specsCarl Huang2020-12-111-0/+2
| * | nl80211: add common API to configure SAR power limitationsCarl Huang2020-12-111-0/+52
| * | mac80211: support driver-based disconnect with reconnect hintJohannes Berg2020-12-111-0/+11
| * | cfg80211: support immediate reconnect request hintJohannes Berg2020-12-111-1/+3
| * | cfg80211: remove struct ieee80211_he_bss_colorJohannes Berg2020-12-111-13/+0
| * | cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-111-1/+2
| * | cfg80211: Parse SAE H2E only membership selectorIlan Peer2020-12-111-1/+2
| * | mac80211: support MIC error/replay detected counters driver updateJohannes Berg2020-12-111-0/+20
| * | mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz2020-12-111-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-113-4/+4
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-101-2/+0
| |\ \
| | * | xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-2/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-091-0/+4
| |\ \ \
| | * | | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-081-0/+4
| * | | | bonding: fix feature flag setting at init timeJarod Wilson2020-12-081-2/+0
| |/ / /
* | | | mptcp: add port support for ADD_ADDR suboption writingGeliang Tang2020-12-091-0/+1
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-12-083-8/+75
|\ \ \ \
| * | | | Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler2020-12-071-5/+10
| * | | | Bluetooth: Query LE tx power on startupDaniel Winkler2020-12-072-0/+9
| * | | | Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler2020-12-071-1/+4
| * | | | Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2020-12-072-0/+36
| * | | | Bluetooth: Add helper to set adv dataDaniel Winkler2020-12-071-0/+3
| * | | | Bluetooth: Add toggle to switch off interleave scanHoward Chung2020-12-071-0/+1
| * | | | Bluetooth: Interleave with allowlist scanHoward Chung2020-12-071-0/+10
| * | | | Bluetooth: fix typo in struct nameReo Shiseki2020-12-071-2/+2
* | | | | net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-041-0/+34
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-045-5/+39
|\ \ \ \ \
| * | | | | bpf: Adds support for setting window clampPrankur gupta2020-12-031-0/+1
| * | | | | net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann2020-12-011-3/+7
| * | | | | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-012-5/+17
| * | | | | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-012-2/+7
| * | | | | net: Introduce preferred busy-pollingBjörn Töpel2020-12-012-2/+7
| * | | | | xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-171-0/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-033-1/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | inet_ecn: Fix endianness of checksum update when setting ECT(1)Toke Høiland-Jørgensen2020-12-011-1/+1
| | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-281-0/+7
| |\ \ \ \
| | * | | | netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-271-0/+3
| | * | | | netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-271-0/+4