summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+1
* net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-7/+11
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-4/+5
* | inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-021-3/+0
* | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+2
|/
* bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
* io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+1
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-6/+0
* bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+0
* net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+0