summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-231-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-291-0/+2
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-291-2/+2
|/
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-131-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-251-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-161-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-151-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-101-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-071-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-301-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-241-1/+1
|\|
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-211-1/+1
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-251-5/+2
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-251-8/+4
* | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-241-1/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-181-5/+2
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
|/
* net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-281-1/+1
* inet: remove races in inet{6}_getname()Eric Dumazet2021-10-281-7/+9
* net: snmp: inline snmp_get_cpu_field()Eric Dumazet2021-09-301-6/+0
* net: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-1/+1