index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
bind_addr.c
Age
Commit message (
Expand
)
Author
2023-02-01
sctp: fail if no bound addresses can be used for a given scope
Marcelo Ricardo Leitner
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
2020-08-24
net: sctp: bind_addr.c: delete duplicated word
Randy Dunlap
2020-06-25
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
2019-07-08
sctp: remove rcu_read_lock from sctp_bind_addr_state
Xin Long
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
2018-11-12
sctp: add sock_reuseport for the sock in __sctp_hash_endpoint
Xin Long
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
2016-12-20
sctp: not copying duplicate addrs to the assoc's bind address list
Xin Long
2016-03-08
sctp: fix copying more bytes than expected in sctp_add_bind_addr
Marcelo Ricardo Leitner
2013-12-06
sctp: Fix FSF address in file headers
Jeff Kirsher
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-07-24
net: sctp: trivial: update mailing list address
Daniel Borkmann
2013-06-17
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
2013-04-17
net: sctp: sctp_bind_addr: remove dead code
Daniel Borkmann
2012-08-14
sctp: Make sysctl tunables per net
Eric W. Biederman
2012-08-14
sctp: Push struct net down into sctp_in_scope
Eric W. Biederman
2012-08-14
sctp: Make the address lists per network namespace
Eric W. Biederman
2011-06-16
net: Remove casts of void *
Joe Perches
2011-06-02
sctp: Add Auto-ASCONF support (core).
Michio Honda
2011-05-21
sctp: Fix build failure.
David S. Miller
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-19
SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()
Jacek Luczak
2011-05-07
net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()
Lai Jiangshan
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-17
net: remove INIT_RCU_HEAD() usage
Alexey Dobriyan
2009-09-04
sctp: Sysctl configuration for IPv4 Address Scoping
Bhaskar Dutta
2008-10-01
sctp: try harder to figure out address family when checking wildcards
Vlad Yasevich
2008-07-18
sctp: Support ipv6only AF_INET6 sockets.
Vlad Yasevich
2008-04-12
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
Robert P. J. Day
2008-03-11
[SCTP]: Fix local_addr deletions during list traversals.
Chidambar 'ilLogict' Zinnoury
2008-02-05
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
2008-01-28
[SCTP]: Implement ADD-IP special case processing for ABORT chunk
Vlad Yasevich
2008-01-28
[SCTP]: Change use_as_src into a full address state
Vlad Yasevich
2007-12-07
[SCTP]: Fix the bind_addr info during migration.
Vlad Yasevich
2007-11-07
SCTP: Update RCU handling during the ADD-IP case
Vlad Yasevich
2007-09-26
fix sctp_del_bind_addr() last argument type
Al Viro
2007-09-16
[SCTP]: Convert bind_addr_list locking to RCU
Vlad Yasevich
2007-09-16
[SCTP]: Add RCU synchronization around sctp_localaddr_list
Vlad Yasevich
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-10
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
2006-12-02
[SCTP]: ->a_h is gone now.
Al Viro
2006-12-02
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
Al Viro
2006-12-02
[SCTP]: Trivial parts of a_h -> a switch.
Al Viro
2006-12-02
[SCTP]: sctp_copy_one_addr() switched to net-endian.
Al Viro
2006-12-02
[SCTP]: Switch ->from_addr_param() to net-endian.
Al Viro
2006-12-02
[SCTP]: Switch sctp_add_bind_addr() to net-endian.
Al Viro
2006-12-02
[SCTP]: Switch sctp_del_bind_addr() to net-endian.
Al Viro
2006-12-02
[SCTP]: Switch sctp_bind_addr_match() to net-endian.
Al Viro
2006-12-02
[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.
Al Viro
[next]