summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-174-0/+34
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-1610-22/+122
|\
| * net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau2023-10-131-1/+1
| * bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-112-3/+46
| * bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2023-10-111-1/+34
| * bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-118-16/+23
| * bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2023-10-092-1/+18
* | page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin2023-10-161-5/+9
* | cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai2023-10-161-0/+6
* | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-163-2/+12
* | net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2023-10-161-6/+20
* | net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-161-5/+10
* | ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani2023-10-161-0/+1
* | ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-13/+13
* | ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-2/+2
* | ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-162-48/+48
* | vsock: enable setting SO_ZEROCOPYArseniy Krasnov2023-10-151-2/+43
* | vsock/loopback: support MSG_ZEROCOPY for transportArseniy Krasnov2023-10-151-0/+6
* | vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov2023-10-151-0/+7
* | vsock: enable SOCK_SUPPORT_ZC bitArseniy Krasnov2023-10-151-0/+6
* | vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov2023-10-151-0/+6
* | vsock: read from socket's error queueArseniy Krasnov2023-10-151-0/+6
* | vsock: set EPOLLERR on non-empty error queueArseniy Krasnov2023-10-151-1/+1
* | appletalk: remove special handling code for ipddpLukas Bulwahn2023-10-131-36/+0
* | net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo2023-10-132-6/+4
* | tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca2023-10-131-2/+2
* | tls: validate crypto_info in a separate helperSabrina Dubroca2023-10-131-24/+27
* | tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca2023-10-133-10/+10
* | tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca2023-10-134-14/+12
* | tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca2023-10-131-14/+25
* | tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca2023-10-133-14/+18
* | tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca2023-10-131-28/+34
* | tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca2023-10-131-35/+51
* | tls: store iv directly within cipher_contextSabrina Dubroca2023-10-133-23/+5
* | tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca2023-10-134-6/+6
* | tls: store rec_seq directly within cipher_contextSabrina Dubroca2023-10-133-21/+4
* | tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca2023-10-132-21/+4
* | tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca2023-10-131-3/+1
* | net: Handle bulk delete policy in bridge driverAmit Cohen2023-10-133-24/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1213-64/+117
|\ \
| * | nfc: nci: assert requested protocol is validJeremy Cline2023-10-121-0/+5
| * | af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima2023-10-121-1/+6
| * | net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski2023-10-111-0/+1
| * | net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-111-5/+9
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-101-0/+10
| |\ \
| | * | xdp: Fix zero-size allocation warning in xskq_create()Andrew Kanner2023-10-091-0/+10
| * | | ethtool: Fix mod state of verbose no_mask bitsetKory Maincent2023-10-101-6/+26
| * | | Merge tag 'linux-can-fixes-for-6.6-20231009' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-10-101-11/+8
| |\ \ \
| | * | | can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel2023-10-061-11/+8
| * | | | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet2023-10-101-18/+12