index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
bind_addr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-08
sctp: fix copying more bytes than expected in sctp_add_bind_addr
Marcelo Ricardo Leitner
1
-6
/
+8
2013-12-06
sctp: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+2
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
1
-6
/
+0
2013-07-25
net: sctp: trivial: update mailing list address
Daniel Borkmann
1
-1
/
+1
2013-06-18
net: sctp: get rid of t_new macro for kzalloc
Daniel Borkmann
1
-1
/
+1
2013-04-17
net: sctp: sctp_bind_addr: remove dead code
Daniel Borkmann
1
-7
/
+0
2012-08-15
sctp: Make sysctl tunables per net
Eric W. Biederman
1
-1
/
+1
2012-08-15
sctp: Push struct net down into sctp_in_scope
Eric W. Biederman
1
-2
/
+2
2012-08-15
sctp: Make the address lists per network namespace
Eric W. Biederman
1
-7
/
+7
2011-06-17
net: Remove casts of void *
Joe Perches
1
-1
/
+1
2011-06-02
sctp: Add Auto-ASCONF support (core).
Michio Honda
1
-0
/
+15
2011-05-21
sctp: Fix build failure.
David S. Miller
1
-1
/
+1
2011-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-6
/
+4
2011-05-20
SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()
Jacek Luczak
1
-6
/
+4
2011-05-08
net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()
Lai Jiangshan
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-17
net: remove INIT_RCU_HEAD() usage
Alexey Dobriyan
1
-1
/
+0
2009-09-05
sctp: Sysctl configuration for IPv4 Address Scoping
Bhaskar Dutta
1
-1
/
+20
2008-10-01
sctp: try harder to figure out address family when checking wildcards
Vlad Yasevich
1
-3
/
+13
2008-07-19
sctp: Support ipv6only AF_INET6 sockets.
Vlad Yasevich
1
-0
/
+37
2008-04-13
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
Robert P. J. Day
1
-11
/
+4
2008-03-12
[SCTP]: Fix local_addr deletions during list traversals.
Chidambar 'ilLogict' Zinnoury
1
-1
/
+3
2008-02-05
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
1
-4
/
+4
2008-01-29
[SCTP]: Implement ADD-IP special case processing for ABORT chunk
Vlad Yasevich
1
-0
/
+26
2008-01-29
[SCTP]: Change use_as_src into a full address state
Vlad Yasevich
1
-4
/
+5
2007-12-07
[SCTP]: Fix the bind_addr info during migration.
Vlad Yasevich
1
-0
/
+26
2007-11-07
SCTP: Update RCU handling during the ADD-IP case
Vlad Yasevich
1
-10
/
+3
2007-09-26
fix sctp_del_bind_addr() last argument type
Al Viro
1
-1
/
+1
2007-09-17
[SCTP]: Convert bind_addr_list locking to RCU
Vlad Yasevich
1
-23
/
+45
2007-09-17
[SCTP]: Add RCU synchronization around sctp_localaddr_list
Vlad Yasevich
1
-0
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-11
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-6
/
+6
2006-12-03
[SCTP]: ->a_h is gone now.
Al Viro
1
-2
/
+0
2006-12-03
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
Al Viro
1
-1
/
+1
2006-12-03
[SCTP]: Trivial parts of a_h -> a switch.
Al Viro
1
-2
/
+2
2006-12-03
[SCTP]: sctp_copy_one_addr() switched to net-endian.
Al Viro
1
-5
/
+3
2006-12-03
[SCTP]: Switch ->from_addr_param() to net-endian.
Al Viro
1
-4
/
+2
2006-12-03
[SCTP]: Switch sctp_add_bind_addr() to net-endian.
Al Viro
1
-6
/
+10
2006-12-03
[SCTP]: Switch sctp_del_bind_addr() to net-endian.
Al Viro
1
-4
/
+1
2006-12-03
[SCTP]: Switch sctp_bind_addr_match() to net-endian.
Al Viro
1
-3
/
+1
2006-12-03
[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.
Al Viro
1
-5
/
+8
2006-12-03
[SCTP] embedded sctp_addr: net-endian mirrors
Al Viro
1
-0
/
+2
2006-12-03
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
Al Viro
1
-11
/
+11
2006-12-03
[SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endian
Al Viro
1
-1
/
+3
2006-07-22
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed
Sridhar Samudrala
1
-3
/
+5
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
1
-6
/
+6
2005-07-12
[SCTP]: __nocast annotations
Alexey Dobriyan
1
-6
/
+10
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+417