Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
33a38ccbbdf78696bdcd5be644fddf0fdd5bd81d
/
net
/
sctp
0cf0071
Linux 3.4.111
by Ivan Grinko
· 10 years ago
9cc712e
Merge tag 'v3.4.110' into mm-6.0
by José Adolfo Galdámez
· 11 years ago
cb94940
net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param
by Saran Maruti Ramanara
· 12 years ago
ffbd2ce
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet
by Daniel Borkmann
· 12 years ago
7a1d4ba
net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
by Daniel Borkmann
· 12 years ago
594c5e6
net: sctp: fix panic on duplicate ASCONF chunks
by Daniel Borkmann
· 12 years ago
d994f6a
net: sctp: fix slab corruption from use after free on INIT collisions
by Daniel Borkmann
· 12 years ago
1097d78
Merge tag 'v3.4.105' into cm-12.0
by Paul
· 12 years ago
e55f3fc
Merge remote-tracking branch 'codeaurora/caf/kk_2.7_rb1.43' into cm-11.0
by David Hays
· 12 years ago
588af24
seq_file: remove "%n" usage from seq_file users
by Tetsuo Handa
· 13 years ago
5c19acc
sctp: fix possible seqlock seadlock in sctp_packet_transmit()
by Eric Dumazet
· 12 years ago
0fd6471
net: sctp: inherit auth_capable on INIT collisions
by Daniel Borkmann
· 12 years ago
9de2be6
net: sctp: fix information leaks in ulpevent layer
by Daniel Borkmann
· 12 years ago
3309a97
sctp: Fix sk_ack_backlog wrap-around problem
by Xufeng Zhang
· 12 years ago
7658e7d
net: sctp: test if association is dead in sctp_wake_up_waiters
by Daniel Borkmann
· 12 years ago
0fc175d
net: sctp: wake up all assocs if sndbuf policy is per socket
by Daniel Borkmann
· 12 years ago
978a9b7
net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
by Daniel Borkmann
· 12 years ago
18684df
net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable
by Daniel Borkmann
· 12 years ago
19e4838
net: sctp: fix sctp_connectx abi for ia32 emulation/compat mode
by Daniel Borkmann
· 13 years ago
f3ce845
sctp: Perform software checksum if packet has to be fragmented.
by Vlad Yasevich
· 13 years ago
80d20e7
sctp: Use software crc32 checksum when xfrm transform will happen.
by Fan Du
· 13 years ago
9dea496
net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit
by Daniel Borkmann
· 13 years ago
835e0aa
net: sctp: fix smatch warning in sctp_send_asconf_del_ip
by Daniel Borkmann
· 13 years ago
1c1c7a7
Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"
by Greg Kroah-Hartman
· 13 years ago
d9a6f71
sctp: fully initialize sctp_outq in sctp_outq_init
by Neil Horman
· 13 years ago
93f7534
net: sctp: fix NULL pointer dereference in socket destruction
by Daniel Borkmann
· 13 years ago
a009d58
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
by Daniel Borkmann
· 14 years ago
ca42fad
sctp: don't break the loop while meeting the active_path so as to find the matched transport
by Xufeng Zhang
· 13 years ago
0aa8bf9
sctp: Use correct sideffect command in duplicate cookie handling
by Vlad Yasevich
· 13 years ago
d6f5498
net: sctp: sctp_endpoint_free: zero out secret key data
by Daniel Borkmann
· 14 years ago
8a501d8
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
by Daniel Borkmann
· 14 years ago
4c921d0
sctp: refactor sctp_outq_teardown to insure proper re-initalization
by Neil Horman
· 14 years ago
dff343c
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
by Tommi Rantala
· 14 years ago
d0804c6
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails
by Tommi Rantala
· 14 years ago
c2f5b75
sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()
by Zijie Pan
· 14 years ago
8d16c62
sctp: Don't charge for data in sndbuf again when transmitting packet
by Thomas Graf
· 14 years ago
2936d35
sctp: Fix list corruption resulting from freeing an association on a list
by Neil Horman
· 14 years ago
e026886
sctp: check cached dst before using it
by Nicolas Dichtel
· 14 years ago
acdd598
sctp: Allow struct sctp_event_subscribe to grow without breaking binaries
by Thomas Graf
· 14 years ago
0343c55
sctp: Export sctp_do_peeloff
by Benjamin Poirier
· 14 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
abb434c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 15 years ago
a76c0ad
sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
by Thomas Graf
· 15 years ago
2692ba6
sctp: fix incorrect overflow check on autoclose
by Xi Wang
· 15 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 15 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 15 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 15 years ago
c89304b
sctp: better integer overflow check in sctp_auth_create_key()
by Xi Wang
· 15 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 15 years ago
34d2d89
sctp: fasthandoff with ASCONF at server-node
by Michio Honda
· 15 years ago
ddc4bbe
sctp: fasthandoff with ASCONF at mobile-node
by Michio Honda
· 15 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 15 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 15 years ago
b903d32
ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT
by Eric Dumazet
· 15 years ago
87fb4b7
net: more accurate skb truesize
by Eric Dumazet
· 15 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 15 years ago
d5ccd49
sctp: deal with multiple COOKIE_ECHO chunks
by Max Matveev
· 15 years ago
6af29cc
sctp: Bundle HEAERTBEAT into ASCONF_ACK
by Michio Honda
· 15 years ago
f207c05
sctp: HEARTBEAT negotiation after ASCONF
by Michio Honda
· 15 years ago
033b114
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
b73c43f
net: sctp: fix checksum marking for outgoing packets
by Michał Mirosław
· 15 years ago
6a7ebdf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
cd4fcc7
sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket
by Thomas Graf
· 15 years ago
f8d9605
sctp: Enforce retransmission limit during shutdown
by Thomas Graf
· 15 years ago
9491230
sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it
by Wei Yongjun
· 15 years ago
f03d78d
net: refine {udp|tcp|sctp}_mem limits
by Eric Dumazet
· 15 years ago
7fd71b1
sctp: Reduce switch/case indent
by Joe Perches
· 15 years ago
ea11073
net: Remove casts of void *
by Joe Perches
· 15 years ago
6d65e5e
sctp: kzalloc() error handling on deleting last address
by Michio Honda
· 15 years ago
5d0c90c
sctp: Guard IPV6 specific code properly.
by David S. Miller
· 15 years ago
8a07eb0
sctp: Add ASCONF operation on the single-homed host
by Michio Honda
· 15 years ago
7dc04d7
sctp: Add socket option operation for Auto-ASCONF.
by Michio Honda
· 15 years ago
dd51be0
sctp: Add sysctl support for Auto-ASCONF.
by Michio Honda
· 15 years ago
9f7d653
sctp: Add Auto-ASCONF support (core).
by Michio Honda
· 15 years ago
b136410
sctp: Add ADD/DEL ASCONF handling at the receiver.
by Michio Honda
· 15 years ago
a000c01
sctp: stop pending timers and purge queues when peer restart asoc
by Wei Yongjun
· 15 years ago
8b4472c
sctp: fix memory leak of the ASCONF queue when free asoc
by Wei Yongjun
· 15 years ago
71338aa
net: convert %p usage to %pK
by Dan Rosenberg
· 15 years ago
5d41452
sctp: Fix build failure.
by David S. Miller
· 15 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
c182f90
SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()
by Jacek Luczak
· 15 years ago
afd7614
sctp: sctp_sendmsg: Don't test known non-null sinfo
by Joe Perches
· 15 years ago
517aa0b
sctp: sctp_sendmsg: Don't initialize default_sinfo
by Joe Perches
· 15 years ago
902ebd3
sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()
by David S. Miller
· 15 years ago
7ef73bc
sctp: Fix debug message args.
by David S. Miller
· 15 years ago
f1c0a27
sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()
by David S. Miller
· 15 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 15 years ago
8663c93
sctp: Store a flowi in transports to provide persistent keying.
by David S. Miller
· 15 years ago
1231f0b
net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()
by Lai Jiangshan
· 15 years ago
18a353f
sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()
by David S. Miller
· 15 years ago
da0420b
sctp: clean up route lookup calls
by Vlad Yasevich
· 15 years ago
af13847
sctp: remove useless arguments from get_saddr() call
by Vlad Yasevich
· 15 years ago
9c6a02f
sctp: make sctp over IPv6 work with IPsec
by Vlad Yasevich
· 15 years ago
9914ae3
sctp: cache the ipv6 source after route lookup
by Vlad Yasevich
· 15 years ago
6250341
sctp: fix sctp to work with ipv6 source address routing
by Weixing Shi
· 15 years ago
e9c5499
Revert wrong fixes for common misspellings
by Lucas De Marchi
· 15 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 15 years ago
e1cdd55
sctp: implement event notification SCTP_SENDER_DRY_EVENT
by Wei Yongjun
· 15 years ago
ee916fd
sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT
by Wei Yongjun
· 15 years ago
209ba42
sctp: implement socket option SCTP_GET_ASSOC_ID_LIST
by Wei Yongjun
· 15 years ago
Next »