summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET
2023-10-17net: openvswitch: Use struct_size()Christophe JAILLET
2023-10-17net: gso_test: release each segment individuallyFlorian Westphal
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-15vsock: enable setting SO_ZEROCOPYArseniy Krasnov
2023-10-15vsock/loopback: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock: enable SOCK_SUPPORT_ZC bitArseniy Krasnov
2023-10-15vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov
2023-10-15vsock: read from socket's error queueArseniy Krasnov
2023-10-15vsock: set EPOLLERR on non-empty error queueArseniy Krasnov
2023-10-13appletalk: remove special handling code for ipddpLukas Bulwahn
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca
2023-10-13tls: validate crypto_info in a separate helperSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca
2023-10-13tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca
2023-10-13tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12net: gso_test: fix build with gcc-12 and earlierFlorian Westphal
2023-10-12nfc: nci: assert requested protocol is validJeremy Cline
2023-10-12af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima
2023-10-11Merge tag 'nf-next-23-10-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-11net: expand skb_segment unit test with frag_list coverageWillem de Bruijn
2023-10-11net: parametrize skb_segment unit test to expand coverageWillem de Bruijn
2023-10-11net: add skb_segment kunit testWillem de Bruijn
2023-10-11net/smc: Fix pos miscalculation in statisticsNils Hoppmann