summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)Author
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
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-18inet: factor out locked section of inet_accept() in a new helperPaolo Abeni
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-01net: add support for ipv4 big tcpXin Long
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski