summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+1
|\
| * txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-082-3/+1
* | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-031-6/+7
* | ipv4: raw: add drop reasonsEric Dumazet2023-02-031-3/+5
* | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-2/+2
|\|
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-271-2/+2
| |\
| | * bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki2023-01-241-2/+2
* | | net: add support for ipv4 big tcpXin Long2023-02-013-5/+6
* | | cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long2023-02-011-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-1/+2
|\ \ \
| * | | bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-272-0/+4
|\ \ \ | | |/ | |/|
| * | ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-01-231-0/+2
| * | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-231-0/+2
* | | icmp: Add counters for rate limitsJamie Bainbridge2023-01-262-3/+8
* | | inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-254-4/+43
* | | net: fou: use policy and operation tables generated from the specJakub Kicinski2023-01-244-41/+81
* | | net: fou: rename the source for linkingJakub Kicinski2023-01-242-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-204-7/+22
|\| |
| * | tcp: fix rate_app_limited to default to 1David Morley2023-01-201-0/+2
| * | net/ulp: use consistent error code when blocking ULPPaolo Abeni2023-01-191-1/+1
| * | tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-01-192-6/+19
| |/
* | netfilter: ip_tables: remove clusterip targetFlorian Westphal2023-01-183-944/+0
* | inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-01-171-11/+1
|/
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-055-9/+75
|\
| * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| * tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
|/
* prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1332-228/+693
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-132-4/+4
| |\
| | * mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-121-4/+3
| | * net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-121-7/+12
| |\ \
| | * | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang2022-12-011-1/+4
| | * | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-5/+6
| | * | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang2022-12-011-1/+2
| * | | udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-121-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-084-20/+39
| |\ \ \ | | | |/ | | |/|
| * | | tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet2022-12-021-2/+2
| * | | net/tcp: Separate initialization of twskDmitry Safonov2022-12-011-26/+35
| * | | net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-011-7/+2
| * | | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-014-23/+73
| * | | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov2022-12-011-9/+21
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-299-47/+98
| |\ \
| * | | udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can2022-11-291-0/+2
| * | | Daniel Borkmann says:Jakub Kicinski2022-11-281-8/+9
| |\ \ \
| | * | | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-201-1/+3