summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\ \ | |/
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-241-5/+2
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-241-8/+4
* | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-1/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-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-271-1/+1
* inet: remove races in inet{6}_getname()Eric Dumazet2021-10-271-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
* tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-231-4/+0
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-3/+3
* net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-2/+2
|\
| * inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-091-2/+2
* | net: Return the correct errno codeZheng Yongjun2021-06-011-1/+1
* | net: Remove the member netns_okYejune Deng2021-05-171-4/+0
|/