summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mctp: perform route lookups under a RCU read-side lockJeremy Kerr2023-10-101-6/+16
| * | | net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-0/+1
| * | | net: refine debug info in skb_checksum_help()Eric Dumazet2023-10-091-2/+6
| * | | devlink: Hold devlink lock on health reporter dump getMoshe Shemesh2023-10-061-14/+16
| | |/ | |/|
| * | net: sched: cls_u32: Fix allocation size in u32_init()Gustavo A. R. Silva2023-10-061-1/+1
* | | net: gso_test: fix build with gcc-12 and earlierFlorian Westphal2023-10-121-22/+22
* | | Merge tag 'nf-next-23-10-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-10-114-76/+36
|\ \ \
| * | | netfilter: conntrack: prefer tcp_error_log to pr_debugFlorian Westphal2023-10-101-3/+4
| * | | netfilter: conntrack: simplify nf_conntrack_alter_replyFlorian Westphal2023-10-102-24/+1
| * | | netfilter: nf_tables: Don't allocate nft_rule_dump_ctxPhil Sutter2023-10-101-13/+6
| * | | netfilter: nf_tables: Carry s_idx in nft_rule_dump_ctxPhil Sutter2023-10-101-4/+4