Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
09b8f7a93efd4b2c4ef391e2fbf076f28c6d36d6
/
net
/
dccp
/
ipv4.c
b8282dc
[DCCP]: Fix leak in net/dccp/ipv4.c
by Eric Sesterhenn
· 19 years ago
543d9cf
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
by Arnaldo Carvalho de Melo
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
c5fed15
[DCCP]: ditch dccp_v[46]_ctl_send_ack
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
c4d9390
[ICSK]: Introduce inet_csk_ctl_sock_create
by Arnaldo Carvalho de Melo
· 19 years ago
7247887
[DCCP] ipv6: Add missing ipv6 control socket
by Arnaldo Carvalho de Melo
· 19 years ago
5e0817f
[DCCP] ipv4: make struct dccp_v4_prot static
by Adrian Bunk
· 19 years ago
b61fafc
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
by Arnaldo Carvalho de Melo
· 19 years ago
075ae86
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
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
c985ed7
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
by Arnaldo Carvalho de Melo
· 19 years ago
3e0fadc
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
by Arnaldo Carvalho de Melo
· 19 years ago
017487d
[DCCP]: Generalize dccp_v4_send_reset
by Arnaldo Carvalho de Melo
· 19 years ago
04e2661
[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock
by Arnaldo Carvalho de Melo
· 19 years ago
60fe62e
[DCCP]: sparse endianness annotations
by Andrea Bittau
· 19 years ago
91f0ebf
[DCCP] CCID: Improve CCID infrastructure
by Arnaldo Carvalho de Melo
· 19 years ago
afe0025
[DCCP]: Initial feature negotiation implementation
by Andrea Bittau
· 19 years ago
2a91aa3
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
by Andrea Bittau
· 19 years ago
9833d6d
[DCCP]: Don't alloc ack vector for the control sock
by Arnaldo Carvalho de Melo
· 19 years ago
7400d78
[DCCP] ackvec: Ditch dccpav_buf_len
by Arnaldo Carvalho de Melo
· 19 years ago
5d39a79
[IPV4]: Always set fl.proto in ip_route_newports
by Patrick McHardy
· 19 years ago
eb9c7eb
[NETFILTER]: Handle NAT in IPsec policy checks
by Patrick McHardy
· 19 years ago
b59c270
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
by Patrick McHardy
· 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
25995ff
[SOCK]: Introduce sk_receive_skb
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
a7f5e7f
[INET]: Generalise tcp_v4_hash_connect
by Arnaldo Carvalho de Melo
· 19 years ago
6d6ee43
[TWSK]: Introduce struct timewait_sock_ops
by Arnaldo Carvalho de Melo
· 19 years ago
fc44b98
[DCCP]: Use reqsk_free in dccp_v4_conn_request
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
34ca686
[DCCP]: Just rename dccp_v4_prot to dccp_prot
by Arnaldo Carvalho de Melo
· 19 years ago
57cca05
[DCCP]: Introduce dccp_ipv4_af_ops
by Arnaldo Carvalho de Melo
· 19 years ago
971af18
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
by Arnaldo Carvalho de Melo
· 19 years ago
4c7e689
[DCCP]: Comment typo
by Ian McDonald
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
6df7163
[TCP/DCCP]: Randomize port selection
by Stephen Hemminger
· 19 years ago
49c5bfa
[DCCP]: Clear the IPCB area
by Herbert Xu
· 19 years ago
81c3d54
[INET]: speedup inet (tcp/dccp) lookups
by Eric Dumazet
· 19 years ago
561713c
[DCCP]: Don't use necessarily the same CCID for tx and rx
by Arnaldo Carvalho de Melo
· 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
0c10c5d
[DCCP]: More precisely set reset_code when sending RESET packets
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
b0e5678
[DCCP] Introduce dccp_timestamp
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
8efa544
[DCCP]: Call the HC exit routines at dccp_v4_destroy_sock
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
2807d4f
[DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset
by Arnaldo Carvalho de Melo
· 19 years ago
c59eab4
[DCCP]: Use LIMIT_NETDEBUG in some debugging printks
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
a1d3a35
[DCCP]: Fix sparse warnings
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
540722f
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
by Arnaldo Carvalho de Melo
· 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
f6ccf55
[DCCP]: Fix u64 printf format warnings.
by David S. Miller
· 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