summaryrefslogtreecommitdiff
path: root/net/ipv4/proc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov1-0/+1
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov1-0/+4
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo1-1/+2
2023-01-26icmp: Add counters for rate limitsJamie Bainbridge1-3/+5
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi1-0/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-01-27tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-2/+2
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-1/+1
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima1-0/+2
2021-01-30net: proc: speedup /proc/net/netstatEric Dumazet1-14/+36
2020-11-10net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong1-0/+1
2020-09-25tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha1-0/+1
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha1-0/+1
2020-03-30mptcp: add and use MIB counter infrastructureFlorian Westphal1-0/+2
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-16tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-27net: dynamically allocate fqdir structuresEric Dumazet1-2/+2
2019-05-27net: rename struct fqdir fieldsEric Dumazet1-2/+2
2018-12-01tcp: implement coalescing on backlog queueEric Dumazet1-0/+1
2018-08-06ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov1-0/+1
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao1-0/+1
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao1-0/+1
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet1-0/+1
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-42/+6
2018-04-19tcp: export packets delivery infoYuchung Cheng1-0/+2
2018-04-01inet: frags: break the 2GB limit for frags storageEric Dumazet1-1/+1
2018-04-01inet: frags: remove some helpersEric Dumazet1-3/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-3/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-1/+0
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+2
2017-08-01tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+1
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang1-0/+1
2017-03-17tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh1-1/+0
2017-02-03net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-0/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet1-2/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-1/+1
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He1-16/+16
2016-09-30proc: Reduce cache miss in snmp_seq_showJia He1-23/+47
2016-08-26tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet1-0/+1