summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-232-0/+8
| |\
| | * xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-191-0/+3
| | * xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
| * | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
| * | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-223-8/+36
| * | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-223-32/+44
| * | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
| * | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2
| * | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook2022-11-211-1/+1
| * | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-2/+2
* | | 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: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-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
|\ \ \ \ | | |/ / | |/| |
| * | | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-071-1/+1
| * | | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
* | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher2022-10-281-0/+2
| * | | | net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov2022-10-281-0/+3
| * | | | net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-282-4/+4
* | | | | tcp: refine tcp_prune_ofo_queue() logicEric Dumazet2022-11-011-20/+31
| |_|/ / |/| | |