summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-18devlink: take device reference for devlink objectJiri Pirko
2023-10-18devlink: call peernet2id_alloc() with net pointer under RCU read lockJiri Pirko
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17net: bridge: Set strict_start_type for br_policyJohannes Nixdorf
2023-10-17net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf
2023-10-17net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
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-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-16nfc: nci: fix possible NULL pointer dereference in send_acknowledge()Krzysztof Kozlowski
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch
2023-10-16net/smc: return the right falback reason when prefix checks failDust Li
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-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-13Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz
2023-10-13appletalk: remove special handling code for ipddpLukas Bulwahn
2023-10-13Merge tag 'nf-23-10-12' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2023-10-13net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau
2023-10-13Merge tag 'ceph-for-6.6-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-10-13tcp: Fix listen() warning with v4-mapped-v6 address.Kuniyuki Iwashima
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