Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a594dcba943a2edc484ed83f694c27306bf5e28e
/
net
/
dccp
/
output.c
bc84987
[DCCP]: Wait for CCID
by Gerrit Renker
· 17 years ago
e356d37
[DCCP]: Factor out common code for generating Resets
by Gerrit Renker
· 17 years ago
ee1a159
[DCCP]: Remove duplicate code for Reset from connected socket
by Gerrit Renker
· 17 years ago
727ecc5
[DCCP]: Add FIXME for send_delayed_ack
by Gerrit Renker
· 17 years ago
b0d045c
[DCCP]: Parameter renaming
by Gerrit Renker
· 17 years ago
6626e36
[DCCP]: More debug information for dccp_wait_for_ccid
by Gerrit Renker
· 18 years ago
aabb601
[DCCP]: Initialise write_xmit_timer also on passive sockets
by Gerrit Renker
· 18 years ago
b08d584
[NET]: Fix kfree(skb)
by Patrick McHardy
· 18 years ago
c9eaf17
[NET] DCCP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e89862f
[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().
by David S. Miller
· 18 years ago
8109b02
[DCCP]: Whitespace cleanups
by Arnaldo Carvalho de Melo
· 18 years ago
f6282f4
[DCCP]: Warn when discarding packet due to internal errors
by Gerrit Renker
· 18 years ago
5cc3741d
[DCCP]: Remove timeo from output.c
by Ian McDonald
· 18 years ago
6b57c93
[DCCP]: Use `unsigned' for packet lengths
by Gerrit Renker
· 18 years ago
59348b1
[DCCP]: Simplified conditions due to use of enum:8 states
by Gerrit Renker
· 18 years ago
09dbc38
[DCCP]: Miscellaneous code tidy-ups
by Gerrit Renker
· 18 years ago
b9df3cb
[TCP/DCCP]: Introduce net_xmit_eval
by Gerrit Renker
· 18 years ago
d7f7365
[DCCPv6]: Choose a genuine initial sequence number
by Gerrit Renker
· 18 years ago
e11d9d3
[DCCP]: Increment sequence numbers on retransmitted Response packets
by Gerrit Renker
· 18 years ago
6f4e5ff
[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)
by Gerrit Renker
· 18 years ago
f45b3ec
[DCCP]: Fix logfile overflow
by Ian McDonald
· 18 years ago
9b42078
[DCCP]: Combine allocating & zeroing header space on skb
by Gerrit Renker
· 18 years ago
9317311
[TCP]: Don't set SKB owner in tcp_transmit_skb().
by David S. Miller
· 18 years ago
97e5848
[DCCP]: Introduce tx buffering
by Ian McDonald
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
2d0817d
[DCCP] options: Make dccp_insert_options & friends yell on error
by Arnaldo Carvalho de Melo
· 19 years ago
118b2c9
[DCCP]: Use sk->sk_prot->max_header consistently for non-data packets
by Arnaldo Carvalho de Melo
· 19 years ago
c25a18b
[DCCP]: Uninline some functions
by Arnaldo Carvalho de Melo
· 19 years ago
b61fafc
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
by Arnaldo Carvalho de Melo
· 19 years ago
0a1ec67
[DCCP]: Dont use dccp_v4_checksum in dccp_make_response
by Arnaldo Carvalho de Melo
· 19 years ago
017487d
[DCCP]: Generalize dccp_v4_send_reset
by Arnaldo Carvalho de Melo
· 19 years ago
afe0025
[DCCP]: Initial feature negotiation implementation
by Andrea Bittau
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
d83d846
[IP_SOCKGLUE]: Remove most of the tcp specific calls
by Arnaldo Carvalho de Melo
· 19 years ago
f21e68c
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
by Arnaldo Carvalho de Melo
· 19 years ago
57cca05
[DCCP]: Introduce dccp_ipv4_af_ops
by Arnaldo Carvalho de Melo
· 19 years ago
edc9e81
[DCCP]: Set socket owner iff packet is not data
by Herbert Xu
· 19 years ago
48918a4
[DCCP]: Simplify skb_set_owner_w semantics
by Herbert Xu
· 19 years ago
7d877f3
[PATCH] gfp_t: net/*
by Al Viro
· 19 years ago
49c5bfa
[DCCP]: Clear the IPCB area
by Herbert Xu
· 19 years ago
ffa2934
[DCCP]: Make dccp_write_xmit always free the packet
by Herbert Xu
· 19 years ago
fda0fd6
[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL
by Herbert Xu
· 19 years ago
ae31c33
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
by Arnaldo Carvalho de Melo
· 19 years ago
67e6b62
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
by Arnaldo Carvalho de Melo
· 19 years ago
dc19336
[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock
by Arnaldo Carvalho de Melo
· 19 years ago
c530cfb
[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet
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
a4beb1b
[DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending
by Arnaldo Carvalho de Melo
· 19 years ago
7ad07e7
[DCCP]: Implement the CLOSING timer
by Arnaldo Carvalho de Melo
· 19 years ago
2411772
[DCCP]: Fix ackno setting in SYNC/SYNCACK packets
by Arnaldo Carvalho de Melo
· 19 years ago
e92ae93
[DCCP]: Send SYNCACK packets in response to SYNC packets
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
27258ee
[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
by Arnaldo Carvalho de Melo
· 19 years ago
95b81ef
[DCCP]: Fix checksum routines
by Yoshifumi Nishida
· 19 years ago
7c65787
[DCCP]: Initial implementation
by Arnaldo Carvalho de Melo
· 19 years ago