summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | 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
| |/ |/|
* | tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi2022-10-281-0/+2
* | tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi2022-10-283-0/+6
* | tcp: add support for PLB in DCTCPMubashir Adnan Qureshi2022-10-281-1/+22
* | tcp: add PLB functionality for TCPMubashir Adnan Qureshi2022-10-283-2/+109
* | tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2022-10-282-0/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-273-4/+4
|\|
| * nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
| * Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel2022-10-271-1/+1
| * Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel2022-10-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-244-2/+7
|\|
| * Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-242-2/+5
| |\
| | * tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-10-241-1/+2