Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-07tcp: Reset tcp connections in SYN-SENT stateManoj Basapathi
2021-04-06netfilter: nf_defrag_ipv4: use net_generic infraFlorian Westphal
2021-04-03mptcp: add mptcp reset option supportFlorian Westphal
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01udp: Implement udp_bpf_recvmsg() for sockmapCong Wang
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-04-01tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet
2021-04-01ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet
2021-04-01ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet
2021-04-01ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet
2021-04-01ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet
2021-03-31net: fix icmp_echo_enable_probe sysctlEric Dumazet
2021-03-31udp: never accept GSO_FRAGLIST packetsPaolo Abeni
2021-03-31udp: properly complete L4 GRO over UDP tunnel packetPaolo Abeni
2021-03-31udp: skip L4 aggregation for UDP tunnel packetsPaolo Abeni
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni
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-30bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau
2021-03-30tcp: fix tcp_min_tso_segs sysctlEric Dumazet
2021-03-29bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-29ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury
2021-03-29ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28bpf: tcp: Remove comma which is causing build errorAtul Gopinathan
2021-03-27bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau
2021-03-27tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau
2021-03-26tcp: convert elligible sysctls to u8Eric Dumazet
2021-03-26inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet
2021-03-26ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet
2021-03-26ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2021-03-26net: ipv4: Fix some typosLu Wei
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-25inet: 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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-18bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song
2021-03-17net: ipv4: route.c: simplify procfs codeYejune Deng
2021-03-16tcp: 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-13net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti