Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
07c68a7423c4e44cc4f85caa83bb7fae36367250
/
net
/
sctp
/
endpointola.c
e575235f
net: sctp: migrate most recently used transport to ktime
by Daniel Borkmann
· 10 years ago
b14878c
net: sctp: cache auth_enable per endpoint
by Vlad Yasevich
· 11 years ago
79b9113
sctp: remove macros sctp_local_bh_{disable|enable}
by wangweidong
· 11 years ago
4b2f13a
sctp: Fix FSF address in file headers
by Jeff Kirsher
· 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
bb33381
net: sctp: rework debugging framework to use pr_debug and friends
by Daniel Borkmann
· 11 years ago
0a2fbac
net: sctp: decouple cleaning some socket data from endpoint
by Daniel Borkmann
· 11 years ago
939cfa7
net: sctp: get rid of t_new macro for kzalloc
by Daniel Borkmann
· 11 years ago
0022d2d
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
by Daniel Borkmann
· 12 years ago
ff2266c
net: sctp: remove sctp_ep_common struct member 'malloced'
by Daniel Borkmann
· 12 years ago
9da060d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
81ce0db
sctp: use the passed in gfp flags instead GFP_KERNEL
by Dan Carpenter
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
570617e
net: sctp: remove unused multiple cookie keys
by Daniel Borkmann
· 12 years ago
b5c37fe
net: sctp: sctp_endpoint_free: zero out secret key data
by Daniel Borkmann
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
196d675
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call
by Michele Baldessari
· 12 years ago
02582e9
treewide: fix typo of "suport" in various comments and Kconfig
by Masanari Iida
· 12 years ago
e1fc3b1
sctp: Make sysctl tunables per net
by Eric W. Biederman
· 12 years ago
55e26eb
sctp: Push struct net down to sctp_chunk_event_lookup
by Eric W. Biederman
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
4110cc2
sctp: Make the association hashtable handle multiple network namespaces
by Eric W. Biederman
· 12 years ago
4cdadcb
sctp: Make the endpoint hashtable handle multiple network namespaces
by Eric W. Biederman
· 12 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
deb85a6
sctp: bail from sctp_endpoint_lookup_assoc() if not bound
by Vlad Yasevich
· 14 years ago
f546061
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev
by David S. Miller
· 15 years ago
b2cf9b6
sctp: update transport initializations
by Vlad Yasevich
· 15 years ago
561b173
sctp: avoid irq lock inversion while call sk->sk_data_ready()
by Wei Yongjun
· 15 years ago
cb0dc77
net: fix sctp breakage
by Al Viro
· 16 years ago
5e739d1
sctp: fix potential panics in the SCTP-AUTH API.
by Vlad Yasevich
· 16 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
123ed97
SCTP: Use hashed lookup when looking for an association.
by Vlad Yasevich
· 17 years ago
bbd0d59
[SCTP]: Implement the receive and verification of AUTH chunk
by Vlad Yasevich
· 17 years ago
a29a5bd
[SCTP]: Implement SCTP-AUTH initializations.
by Vlad Yasevich
· 17 years ago
4d93df0
[SCTP]: Rewrite of sctp buffer management code
by Neil Horman
· 17 years ago
559cf71
[SCTP]: Convert bind_addr_list locking to RCU
by Vlad Yasevich
· 17 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
6a1e5f3
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.
by Al Viro
· 18 years ago
6c7be55
[SCTP]: sctp_has_association() switched to net-endian.
by Al Viro
· 18 years ago
cd4ff03
[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.
by Al Viro
· 18 years ago
1c7d1fc
[SCTP]: Switch sctp_endpoint_is_match() to net-endian.
by Al Viro
· 18 years ago
be29681
[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.
by Al Viro
· 18 years ago
7e1e4a2
[SCTP]: Switch sctp_bind_addr_match() to net-endian.
by Al Viro
· 18 years ago
09ef7fe
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
by Al Viro
· 18 years ago
b68dbca
[SCTP]: Fix warning
by Vlad Yasevich
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
de76e69
[SCTP]: Remove temporary associations from backlog and hash.
by Vlad Yasevich
· 18 years ago
1b489e1
[SCTP]: Use HMAC template and hash interface
by Herbert Xu
· 18 years ago
cfdeef3
[SCTP]: Unhash the endpoint in sctp_endpoint_free().
by Vlad Yasevich
· 18 years ago
049b3ff
[SCTP]: Include ulpevents in socket receive buffer accounting.
by Neil Horman
· 19 years ago
1e7d3d9
[SCTP]: Remove timeouts[] array from sctp_endpoint.
by Vladislav Yasevich
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
573dbd9
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
by Jesper Juhl
· 19 years ago
3182cd8
[SCTP]: __nocast annotations
by Alexey Dobriyan
· 19 years ago
2f85a42
[SCTP] Make init & delayed sack timeouts configurable by user.
by Vlad Yasevich
· 19 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 19 years ago
4eb701d
[SCTP] Fix SCTP sendbuffer accouting.
by Neil Horman
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago