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-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-5/+2
2024-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-8/+4
2024-07-27net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-7/+16
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+3
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
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima1-12/+2
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-03-02gso: do not skip outer ip header in case of ipip and net_failoverTao Liu1-1/+4
2022-01-05net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-11-18inet: remove races in inet{6}_getname()Eric Dumazet1-7/+9
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
2021-06-02net: Return the correct errno codeZheng Yongjun1-1/+1
2021-05-18net: Remove the member netns_okYejune Deng1-4/+0
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+1
2021-02-24net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+11
2021-02-03inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen1-0/+2
2021-01-28bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-3/+6
2021-01-21bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+5
2020-12-03bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-08-25io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-6/+0
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev1-0/+3
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet1-3/+0
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet1-3/+0
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+6
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann1-2/+6
2020-05-19ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-6/+32
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev1-4/+6
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev1-5/+5
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-0/+1
2020-04-21net: ipv4: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-03-30mptcp: add and use MIB counter infrastructureFlorian Westphal1-0/+4
2020-03-13inet: Use fallthrough;Joe Perches1-2/+2
2019-11-27net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-1/+1
2019-11-07net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-08-20net: remove empty inet_exit_netLi RongQing1-5/+0
2019-07-03ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni1-3/+7
2019-07-03inet: factor out inet_send_prepare()Paolo Abeni1-8/+13