aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher1-0/+2
2022-10-12ipv6: 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-24net: 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-15tcp/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-14Merge 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-09net: 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-06net: 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-29net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-5/+2
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-8/+4
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-1/+1
2021-11-17ipv4/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-27net: introduce sk_forward_alloc_get()Paolo Abeni1-1/+1
2021-10-27inet: 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-23bpf: 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-18Merge 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-01net: Return the correct errno codeZheng Yongjun1-1/+1
2021-05-17net: Remove the member netns_okYejune Deng1-4/+0
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+1
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+11
2021-02-02inet: do not export inet_gro_{receive|complete}Eric Dumazet1-3/+0
2021-02-02net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen1-0/+2
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-3/+6
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+5
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-07-19net: 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-23udp: move gro declarations to net/udp.hEric Dumazet1-3/+0