summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-0/+6
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+9
2023-11-14netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter1-2/+2
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2023-11-03net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet1-6/+7
2023-11-02inet: shrink struct flowi_commonEric Dumazet1-1/+1
2023-11-02Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+14
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2023-10-31Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-9/+14
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov1-0/+14
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov2-14/+15
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov2-8/+18
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov1-0/+12
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov1-1/+10
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2-2/+41
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov1-1/+21
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov3-8/+32
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov3-2/+82
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2-0/+9
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov2-0/+30
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-2/+9
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov2-1/+18
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov3-2/+45
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2-0/+87
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2-2/+52
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2-2/+54
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2-1/+19
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov2-6/+92
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-14/+36
2023-10-27Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-50/+64
2023-10-27Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski3-6/+55
2023-10-27netlink: make range pointers in policies constJakub Kicinski1-2/+2
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-26Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-26/+38
2023-10-26ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai3-9/+0
2023-10-25tcp: define initial scaling factor value as a macroPaolo Abeni1-5/+7
2023-10-25netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+1
2023-10-25sched: act_ct: switch to per-action label countingFlorian Westphal1-0/+1
2023-10-25netkit, bpf: Add bpf programmable net deviceDaniel Borkmann1-0/+38
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli2-39/+39
2023-10-24netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...Pablo Neira Ayuso1-1/+1
2023-10-24netfilter: nf_tables: shrink memory consumption of set elementsPablo Neira Ayuso1-9/+9
2023-10-24netfilter: nf_tables: expose opaque set element as struct nft_elem_privPablo Neira Ayuso1-13/+25
2023-10-24netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso1-1/+1
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal2-2/+2
2023-10-24xsk: Avoid starving the xsk further down the listAlbert Huang1-0/+7
2023-10-24page_pool: update document about fragment APIYunsheng Lin1-13/+80
2023-10-24page_pool: introduce page_pool_alloc() APIYunsheng Lin1-0/+66
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-4/+2