summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
2026-06-05ipv4: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-05-19net: pppoe: implement GRO/GSO supportFelix Fietkau
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-06net: annotate data races around sk->sk_protJiayuan Chen
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-27sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima
2025-10-16tcp: Save lock_sock() for memcg in inet_csk_accept().Kuniyuki Iwashima
2025-09-25net: gro: remove unnecessary df checksRichard Gobert
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault
2024-10-15net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin
2024-05-27net: gro: initialize network_offset in network layerWillem de Bruijn
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-23net: relax socket state check at accept time.Paolo Abeni
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-11tcp: add support for SO_PEEK_OFF socket optionJon Maloy
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2023-12-13sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer