summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-7/+6
| * | | | tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed2022-11-221-1/+1
| * | | | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-214-7/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-172-5/+15
| |\ \ \ \
| * | | | | tcp: annotate data-race around queue->synflood_warnedEric Dumazet2022-11-161-1/+1
| * | | | | ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-165-38/+38
| * | | | | udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2022-11-162-6/+135
| * | | | | udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-163-15/+19
| * | | | | udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2022-11-161-8/+24
| * | | | | udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-4/+11
| * | | | | udp: Clean up some functions.Kuniyuki Iwashima2022-11-161-16/+23
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-152-4/+4
| |\ \ \ \ \
| | * | | | | netfilter: rpfilter/fib: clean up some inconsistent indentingJiapeng Chong2022-11-151-3/+2
| | * | | | | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+2
| * | | | | | tcp: Add listening address to SYN flood messageJamie Bainbridge2022-11-141-3/+11
| | |_|/ / / | |/| | | |
| * | | | | ipasdv4/tcp_ipv4: remove redundant assignmentxu xin2022-11-141-1/+0
| * | | | | tcp: tcp_wfree() refactoringEric Dumazet2022-11-111-17/+14
| * | | | | tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet2022-11-111-3/+3
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-4/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-092-1/+3
| |\ \ \ \ \ \
| | * | | | | | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-082-1/+3
| * | | | | | | net: remove redundant check in ip_metrics_convert()Zhengchao Shao2022-11-041-3/+0
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-034-4/+9
| |\ \ \ \ \ \ \
| * | | | | | | | tcp: refine tcp_prune_ofo_queue() logicEric Dumazet2022-11-011-20/+31
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2022-10-311-1/+1
| * | | | | | | net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-312-6/+14
| * | | | | | | net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-4/+9
| * | | | | | | rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-1/+1
| * | | | | | | net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
| | |/ / / / / | |/| | | | |