summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: Add TCP_AO_REPAIRDmitry Safonov2023-10-271-0/+14
* net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-272-14/+15
* net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-272-8/+18
* net/tcp: Add TCP-AO getsockopt()sDmitry Safonov2023-10-271-0/+12
* net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-271-1/+10
* net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2023-10-272-2/+41
* net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-1/+21
* net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-273-8/+32
* net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-273-2/+82
* net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-272-0/+9
* net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-272-0/+30
* net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-271-2/+9
* net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-272-1/+18
* net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-273-2/+45
* net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-272-0/+87
* net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-272-2/+52
* net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-272-2/+54
* net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-272-1/+19
* net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-272-6/+92
* net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-14/+36
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-262-50/+64
|\
| * wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-231-2/+6
| * wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo2023-10-231-4/+4
| * wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo2023-10-231-15/+15
| * wifi: mac80211: fix header kernel-doc typosRandy Dunlap2023-10-231-14/+14
| * wifi: cfg80211: fix header kernel-doc typosRandy Dunlap2023-10-231-10/+10
| * wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit2023-10-231-0/+3
| * wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-231-1/+2
| * wifi: cfg80211: Fix typo in documentationIlan Peer2023-10-231-1/+1
| * wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer2023-10-231-3/+3
| * wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit2023-10-231-0/+6
* | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-263-6/+55
|\ \
| * | netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-241-0/+38
| * | xsk: Avoid starving the xsk further down the listAlbert Huang2023-10-241-0/+7
| * | bpf, tcx: Get rid of tcx_link_constDaniel Borkmann2023-10-231-6/+1
| * | net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-171-0/+9
* | | netlink: make range pointers in policies constJakub Kicinski2023-10-261-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-0/+1
|\ \ \
| * | | netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso2023-10-251-0/+1
* | | | Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-10-263-26/+38
|\ \ \ \
| * | | | netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso2023-10-241-1/+1
| * | | | netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso2023-10-241-9/+9
| * | | | netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso2023-10-241-13/+25
| * | | | netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso2023-10-241-1/+1
| * | | | netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal2023-10-242-2/+2
* | | | | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-253-9/+0
* | | | | tcp: define initial scaling factor value as a macroPaolo Abeni2023-10-251-5/+7
* | | | | sched: act_ct: switch to per-action label countingFlorian Westphal2023-10-251-0/+1
* | | | | net: dsa: Use conduit and user termsFlorian Fainelli2023-10-242-39/+39
* | | | | page_pool: update document about fragment APIYunsheng Lin2023-10-231-13/+80