Age | Commit message (Expand) | Author | Files | Lines |
2017-06-12 | proc: snmp6: Use correct type in memset | Christian Perle | 1 | -1/+1 |
2016-09-30 | proc: Reduce cache miss in snmp6_seq_show | Jia He | 1 | -8/+22 |
2014-11-07 | udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts | Rick Jones | 1 | -0/+1 |
2014-08-25 | ipv6: White-space cleansing : Line Layouts | Ian Morris | 1 | -1/+1 |
2014-07-28 | inet: frag: don't account number of fragment queues | Florian Westphal | 1 | -2/+2 |
2014-05-14 | snmp: fix some left over of snmp stats | WANG Cong | 1 | -4/+4 |
2014-05-08 | net: clean up snmp stats code | WANG Cong | 1 | -3/+3 |
2013-08-09 | net: add SNMP counters tracking incoming ECN bits | Eric Dumazet | 1 | -0/+4 |
2013-06-01 | snmp6: remove IPSTATS_MIB_CSUMERRORS | Nicolas Dichtel | 1 | -1/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+2 |
2013-05-02 | proc: Supply a function to remove a proc entry by PDE | David Howells | 1 | -2/+1 |
2013-04-29 | net: Add MIB counters for checksum errors | Eric Dumazet | 1 | -0/+4 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -1/+1 |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -5/+5 |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -3/+3 |
2012-08-15 | net: ipv6: proc: Fix error handling | Igor Maravic | 1 | -2/+2 |
2012-01-18 | ipv6: fix per device IP snmp counters | Eric Dumazet | 1 | -2/+2 |
2011-11-14 | ipv6: reduce percpu needs for icmpv6msg mibs | Eric Dumazet | 1 | -10/+5 |
2011-11-01 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
2011-05-20 | ipv6: reduce per device ICMP mib sizes | Eric Dumazet | 1 | -14/+26 |
2010-10-31 | ipv6/udp: report SndbufErrors and RcvbufErrors | Eric Dumazet | 1 | -0/+4 |
2010-07-01 | snmp: 64bit ipstats_mib for all arches | Eric Dumazet | 1 | -3/+14 |
2010-05-18 | net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -1/+0 |
2010-04-04 | icmp: Account for ICMP out errors | Eric Dumazet | 1 | -0/+1 |
2010-02-17 | percpu: add __percpu sparse annotations to net | Tejun Heo | 1 | -10/+13 |
2010-01-23 | net: constify MIB name tables | Alexey Dobriyan | 1 | -6/+6 |
2010-01-18 | net: spread __net_init, __net_exit | Alexey Dobriyan | 1 | -2/+2 |
2010-01-11 | NET: ipv6, remove unnecessary check | Jiri Slaby | 1 | -1/+1 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -2/+2 |
2009-04-27 | snmp: add missing counters for RFC 4293 | Neil Horman | 1 | -2/+8 |
2008-11-20 | net: fix tiny output corruption of /proc/net/snmp6 | Alexey Dobriyan | 1 | -3/+3 |
2008-10-08 | ipv6: making ip and icmp statistics per/namespace | Denis V. Lunev | 1 | -3/+5 |
2008-10-08 | netns: make uplitev6 mib per/namespace | Denis V. Lunev | 1 | -1/+2 |
2008-10-08 | netns: make udpv6 mib per/namespace | Denis V. Lunev | 1 | -1/+2 |
2008-10-08 | netns: allow per device ipv6 snmp statistics in non-initial namespace | Denis V. Lunev | 1 | -3/+0 |
2008-10-08 | netns: register global ipv6 mibs statistics in each namespace | Denis V. Lunev | 1 | -2/+4 |
2008-10-08 | ipv6: separate seq_ops for global & per/device ipv6 statistics | Denis V. Lunev | 1 | -16/+32 |
2008-10-08 | ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.c | Denis V. Lunev | 1 | -13/+13 |
2008-10-08 | netns: register /proc/net/dev_snmp6/* in each ns | Denis V. Lunev | 1 | -24/+16 |
2008-10-08 | netns: move /proc/net/dev_snmp6 to struct net | Denis V. Lunev | 1 | -9/+11 |
2008-07-30 | ipv6: Fix useless proc net sockstat6 removal | Daniel Lezcano | 1 | -1/+0 |
2008-07-20 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-07-18 | proc: consolidate per-net single-release callers | Pavel Emelyanov | 1 | -9/+1 |
2008-07-18 | proc: consolidate per-net single_open callers | Pavel Emelyanov | 1 | -18/+1 |
2008-06-12 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
2008-05-02 | ipv6: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 1 | -4/+2 |
2008-04-01 | [IPV6][NETNS]: Display per-net info in sockstat6 file. | Pavel Emelyanov | 1 | -7/+34 |
2008-04-01 | [SOCK][NETNS]: Register sockstat(6) files in each net. | Pavel Emelyanov | 1 | -5/+24 |
2008-04-01 | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. | Pavel Emelyanov | 1 | -4/+4 |
2008-03-25 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |