summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-13/+17
* net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet2023-11-031-6/+7
* inet: shrink struct flowi_commonEric Dumazet2023-11-021-1/+1
* Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-013-9/+14
|\
| * Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-303-9/+14
| |\
| | * xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-6/+6
| | * xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-062-0/+5
| | * xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert2023-10-062-1/+3
| | * xfrm: Remove unused function declarationsYue Haibing2023-09-281-2/+0
* | | Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-2/+4
|\ \ \ | |/ / |/| |
| * | net/socket: Break down __sys_getsockoptBreno Leitao2023-10-191-2/+2
| * | net/socket: Break down __sys_setsockoptBreno Leitao2023-10-191-0/+2
* | | 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
|\ \ \ \ \