summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-14net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-06-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12inet: factor out locked section of inet_accept() in a new helperPaolo Abeni1-15/+17
2024-02-16inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+3
2024-01-26sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet1-0/+1
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+18
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-2/+8
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+2
2023-05-24tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-1/+1
2023-02-14txhash: fix sk->sk_txrehash defaultKevin Yang1-0/+1
2022-12-31net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-2/+2
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-10/+1
2022-10-29net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher1-0/+2
2022-10-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-7/+16
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima1-1/+1
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-6/+3
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-5/+21
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+4
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-1/+1
2022-07-16tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-12/+2
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-1/+2
2022-06-19raw: convert raw sockets to RCUEric Dumazet1-0/+2
2022-06-10net: use WARN_ON_ONCE() in inet_sock_destruct()Eric Dumazet1-4/+4
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault1-3/+3
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+2
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu1-1/+4
2022-01-07net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2021-12-30net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-21inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-5/+2
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-8/+4
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-1/+1
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-5/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-10-28net: introduce sk_forward_alloc_get()Paolo Abeni1-1/+1
2021-10-28inet: remove races in inet{6}_getname()Eric Dumazet1-7/+9
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-6/+0
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang1-1/+1
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet1-4/+0
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-3/+3
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann1-3/+3
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet1-2/+2