index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
endpointola.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sctp: migrate most recently used transport to ktime
Daniel Borkmann
2014-06-11
1
-1
/
+1
*
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
2014-04-18
1
-1
/
+2
*
sctp: remove macros sctp_local_bh_{disable|enable}
wangweidong
2014-01-21
1
-2
/
+2
*
sctp: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-3
/
+2
*
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-08-09
1
-6
/
+0
*
net: sctp: trivial: update mailing list address
Daniel Borkmann
2013-07-24
1
-1
/
+1
*
net: sctp: rework debugging framework to use pr_debug and friends
Daniel Borkmann
2013-07-01
1
-1
/
+4
*
net: sctp: decouple cleaning some socket data from endpoint
Daniel Borkmann
2013-06-25
1
-9
/
+10
*
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
2013-06-17
1
-1
/
+2
*
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Daniel Borkmann
2013-04-15
1
-2
/
+2
*
net: sctp: remove sctp_ep_common struct member 'malloced'
Daniel Borkmann
2013-04-15
1
-7
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-05
1
-1
/
+1
|
\
|
*
sctp: use the passed in gfp flags instead GFP_KERNEL
Dan Carpenter
2013-03-01
1
-1
/
+1
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-2
/
+1
|
/
*
net: sctp: remove unused multiple cookie keys
Daniel Borkmann
2013-02-12
1
-7
/
+2
*
net: sctp: sctp_endpoint_free: zero out secret key data
Daniel Borkmann
2013-02-08
1
-0
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-12-13
1
-1
/
+1
|
\
|
*
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
2012-11-19
1
-1
/
+1
*
|
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
2012-12-03
1
-1
/
+4
|
/
*
sctp: Make sysctl tunables per net
Eric W. Biederman
2012-08-14
1
-4
/
+5
*
sctp: Push struct net down to sctp_chunk_event_lookup
Eric W. Biederman
2012-08-14
1
-1
/
+3
*
sctp: Make the mib per network namespace
Eric W. Biederman
2012-08-14
1
-1
/
+1
*
sctp: Make the association hashtable handle multiple network namespaces
Eric W. Biederman
2012-08-14
1
-2
/
+4
*
sctp: Make the endpoint hashtable handle multiple network namespaces
Eric W. Biederman
2012-08-14
1
-1
/
+3
*
treewide: Fix typos in various parts of the kernel, and fix some comments.
Justin P. Mattock
2011-12-02
1
-1
/
+1
*
sctp: bail from sctp_endpoint_lookup_assoc() if not bound
Vlad Yasevich
2011-04-20
1
-6
/
+14
*
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...
David S. Miller
2010-05-03
1
-2
/
+0
|
\
|
*
sctp: update transport initializations
Vlad Yasevich
2010-04-30
1
-2
/
+0
*
|
sctp: avoid irq lock inversion while call sk->sk_data_ready()
Wei Yongjun
2010-04-28
1
-0
/
+1
|
/
*
net: fix sctp breakage
Al Viro
2009-03-18
1
-1
/
+2
*
sctp: fix potential panics in the SCTP-AUTH API.
Vlad Yasevich
2008-08-21
1
-2
/
+2
*
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
2008-02-05
1
-8
/
+4
*
SCTP: Convert custom hash lists to use hlist.
Vlad Yasevich
2007-11-09
1
-1
/
+2
*
SCTP: Use hashed lookup when looking for an association.
Vlad Yasevich
2007-11-09
1
-12
/
+22
*
[SCTP]: Implement the receive and verification of AUTH chunk
Vlad Yasevich
2007-10-10
1
-0
/
+29
*
[SCTP]: Implement SCTP-AUTH initializations.
Vlad Yasevich
2007-10-10
1
-0
/
+83
*
[SCTP]: Rewrite of sctp buffer management code
Neil Horman
2007-10-10
1
-0
/
+1
*
[SCTP]: Convert bind_addr_list locking to RCU
Vlad Yasevich
2007-09-16
1
-20
/
+7
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-2
/
+9
|
\
|
*
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.
Al Viro
2006-12-02
1
-3
/
+1
|
*
[SCTP]: sctp_has_association() switched to net-endian.
Al Viro
2006-12-02
1
-1
/
+1
|
*
[SCTP]: sctp_endpoint_lookup_assoc() switched to net-endian.
Al Viro
2006-12-02
1
-5
/
+5
|
*
[SCTP]: Switch sctp_endpoint_is_match() to net-endian.
Al Viro
2006-12-02
1
-4
/
+2
|
*
[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.
Al Viro
2006-12-02
1
-1
/
+3
|
*
[SCTP]: Switch sctp_bind_addr_match() to net-endian.
Al Viro
2006-12-02
1
-1
/
+3
|
*
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
Al Viro
2006-12-02
1
-1
/
+1
|
*
[SCTP]: Fix warning
Vlad Yasevich
2006-12-02
1
-0
/
+7
*
|
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-4
/
+6
|
/
[next]