summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal
2021-03-30icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler
2021-03-29tcp: fix tcp_min_tso_segs sysctlEric Dumazet
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-28ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury
2021-03-25tcp: convert elligible sysctls to u8Eric Dumazet
2021-03-25inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet
2021-03-25ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet
2021-03-25ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2021-03-25net: ipv4: Fix some typosLu Wei
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24inet: use bigger hash table for IP ID generationEric Dumazet
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2021-03-15Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson
2021-03-15Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel
2021-03-01tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet
2021-03-01inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng