summaryrefslogtreecommitdiffstats
path: root/net/ipv4/proc.c
Commit message (Expand)AuthorAgeFilesLines
* net: add <net/proto_memory.h>Eric Dumazet2024-04-301-0/+1
* inet: annotate devconf data-racesEric Dumazet2024-02-281-1/+1
* net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-271-0/+1
* net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-271-0/+4
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-1/+2
* icmp: Add counters for rate limitsJamie Bainbridge2023-01-261-3/+5
* tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi2022-10-281-0/+1
* tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+1
* ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-151-1/+1
* tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-2/+2
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-231-0/+2
* net: proc: speedup /proc/net/netstatEric Dumazet2021-01-291-14/+36
* net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-091-0/+1
* tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-241-0/+1
* tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-171-0/+1
* mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-291-0/+2
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
|\
| * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | tcp: add backup TFO key infrastructureJason Baron2019-05-301-0/+1
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-2/+2
* | net: rename struct fqdir fieldsEric Dumazet2019-05-261-2/+2
|/
* tcp: implement coalescing on backlog queueEric Dumazet2018-11-301-0/+1
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-051-0/+1
* tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2018-06-301-0/+1
* tcp: add SNMP counter for zero-window dropsYafang Shao2018-06-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+3
|\
| * tcp: add TCPAckCompressed SNMP counterEric Dumazet2018-05-181-0/+1
| * tcp: export packets delivery infoYuchung Cheng2018-04-191-0/+2
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-42/+6
|/
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-1/+1
* inet: frags: remove some helpersEric Dumazet2018-03-311-3/+3
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+0
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-3/+0
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-1/+0
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+2
* tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+1
* net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-241-0/+1
* tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-1/+0
* net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-021-0/+1
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-201-2/+0
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-1/+1
* net: Suppress the "Comparison to NULL could be written" warningsJia He2016-09-301-16/+16