aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni1-16/+1
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook1-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-7/+7
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-7/+7
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-27sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima1-0/+1
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima1-3/+1
2025-10-16tcp: Save lock_sock() for memcg in inet_csk_accept().Kuniyuki Iwashima1-0/+22
2025-09-25net: gro: remove unnecessary df checksRichard Gobert1-3/+0
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert1-7/+6
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski1-0/+2
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima1-4/+1
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni1-1/+1
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault1-12/+2
2024-10-15net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-05-27net: gro: initialize network_offset in network layerWillem de Bruijn1-1/+1
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+3
2024-05-23net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-5/+5
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-5/+5
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-40/+1
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert1-4/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+1
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-1/+1
2024-04-11tcp: add support for SO_PEEK_OFF socket optionJon Maloy1-0/+1
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-07inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet1-15/+15
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet1-9/+9
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni1-1/+1
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault1-1/+1
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-01-19tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+3
2023-12-13sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet1-0/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight1-3/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-2/+8
2023-10-13net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau1-1/+1
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-3/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-1/+1
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni1-16/+22
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-2/+6