summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-21/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-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-081-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-0/+2
|\
| * tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-291-0/+2
* | inet: factor out locked section of inet_accept() in a new helperPaolo Abeni2023-05-181-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-011-3/+4
|/
* inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-10/+1
|\
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-10/+1
* | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-0/+2
|\|
| * net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
|/
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-7/+16
* tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-1/+1
* net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-5/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-14/+4
|\
| * tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-151-12/+2
| * ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+2
|\|
| * ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-131-2/+2
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-1/+2
* | raw: convert raw sockets to RCUEric Dumazet2022-06-191-0/+2
* | net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet2022-06-091-4/+4
|/
* ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-3/+3
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+2
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-211-1/+4
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-6/+4
|\
| * net: fix use-after-free in tw_timer_handlerMuchun Song2021-12-291-6/+4