Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a9417357cff6027f9d6b1740f821baa59f2381f4
/
net
/
sctp
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
9cbcbf4
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
1669d85
SCTP: Add scope_id validation for link-local binds
by Vlad Yasevich
· 17 years ago
f50f95c
SCTP: Check to make sure file is valid before setting timeout
by Vlad Yasevich
· 17 years ago
3663c30
SCTP: Fix thinko in sctp_copy_laddrs()
by Vlad Yasevich
· 17 years ago
5131a18
SCTP: lock_sock_nested in sctp_sock_migrate
by Zach Brown
· 17 years ago
186e234
SCTP: Fix sctp_getsockopt_get_peer_addrs
by Neil Horman
· 17 years ago
408f22e
SCTP: update sctp_getsockopt helpers to allow oversized buffers
by Neil Horman
· 17 years ago
06ad391
[SCTP] Don't disable PMTU discovery when mtu is small
by Vlad Yasevich
· 17 years ago
8a47949
[SCTP] Flag a pmtu change request
by Vlad Yasevich
· 17 years ago
c910b47
[SCTP] Update pmtu handling to be similar to tcp
by Vlad Yasevich
· 17 years ago
fe979ac
[SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails
by Vlad Yasevich
· 17 years ago
8b35805
[SCTP]: Allow unspecified port in sctp_bindx()
by Vlad Yasevich
· 17 years ago
d570ee4
[SCTP]: Correctly set daddr for IPv6 sockets during peeloff
by Vlad Yasevich
· 17 years ago
75202e7
[NET]: Fix comparisons of unsigned < 0.
by Bill Nottingham
· 17 years ago
29e32cc
[SCTP]: Use menuconfig objects.
by Jan Engelhardt
· 17 years ago
ac40e41
[SCTP]: Do not include ABORT chunk header in the notification.
by Vlad Yasevich
· 17 years ago
70b57b8
[SCTP]: Correctly copy addresses in sctp_copy_laddrs
by Vlad Yasevich
· 17 years ago
8dc4984
[SCTP]: Prevent OOPS if hmac modules didn't load
by Vlad Yasevich
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 17 years ago
07d9396
[SCTP]: Set assoc_id correctly during INIT collision.
by Vlad Yasevich
· 18 years ago
827bf12
[SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()
by Sridhar Samudrala
· 18 years ago
ce5325c
[SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP.
by Vlad Yasevich
· 18 years ago
16d00fb
[SCTP]: Verify all destination ports in sctp_connectx.
by Vlad Yasevich
· 18 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
aad97f3
[SCTP]: Fix sctp_getsockopt_local_addrs_old() to use local storage.
by Vlad Yasevich
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
6047637
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
by Herbert Xu
· 18 years ago
7033157
[SCTP]: Implement SCTP_MAX_BURST socket option.
by Vlad Yasevich
· 18 years ago
a5a35e7
[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.
by Vlad Yasevich
· 18 years ago
bdf3092
[SCTP]: Honor flags when setting peer address parameters
by Vlad Yasevich
· 18 years ago
1ae4114d
[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE event
by Vlad Yasevich
· 18 years ago
d49d91d
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
by Vlad Yasevich
· 18 years ago
b6e1331
[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
by Vlad Yasevich
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
2e07fa9
[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
a27ef74
[SCTP]: Eliminate some pointer attributions to the skb layer headers
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
2c0fd38
[SCTP]: Introduce sctp_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
1ced98e
[SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull
by Arnaldo Carvalho de Melo
· 18 years ago
31c7711
[SK_BUFF]: Some more simple skb_reset_network_header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
d0cf0d9
[SCTP]: Do not interleave non-fragments when in partial delivery
by Vlad Yasevich
· 18 years ago
0304ff8a
[SCTP]: Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation.
by Paolo Galtieri
· 18 years ago
ea2bc48
[SCTP]: Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message
by Tsutomu Fujii
· 18 years ago
289f424
[SCTP]: Correctly reset ssthresh when restarting association
by Vlad Yasevich
· 18 years ago
749bf92
[SCTP]: Reset some transport and association variables on restart
by Vlad Yasevich
· 18 years ago
fb78525
[SCTP]: Increment error counters on user requested HBs.
by Vlad Yasevich
· 18 years ago
0b58a81
[SCTP]: Clean up stale data during association restart
by Vlad Yasevich
· 18 years ago
e2eb8d4
[SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlist
by Jarek Poplawski
· 18 years ago
1845a57
[SCTP]: Strike the transport before updating rto.
by Vlad Yasevich
· 18 years ago
8c4a2d4
[SCTP]: Fix connection hang/slowdown with PR-SCTP
by Vlad Yasevich
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
cb18eccf
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e533ca1
[SCTP]: Force update of the rto when processing HB-ACK
by Vlad Yasevich
· 18 years ago
e89862f
[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().
by David S. Miller
· 18 years ago
1e5c11f
[SCTP]: Fix compiler warning.
by Brian Haley
· 18 years ago
732ba35
[SCTP]: Fix SACK sequence during shutdown
by Vlad Yasevich
· 18 years ago
610ab73
[SCTP]: Correctly handle unexpected INIT-ACK chunk.
by Vlad Yasevich
· 18 years ago
d023f62
[SCTP]: Verify some mandatory parameters.
by Vlad Yasevich
· 18 years ago
ebdfcad
[SCTP]: Set correct error cause value for missing parameters
by Vlad Yasevich
· 18 years ago
4a1c010
[SCTP]: Fix err_hdr assignment in sctp_init_cause.
by Vlad Yasevich
· 18 years ago
2412318
[SCTP]: make 2 functions static
by Adrian Bunk
· 18 years ago
0f3fffd
[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
by Ivan Skytte Jorgensen
· 18 years ago
6ab792f
[SCTP]: Add support for SCTP_CONTEXT socket option.
by Ivan Skytte Jorgensen
· 18 years ago
882a382
[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.
by Sridhar Samudrala
· 18 years ago
29c7cf9
[SCTP]: Handle address add/delete events in a more efficient way.
by Sridhar Samudrala
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
af997d8
[SCTP]: Use kzalloc where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
34bcca2
[SCTP]: Even more trivial sctp annotations.
by Al Viro
· 18 years ago
2178eda
[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.
by Al Viro
· 18 years ago
9f81bcd
[SCTP]: More trivial sctp annotations.
by Al Viro
· 18 years ago
3dbe865
[SCTP]: Annotate ->supported_addrs().
by Al Viro
· 18 years ago
dce116a
[SCTP]: Get rid of the last remnants of sin_port flipping.
by Al Viro
· 18 years ago
6fbfa9f
[SCTP]: Annotate ->inaddr_any().
by Al Viro
· 18 years ago
7dcdbd9
[SCTP]: Don't bother setting sin_port in ->from_sk().
by Al Viro
· 18 years ago
516b20e
[SCTP]: ->a_h is gone now.
by Al Viro
· 18 years ago
9fd76494
[SCTP]: ip6_send() doesn't need fl_ip_[sd]port.
by Al Viro
· 18 years ago
7dd8a58
[SCTP]: sctp_sf_send_restart_abort() is endian-agnostic.
by Al Viro
· 18 years ago
8cec6b8
[SCTP]: We need to be careful when copying to sockaddr_storage.
by Al Viro
· 18 years ago
b3f5b3b
[SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions.
by Al Viro
· 18 years ago
74af924
[SCTP]: ->a_h is gone now.
by Al Viro
· 18 years ago
5ae955c
[SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr().
by Al Viro
· 18 years ago
6244be4
[SCTP]: Trivial parts of a_h -> a switch.
by Al Viro
· 18 years ago
80f15d6
[SCTP]: ->source_h is not used anymore.
by Al Viro
· 18 years ago
a926626
[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.
by Al Viro
· 18 years ago
16b0a03
[SCTP]: Switch sctp_chunk ->dest to net-endian.
by Al Viro
· 18 years ago
d448388
[SCTP]: sctp_transport_route() switched to net-endian.
by Al Viro
· 18 years ago
cb7b4a0
[SCTP]: Pass net-endian to ->get_dst().
by Al Viro
· 18 years ago
d3f7a54
[SCTP]: ->get_saddr() switched to net-endian.
by Al Viro
· 18 years ago
Next »