index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: introduce proc_create_net_single
Christoph Hellwig
2018-05-16
1
-27
/
+4
*
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-15
/
+2
*
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
2018-03-31
1
-1
/
+1
*
inet: frags: remove some helpers
Eric Dumazet
2018-03-31
1
-2
/
+3
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-3
/
+3
*
inet: whitespace cleanup
Stephen Hemminger
2018-02-28
1
-1
/
+0
*
net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...
Kirill Tkhai
2018-02-19
1
-0
/
+1
*
net: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-16
1
-3
/
+0
*
proc: snmp6: Use correct type in memset
Christian Perle
2017-06-12
1
-1
/
+1
*
proc: Reduce cache miss in snmp6_seq_show
Jia He
2016-09-30
1
-8
/
+22
*
udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts
Rick Jones
2014-11-07
1
-0
/
+1
*
ipv6: White-space cleansing : Line Layouts
Ian Morris
2014-08-24
1
-1
/
+1
*
inet: frag: don't account number of fragment queues
Florian Westphal
2014-07-27
1
-2
/
+2
*
snmp: fix some left over of snmp stats
WANG Cong
2014-05-14
1
-4
/
+4
*
net: clean up snmp stats code
WANG Cong
2014-05-07
1
-3
/
+3
*
net: add SNMP counters tracking incoming ECN bits
Eric Dumazet
2013-08-08
1
-0
/
+4
*
snmp6: remove IPSTATS_MIB_CSUMERRORS
Nicolas Dichtel
2013-05-31
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-3
/
+2
|
\
|
*
proc: Supply a function to remove a proc entry by PDE
David Howells
2013-05-01
1
-2
/
+1
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
net: Add MIB counters for checksum errors
Eric Dumazet
2013-04-29
1
-0
/
+4
|
/
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-5
/
+5
*
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-3
/
+3
*
net: ipv6: proc: Fix error handling
Igor Maravic
2012-08-14
1
-2
/
+2
*
ipv6: fix per device IP snmp counters
Eric Dumazet
2012-01-17
1
-2
/
+2
*
ipv6: reduce percpu needs for icmpv6msg mibs
Eric Dumazet
2011-11-14
1
-10
/
+5
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
ipv6: reduce per device ICMP mib sizes
Eric Dumazet
2011-05-19
1
-14
/
+26
*
ipv6/udp: report SndbufErrors and RcvbufErrors
Eric Dumazet
2010-10-30
1
-0
/
+4
*
snmp: 64bit ipstats_mib for all arches
Eric Dumazet
2010-06-30
1
-3
/
+14
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-17
1
-1
/
+0
*
icmp: Account for ICMP out errors
Eric Dumazet
2010-04-03
1
-0
/
+1
*
percpu: add __percpu sparse annotations to net
Tejun Heo
2010-02-16
1
-10
/
+13
*
net: constify MIB name tables
Alexey Dobriyan
2010-01-23
1
-6
/
+6
*
net: spread __net_init, __net_exit
Alexey Dobriyan
2010-01-17
1
-2
/
+2
*
NET: ipv6, remove unnecessary check
Jiri Slaby
2010-01-10
1
-1
/
+1
*
net: mark read-only arrays as const
Jan Engelhardt
2009-08-05
1
-2
/
+2
*
snmp: add missing counters for RFC 4293
Neil Horman
2009-04-27
1
-2
/
+8
*
net: fix tiny output corruption of /proc/net/snmp6
Alexey Dobriyan
2008-11-20
1
-3
/
+3
*
ipv6: making ip and icmp statistics per/namespace
Denis V. Lunev
2008-10-08
1
-3
/
+5
*
netns: make uplitev6 mib per/namespace
Denis V. Lunev
2008-10-07
1
-1
/
+2
*
netns: make udpv6 mib per/namespace
Denis V. Lunev
2008-10-07
1
-1
/
+2
*
netns: allow per device ipv6 snmp statistics in non-initial namespace
Denis V. Lunev
2008-10-07
1
-3
/
+0
*
netns: register global ipv6 mibs statistics in each namespace
Denis V. Lunev
2008-10-07
1
-2
/
+4
*
ipv6: separate seq_ops for global & per/device ipv6 statistics
Denis V. Lunev
2008-10-07
1
-16
/
+32
*
ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.c
Denis V. Lunev
2008-10-07
1
-13
/
+13
*
netns: register /proc/net/dev_snmp6/* in each ns
Denis V. Lunev
2008-10-07
1
-24
/
+16
*
netns: move /proc/net/dev_snmp6 to struct net
Denis V. Lunev
2008-10-07
1
-9
/
+11
*
ipv6: Fix useless proc net sockstat6 removal
Daniel Lezcano
2008-07-30
1
-1
/
+0
[next]