Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
405990c7e834913554482538321f16f457dda50e
/
net
/
sctp
/
proc.c
afb6bef
sctp: replace seq_printf with seq_puts
by Michele Baldessari
· 10 years ago
891310d
sctp: add transport state in /proc/net/sctp/remaddr
by Michele Baldessari
· 10 years ago
c9f2dba
snmp: fix some left over of snmp stats
by WANG Cong
· 10 years ago
79b9113
sctp: remove macros sctp_local_bh_{disable|enable}
by wangweidong
· 11 years ago
26ac8e5
sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar
by wangweidong
· 11 years ago
4b2f13a
sctp: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
d14c5ab
net: proc_fs: trivial: print UIDs as unsigned int
by Francesco Fusco
· 11 years ago
477143e
net: sctp: trivial: update bug report in header comment
by Daniel Borkmann
· 11 years ago
91705c6
net: sctp: trivial: update mailing list address
by Daniel Borkmann
· 11 years ago
b527fe6
net: sctp: minor: sctp_seq_dump_local_addrs add missing newline
by Daniel Borkmann
· 11 years ago
f9e42b8
net: sctp: sideeffect: throw BUG if primary_path is NULL
by Daniel Borkmann
· 11 years ago
f406c8b
sctp: Add buffer utilization fields to /proc/net/sctp/assocs
by Dilip Daya
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
45122ca26
sctp: Add RCU protection to assoc->transport_addr_list
by Thomas Graf
· 12 years ago
0b0fe91
sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock()
by Thomas Graf
· 12 years ago
0da9a0c
sctp: fix /proc/net/sctp/ memory leak
by Tommi Rantala
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
6932f11
sctp: fix compile issue with disabled CONFIG_NET_NS
by Ulrich Weber
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
13d782f
sctp: Make the proc files per network namespace.
by Eric W. Biederman
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 13 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
5833929
net: constify MIB name tables
by Alexey Dobriyan
· 15 years ago
d71a09e
sctp: use proc_create()
by Alexey Dobriyan
· 15 years ago
4d6971e
sctp: remove sctp_assoc_proc_exit()
by Adrian Bunk
· 16 years ago
20c2c1f
sctp: add sctp/remaddr table to complete RFC remote address table OID
by Neil Horman
· 17 years ago
9dbc15f
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
by Robert P. J. Day
· 17 years ago
30e9356
[SCTP]: Correct /proc/net/assocs formatting error
by Neil Horman
· 17 years ago
255333c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
f0fd56e
[SCTP]: seq_printf format warning. (fixed)
by Denis V. Lunev
· 17 years ago
58fbbed
[SCTP]: extend exported data in /proc/net/sctp/assoc
by Neil Horman
· 17 years ago
459eea7
[SCTP]: Use proc_create to setup de->proc_fops.
by Pavel Emelyanov
· 17 years ago
160f17e
[SCTP]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
3f5340a
[SCTP]: Use snmp_fold_field instead of a homebrew analogue.
by Pavel Emelyanov
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
d970dbf
SCTP: Convert custom hash lists to use hlist.
by Vlad Yasevich
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
acd2bc9
[SCTP]: Switch ->primary_addr to net-endian.
by Al Viro
· 18 years ago
5f242a1
[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.
by Al Viro
· 18 years ago
c604e36
[SCTP]: Pass net-endian to ->seq_dump_addr()
by Al Viro
· 18 years ago
09ef7fe
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
by Al Viro
· 18 years ago
6aa2551
[SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output.
by Vlad Yasevich
· 18 years ago
ac0b046
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.
by Sridhar Samudrala
· 18 years ago
6f91204
[PATCH] for_each_possible_cpu: network codes
by KAMEZAWA Hiroyuki
· 19 years ago
38b0e42
[SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.
by Vlad Yasevich
· 19 years ago
49392e5
[SCTP]: sctp doesn't show all associations/endpoints in /proc
by Vlad Yasevich
· 19 years ago
670c02c
[NET]: Wider use of for_each_*cpu()
by John Hawkes
· 19 years ago
d2287f8
[SCTP]: Add SENTINEL to SCTP MIB stats
by Vlad Yasevich
· 19 years ago
bca735b
[SCTP] Extend the info exported via /proc/net/sctp to support netstat for SCTP.
by Vladislav Yasevich
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago