aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/bind_addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long1-9/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long1-0/+28
2017-08-06sctp: remove the typedef sctp_scope_tXin Long1-10/+10
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long1-0/+3
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-6/+8
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann1-1/+1
2013-04-17net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann1-7/+0
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman1-1/+1
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman1-2/+2
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman1-7/+7
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda1-0/+15
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-6/+4
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak1-6/+4
2011-05-07net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta1-1/+20
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich1-3/+13
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich1-0/+37
2008-04-12[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day1-11/+4
2008-03-11[SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury1-1/+3
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich1-0/+26
2008-01-28[SCTP]: Change use_as_src into a full address stateVlad Yasevich1-4/+5
2007-12-07[SCTP]: Fix the bind_addr info during migration.Vlad Yasevich1-0/+26
2007-11-07SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich1-10/+3
2007-09-26fix sctp_del_bind_addr() last argument typeAl Viro1-1/+1
2007-09-16[SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich1-23/+45
2007-09-16[SCTP]: Add RCU synchronization around sctp_localaddr_listVlad Yasevich1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-2/+0
2006-12-02[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().Al Viro1-1/+1
2006-12-02[SCTP]: Trivial parts of a_h -> a switch.Al Viro1-2/+2
2006-12-02[SCTP]: sctp_copy_one_addr() switched to net-endian.Al Viro1-5/+3
2006-12-02[SCTP]: Switch ->from_addr_param() to net-endian.Al Viro1-4/+2
2006-12-02[SCTP]: Switch sctp_add_bind_addr() to net-endian.Al Viro1-6/+10
2006-12-02[SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro1-4/+1
2006-12-02[SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro1-3/+1
2006-12-02[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro1-5/+8
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro1-0/+2
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro1-11/+11
2006-12-02[SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endianAl Viro1-1/+3
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala1-3/+5