aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/proc.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-241-2/+2
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-3/+0
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-1/+1
* net: constify MIB name tablesAlexey Dobriyan2010-01-231-1/+1
* sctp: use proc_create()Alexey Dobriyan2009-09-041-3/+1
* sctp: remove sctp_assoc_proc_exit()Adrian Bunk2008-07-221-5/+0
* sctp: add sctp/remaddr table to complete RFC remote address table OIDNeil Horman2008-05-091-0/+141
* [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-121-6/+3
* [SCTP]: Correct /proc/net/assocs formatting errorNeil Horman2008-04-121-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-051-6/+3
|\
| * [SCTP]: Use proc_create to setup de->proc_fops.Pavel Emelyanov2008-02-291-6/+3
* | [SCTP]: seq_printf format warning. (fixed)Denis V. Lunev2008-03-031-1/+1
* | [SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman2008-02-291-6/+14
|/
* [SCTP]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-3/+1
* [SCTP]: Use snmp_fold_field instead of a homebrew analogue.Pavel Emelyanov2008-02-091-21/+2
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-091-2/+4
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-2/+2
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-3/+3
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [SCTP]: Switch ->primary_addr to net-endian.Al Viro2006-12-021-4/+2
* [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro2006-12-021-6/+8
* [SCTP]: Pass net-endian to ->seq_dump_addr()Al Viro2006-12-021-2/+2
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-021-3/+3
* [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.Vlad Yasevich2006-10-111-1/+1
* [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala2006-09-221-1/+16
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-1/+1
* [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
* [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10
* [NET]: Wider use of for_each_*cpu()John Hawkes2005-10-251-3/+1
* [SCTP]: Add SENTINEL to SCTP MIB statsVlad Yasevich2005-08-231-0/+1
* [SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP.Vladislav Yasevich2005-06-131-43/+151
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+288