summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-281-1/+1
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-231-1/+3
|\
| * net: relax socket state check at accept time.Paolo Abeni2024-05-231-1/+3
* | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-5/+5
|\ \ | |/ |/|
| * net: change proto and proto_ops accept typeJens Axboe2024-05-141-5/+5
* | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-40/+1
* | net: gro: use cb instead of skb->network_headerRichard Gobert2024-05-131-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+1
|\
| * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+1
* | inet: introduce dst_rtable() helperEric Dumazet2024-05-011-1/+1
* | tcp: add support for SO_PEEK_OFF socket optionJon Maloy2024-04-121-0/+1
|/
* net: introduce include/net/rps.hEric Dumazet2024-03-081-0/+1
* inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet2024-03-081-15/+15
* net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet2024-03-081-9/+9
* udp: add local "peek offset enabled" flagPaolo Abeni2024-02-221-1/+1
* ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault2024-02-131-1/+1
* inet: read sk->sk_family once in inet_recv_error()Eric Dumazet2024-02-041-2/+4
* tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-201-0/+3
* sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2023-12-141-0/+1
* Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-081-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+8
|\
| * tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-141-2/+8
* | net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not setMartin KaFai Lau2023-10-131-1/+1
* | bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-121-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+1
|\
| * ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
* | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-161-2/+2
* | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* | net: factor out __inet_listen_sk() helperPaolo Abeni2023-08-141-16/+22
* | net: factor out inet{,6}_bind_sk helpersPaolo Abeni2023-08-141-2/+6
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-251-21/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-161-1/+1
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-091-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-021-0/+2
|\
| * tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-301-0/+2
* | inet: factor out locked section of inet_accept() in a new helperPaolo Abeni2023-05-191-15/+17
|/
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-101-1/+1
* net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-1/+1
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-0/+1
|\
| * txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-0/+1
* | net: add support for ipv4 big tcpXin Long2023-02-021-3/+4
|/
* inet: control sockets should not use current thread task_fragEric Dumazet2023-01-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-10/+1
|\