summaryrefslogtreecommitdiffstats
path: root/net/sctp/proc.c
Commit message (Expand)AuthorAgeFilesLines
* net: Suppress the "Comparison to NULL could be written" warningsJia He2016-09-301-1/+1
* proc: Reduce cache miss in sctp_snmp_seq_showJia He2016-09-301-2/+6
* net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum2016-08-131-0/+1
* sctp: fix some rhashtable functions using in sctp proc/diagXin Long2016-04-151-1/+6
* sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long2016-04-151-36/+9
* sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-151-63/+18
* rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-5/+5
|\
| * sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long2016-03-011-5/+5
* | sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long2016-02-171-2/+0
|/
* sctp: remove the dead field of sctp_transportXin Long2016-01-281-4/+0
* sctp: hold transport before we access t->asoc in sctp procXin Long2016-01-281-0/+8
* net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven2016-01-151-3/+3
* sctp: apply rhashtable api to sctp procfsXin Long2016-01-051-143/+173
* sctp: replace seq_printf with seq_putsMichele Baldessari2014-10-301-2/+2
* sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari2014-10-301-2/+8
* snmp: fix some left over of snmp statsWANG Cong2014-05-141-1/+1
* sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-211-6/+6
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-4/+4
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-2/+2
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann2013-06-251-1/+1
* net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2013-06-141-3/+9
* sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya2013-04-161-3/+9
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-6/+3
* sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-071-2/+12
* sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()Thomas Graf2012-12-071-1/+6
* sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-151-4/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-2/+4
|\
| * userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-2/+4
* | sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber2012-08-161-6/+3
* | sctp: Make the mib per network namespaceEric W. Biederman2012-08-141-4/+1
* | sctp: Make the proc files per network namespace.Eric W. Biederman2012-08-141-20/+39
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-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
OpenPOWER on IntegriCloud