summaryrefslogtreecommitdiffstats
path: root/net/sctp/bind_addr.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long2019-07-091-9/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1Star
* sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-121-0/+28
* sctp: remove the typedef sctp_scope_tXin Long2017-08-071-10/+10
* sctp: not copying duplicate addrs to the assoc's bind address listXin Long2016-12-201-0/+3
* sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-081-6/+8
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2Star
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0Star
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-251-1/+1
* net: sctp: get rid of t_new macro for kzallocDaniel Borkmann2013-06-181-1/+1
* net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann2013-04-171-7/+0Star
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-151-1/+1
* sctp: Push struct net down into sctp_in_scopeEric W. Biederman2012-08-151-2/+2
* sctp: Make the address lists per network namespaceEric W. Biederman2012-08-151-7/+7
* net: Remove casts of void *Joe Perches2011-06-171-1/+1
* sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-021-0/+15
* sctp: Fix build failure.David S. Miller2011-05-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-6/+4Star
|\
| * SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak2011-05-191-6/+4Star
* | net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()Lai Jiangshan2011-05-081-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-1/+0Star
* sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta2009-09-051-1/+20
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-011-3/+13
* sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich2008-07-191-0/+37
* [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.Robert P. J. Day2008-04-131-11/+4Star
* [SCTP]: Fix local_addr deletions during list traversals.Chidambar 'ilLogict' Zinnoury2008-03-121-1/+3
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich2008-01-281-0/+26
* [SCTP]: Change use_as_src into a full address stateVlad Yasevich2008-01-281-4/+5
* [SCTP]: Fix the bind_addr info during migration.Vlad Yasevich2007-12-071-0/+26
* SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-071-10/+3Star
* fix sctp_del_bind_addr() last argument typeAl Viro2007-09-261-1/+1
* [SCTP]: Convert bind_addr_list locking to RCUVlad Yasevich2007-09-171-23/+45
* [SCTP]: Add RCU synchronization around sctp_localaddr_listVlad Yasevich2007-09-171-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] SCTP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-6/+6
* [SCTP]: ->a_h is gone now.Al Viro2006-12-031-2/+0Star
* [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().Al Viro2006-12-031-1/+1
* [SCTP]: Trivial parts of a_h -> a switch.Al Viro2006-12-031-2/+2
* [SCTP]: sctp_copy_one_addr() switched to net-endian.Al Viro2006-12-031-5/+3Star
* [SCTP]: Switch ->from_addr_param() to net-endian.Al Viro2006-12-031-4/+2Star
* [SCTP]: Switch sctp_add_bind_addr() to net-endian.Al Viro2006-12-031-6/+10
* [SCTP]: Switch sctp_del_bind_addr() to net-endian.Al Viro2006-12-031-4/+1Star
* [SCTP]: Switch sctp_bind_addr_match() to net-endian.Al Viro2006-12-031-3/+1Star
* [SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.Al Viro2006-12-031-5/+8
* [SCTP] embedded sctp_addr: net-endian mirrorsAl Viro2006-12-031-0/+2
* [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro2006-12-031-11/+11
* [SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endianAl Viro2006-12-031-1/+3
* [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala2006-07-211-3/+5