Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6b5e633ab1525b4def3f36b53903b00586e9966d
/
net
/
dccp
6b5e633
[CCID3]: Introduce usecs_div
by Arnaldo Carvalho de Melo
· 19 years ago
b6ee3d4
[CCID3]: Reorganise timeval handling
by Arnaldo Carvalho de Melo
· 19 years ago
1f2333a
[CCID3]: Reflow to mostly fit under 80 columns
by Arnaldo Carvalho de Melo
· 19 years ago
d6809c1
[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit
by Arnaldo Carvalho de Melo
· 19 years ago
75b3f20
[DCCP]: Make the Debug Menu available when DCCP is statically linked too
by Arnaldo Carvalho de Melo
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
331968b
[DCCP]: Initial dccp_poll implementation
by Arnaldo Carvalho de Melo
· 19 years ago
8efa544
[DCCP]: Call the HC exit routines at dccp_v4_destroy_sock
by Arnaldo Carvalho de Melo
· 19 years ago
2babe1f
[DCCP]: Introduce dccp_get_info
by Arnaldo Carvalho de Melo
· 19 years ago
4fded33
[CCID3]: Calculate the RTT in the RX half connection
by Arnaldo Carvalho de Melo
· 19 years ago
d4b81ff
[DCCP]: Export dccp_insert_option_timestamp to CCIDs
by Arnaldo Carvalho de Melo
· 19 years ago
012e13e
[CCID]: Make ccid_hc_[rt]x_exit accept NULL arguments
by Arnaldo Carvalho de Melo
· 19 years ago
a4beb1b
[DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending
by Arnaldo Carvalho de Melo
· 19 years ago
20472af
[DCCP]: Fix skb leak in dccp_sendmsg
by Arnaldo Carvalho de Melo
· 19 years ago
7ad07e7
[DCCP]: Implement the CLOSING timer
by Arnaldo Carvalho de Melo
· 19 years ago
58e4513
[DCCP]: Fix printf format warnings on 64-bit.
by David S. Miller
· 19 years ago
2411772
[DCCP]: Fix ackno setting in SYNC/SYNCACK packets
by Arnaldo Carvalho de Melo
· 19 years ago
03ace39
[DCCP]: Fix the ACK and SEQ window variables settings
by Arnaldo Carvalho de Melo
· 19 years ago
a3054d4
[DCCP]: Give more info on Step 6 failure debug printk
by Arnaldo Carvalho de Melo
· 19 years ago
2807d4f
[DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset
by Arnaldo Carvalho de Melo
· 19 years ago
c68e64c
[CCID3]: Reintroduce ccid3hctx_t_rto
by Arnaldo Carvalho de Melo
· 19 years ago
1bc0986
[DCCP]: Fix the timestamp options
by Ian McDonald
· 19 years ago
c59eab4
[DCCP]: Use LIMIT_NETDEBUG in some debugging printks
by Arnaldo Carvalho de Melo
· 19 years ago
5480855
[DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
by Arnaldo Carvalho de Melo
· 19 years ago
b1c9fe7
[DCCP]: Fix elapsed time option as per section 13.2 of spec v11
by Ian McDonald
· 19 years ago
e92ae93
[DCCP]: Send SYNCACK packets in response to SYNC packets
by Arnaldo Carvalho de Melo
· 19 years ago
a10cedd
[DCCP]: Fix compiler warnings
by Patrick McHardy
· 19 years ago
a1d3a35
[DCCP]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
8649b0d
[DCCP]: Fix RESET handling in dccp_rcv_state_process
by Arnaldo Carvalho de Melo
· 19 years ago
725ba8e
[DCCP]: Introduce the DCCP Kernel hacking menu
by Arnaldo Carvalho de Melo
· 19 years ago
531669a
[DCCP]: Rewrite dccp_sendmsg to be more like UDP
by Arnaldo Carvalho de Melo
· 19 years ago
7690af3
[DCCP]: Just reflow the source code to fit in 80 columns
by Arnaldo Carvalho de Melo
· 19 years ago
c173437
[PACKET_HISTORY]: Add dccphtx_rtt and rename the win_count fields
by Arnaldo Carvalho de Melo
· 19 years ago
17b085e
[INET_DIAG]: Move the tcp_diag interface to the proper place
by Arnaldo Carvalho de Melo
· 19 years ago
a8c2190
[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
by Arnaldo Carvalho de Melo
· 19 years ago
73c1f4a
[TCPDIAG]: Just rename everything to inet_diag
by Arnaldo Carvalho de Melo
· 19 years ago
4f5736c
[TCPDIAG]: Introduce inet_diag_{register,unregister}
by Arnaldo Carvalho de Melo
· 19 years ago
cef07fd
[CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SEC
by Arnaldo Carvalho de Melo
· 19 years ago
8c60f3f
[CCID3]: Separate most of the packet history code
by Arnaldo Carvalho de Melo
· 19 years ago
540722f
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
by Arnaldo Carvalho de Melo
· 19 years ago
64ce207
[NET]: Make NETDEBUG pure printk wrappers
by Patrick McHardy
· 19 years ago
64cf1e5
[DCCP]: Finish the TIMEWAIT minisock support
by Arnaldo Carvalho de Melo
· 19 years ago
0b4e03b
[DCCP]: Initialize icsk_rto in dccp_v4_init_sock
by Arnaldo Carvalho de Melo
· 19 years ago
27258ee
[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
by Arnaldo Carvalho de Melo
· 19 years ago
f6ccf55
[DCCP]: Fix u64 printf format warnings.
by David S. Miller
· 19 years ago
bb97d31
[INET]: Make inet_create try to load protocol modules
by Arnaldo Carvalho de Melo
· 19 years ago
757f612
[CCID3]: Reenable list_for_each_entry_safe_continue usage
by Arnaldo Carvalho de Melo
· 19 years ago
95b81ef
[DCCP]: Fix checksum routines
by Yoshifumi Nishida
· 19 years ago
a019d6f
[ICSK]: Move generalised functions from tcp to inet_connection_sock
by Arnaldo Carvalho de Melo
· 19 years ago
7c65787
[DCCP]: Initial implementation
by Arnaldo Carvalho de Melo
· 19 years ago