aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal1-5/+15
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal3-176/+4
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal3-397/+4
2021-03-30icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler1-13/+121
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler1-1/+3
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+9
2021-03-29tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-28/+28
2021-03-28ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-25tcp: convert elligible sysctls to u8Eric Dumazet1-68/+68
2021-03-25inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet1-4/+4
2021-03-25ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet1-2/+2
2021-03-25ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-32/+32
2021-03-25net: ipv4: Fix some typosLu Wei1-2/+2
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+12
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-63/+42
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean1-6/+8
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-16/+16
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song1-0/+12
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng1-30/+4
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2-4/+10
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2-14/+14
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2-2/+2
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+35
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+34
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata1-13/+504
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel1-0/+2
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-1/+4
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-37/+8
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+3
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-44/+39
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore1-10/+1
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel1-3/+7
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet1-8/+15