summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-081-0/+9
|\
| * file: remove __receive_fd()Christian Brauner2023-12-121-1/+1
| * file: stop exposing receive_fd_user()Christian Brauner2023-12-121-0/+9
* | net/tcp: Only produce AO/MD5 logs if there are any keysDmitry Safonov2024-01-042-5/+23
* | Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-12-291-1/+1
|\ \
| * | netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso2023-12-201-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-211-0/+5
|\ \ \
| * | | bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+5
| |/ /
* | | net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-211-51/+13
* | | Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2023-12-151-0/+5
* | | Bluetooth: hci_core: Fix hci_conn_hash_lookup_cisLuiz Augusto von Dentz2023-12-151-2/+2
|/ /
* | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-0/+10
* | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-082-6/+10
* | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-071-0/+2
* | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-0/+6
* | tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-2/+7
* | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-291-0/+46
|\ \
| * | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+46
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-291-0/+1
|\ \ \
| * | | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-301-0/+1
* | | | neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
|/ / /
* | | bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann2023-11-201-0/+6
* | | Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-11-161-2/+2
|\ \ \
| * | | netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-141-2/+2
| | |/ | |/|
* / | net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+9
|/ /
* | 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