Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
e6577cb5103b7ca7c0204c0c86ef4af8aa6288f6
/
net
/
sctp
/
ipv6.c
ecf938f
sctp: set flow sport from saddr only when it's 0
by Xin Long
· 6 years ago
400b8b9
sctp: allocate sctp_sockaddr_entry with kzalloc
by Xin Long
· 6 years ago
2be09de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4a2eb0c
sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
by Xin Long
· 6 years ago
32bbd87
net: Convert protocol error handlers from void to int
by Stefano Brivio
· 6 years ago
0999f02
sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst
by Xin Long
· 7 years ago
8a9c58d
sctp: add support for dscp and flowlabel per transport
by Xin Long
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
568ea88
net/sctp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
644fbde
sctp: fix the issue that flags are ignored when using kernel_connect
by Xin Long
· 7 years ago
d625329
sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
by Xin Long
· 7 years ago
1071ec9
sctp: do not check port in sctp_inet6_cmp_addr
by Xin Long
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
6780db2
sctp: do not leak kernel memory to user space
by Eric Dumazet
· 7 years ago
9eda2d2
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 7 years ago
b7e10c2
sctp: Add ip option support
by Richard Haines
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
957d761
sctp: fix dst refcnt leak in sctp_v6_get_dst()
by Alexey Kodanev
· 7 years ago
37f47bc
sctp: avoid compiler warning on implicit fallthru
by Marcelo Ricardo Leitner
· 7 years ago
7c8a61d
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
by Eric W. Biederman
· 7 years ago
978aa04
sctp: fix some type cast warnings introduced since very beginning
by Xin Long
· 7 years ago
b71d21c
sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND
by Laszlo Toth
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
15339e44
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
by Alexander Potapenko
· 7 years ago
1c66201
sctp: remove the typedef sctp_scope_t
by Xin Long
· 7 years ago
00987cc
sctp: remove the typedef sctp_ipv6addr_param_t
by Xin Long
· 7 years ago
25e7f2d
sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst to find the correct route entry.
by Zheng Li
· 8 years ago
fdcee2c
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
by Eric Dumazet
· 8 years ago
dbc2b5e
sctp: fix src address selection if using secondary addresses for ipv6
by Xin Long
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
92e55f4
tcp: don't annotate mark on control socket from tcp_v6_send_response()
by Pablo Neira
· 8 years ago
0630c56
sctp: simplify addr copy
by Marcelo Ricardo Leitner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
dae399d
sctp: hold transport instead of assoc when lookup assoc in rx path
by Xin Long
· 8 years ago
fd2d180
sctp: use inet_recvmsg to support sctp RFS well
by Xin Long
· 8 years ago
9b97420
sctp: support ipv6 nonlocal bind
by Xin Long
· 8 years ago
1f45f78
sctp: allow GSO frags to access the chunk too
by Marcelo Ricardo Leitner
· 9 years ago
a16292a
net: rename ICMP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
40b4f0f
sctp: lack the check for ports in sctp_v6_cmp_addr
by Xin Long
· 9 years ago
9470e24
ipv6: sctp: clone options to avoid use after free
by Eric Dumazet
· 9 years ago
69ce648
ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()
by Eric Dumazet
· 9 years ago
c836a8b
ipv6: sctp: add rcu protection around np->opt
by Eric Dumazet
· 9 years ago
b197df4
ipv6: Add rt6_get_cookie() function
by Martin KaFai Lau
· 10 years ago
fd0273d
ipv6: Remove external dependency on rt6i_dst and rt6i_src
by Martin KaFai Lau
· 10 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
299ee12
sctp: Fixup v4mapped behaviour to comply with Sock API
by Jason Gunthorpe
· 10 years ago
b26ba20
net: Eliminate no_check from protosw
by Tom Herbert
· 11 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
661dbf3
net: sctp: fix initialization of local source address on accepted ipv6 sockets
by Matija Glavinic Pecotic
· 11 years ago
cb3f837
sctp: fix checkpatch errors with space required or prohibited
by wangweidong
· 11 years ago
790e38b
ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one
by Hannes Frederic Sowa
· 11 years ago
1669cb9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
4b2f13a
sctp: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
0e0d44a
net: Remove FLOWI_FLAG_CAN_SLEEP
by Steffen Klassert
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
fecda03
net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6
by Daniel Borkmann
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
3f96a53
net: sctp: rfc4443: do not report ICMP redirects to user space
by Daniel Borkmann
· 11 years ago
95ee620
net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit
by Daniel Borkmann
· 11 years ago
477143e
net: sctp: trivial: update bug report in header comment
by Daniel Borkmann
· 11 years ago
d27fc78
sctp: Don't lookup dst if transport dst is still valid
by fan.du
· 11 years ago
91705c6
net: sctp: trivial: update mailing list address
by Daniel Borkmann
· 11 years ago
bb33381
net: sctp: rework debugging framework to use pr_debug and friends
by Daniel Borkmann
· 12 years ago
dda9192
net: sctp: remove SCTP_STATIC macro
by Daniel Borkmann
· 12 years ago
939cfa7
net: sctp: get rid of t_new macro for kzalloc
by Daniel Borkmann
· 12 years ago
2c928e0
sctp: Correct byte order of access to skb->{network, transport}_header
by Simon Horman
· 12 years ago
158874c
sctp: Correct access to skb->{network, transport}_header
by Simon Horman
· 12 years ago
e9c0dfb
net: sctp: sctp_v6_get_dst: fix boolean test in dst cache
by Daniel Borkmann
· 12 years ago
ee3f34e
sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()
by Tommi Rantala
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
bb2db45
sctp: Enable sctp in all network namespaces
by Eric W. Biederman
· 12 years ago
4db67e8
sctp: Make the address lists per network namespace
by Eric W. Biederman
· 12 years ago
4110cc2
sctp: Make the association hashtable handle multiple network namespaces
by Eric W. Biederman
· 12 years ago
ec18d9a
ipv6: Add redirect support to all protocol icmp error handlers.
by David S. Miller
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
b903d32
ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT
by Eric Dumazet
· 13 years ago
9f7d653
sctp: Add Auto-ASCONF support (core).
by Michio Honda
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
1231f0b
net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
da0420b
sctp: clean up route lookup calls
by Vlad Yasevich
· 14 years ago
af13847
sctp: remove useless arguments from get_saddr() call
by Vlad Yasevich
· 14 years ago
9c6a02f
sctp: make sctp over IPv6 work with IPsec
by Vlad Yasevich
· 14 years ago
9914ae3
sctp: cache the ipv6 source after route lookup
by Vlad Yasevich
· 14 years ago
6250341
sctp: fix sctp to work with ipv6 source address routing
by Weixing Shi
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
4c9483b
ipv6: Convert to use flowi6 where applicable.
by David S. Miller
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 14 years ago
145ce50
net/sctp: Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
4e15ed4
net: replace ipfragok with skb->local_df
by Shan Wei
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
486f50c
SCTP: Change to use ipv6_addr_copy()
by Brian Haley
· 15 years ago
de7737e
sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
502a2ff
ipv6: convert idev_list to list macros
by stephen hemminger
· 15 years ago
dc4c2c3
net: remove INIT_RCU_HEAD() usage
by Alexey Dobriyan
· 15 years ago
40c9c31
sctp: ipv6: avoid touching device refcount
by Eric Dumazet
· 15 years ago
13f18aa
net: drop capability from protocol definitions
by Eric Paris
· 15 years ago
41135cc
net: constify struct inet6_protocol
by Alexey Dobriyan
· 15 years ago
Next »