index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-21
[DCCP] CCID2: Drop sock reference count on timer expiration and reset.
Andrea Bittau
1
-11
/
+15
2006-03-21
[DCCP]: Initial feature negotiation implementation
Andrea Bittau
10
-5
/
+813
2006-03-21
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
Andrea Bittau
6
-3
/
+952
2006-03-21
[DCCP] CCID3: Set the no_feedback_timer fields near init_timer
Arnaldo Carvalho de Melo
1
-2
/
+3
2006-03-21
[DCCP]: Don't alloc ack vector for the control sock
Arnaldo Carvalho de Melo
1
-6
/
+5
2006-03-21
[DCCP] ackvec: Delete all the ack vector records in dccp_ackvec_free
Arnaldo Carvalho de Melo
1
-1
/
+11
2006-03-21
[DCCP] CCID: Allow ccid_{init,exit} to be NULL
Arnaldo Carvalho de Melo
2
-15
/
+1
2006-03-21
[DCCP] ackvec: Introduce ack vector records
Andrea Bittau
2
-98
/
+173
2006-03-21
[DCCP] ackvec: Introduce dccp_ackvec_slab
Arnaldo Carvalho de Melo
3
-3
/
+52
2006-03-21
[DCCP]: Fix error handling in dccp_init
Arnaldo Carvalho de Melo
1
-1
/
+3
2006-03-21
[DCCP] ackvec: Ditch dccpav_buf_len
Arnaldo Carvalho de Melo
4
-25
/
+15
2006-03-05
[DCCP] ccid3: Divide by zero fix
Ian McDonald
1
-3
/
+7
2006-02-08
[PATCH] remove bogus asm/bug.h includes.
Al Viro
1
-1
/
+0
2006-02-01
[DCCP] ipv6: dccp_v6_send_response() has a DST leak too.
David S. Miller
1
-0
/
+1
2006-02-01
[IPV4]: Always set fl.proto in ip_route_newports
Patrick McHardy
1
-1
/
+2
2006-01-18
[NET]: "signed long" -> "long"
Kris Katterjohn
1
-1
/
+1
2006-01-07
[NETFILTER]: Handle NAT in IPsec policy checks
Patrick McHardy
1
-1
/
+1
2006-01-07
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
Patrick McHardy
1
-0
/
+1
2006-01-07
[IPV6]: Move nextheader offset to the IP6CB
Patrick McHardy
1
-1
/
+1
2006-01-07
[DCCP]: ipv6.c needs net/ip6_checksum.c
David S. Miller
1
-0
/
+1
2006-01-04
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
2
-16
/
+23
2006-01-04
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
1
-3
/
+3
2006-01-04
[DCCP]: Notify CCID only after ACK vectors have been processed.
Andrea Bittau
1
-3
/
+3
2006-01-04
[DCCP]: Send an ACK vector when ACKing a response packet
Andrea Bittau
1
-0
/
+6
2006-01-04
[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.
Andrea Bittau
1
-22
/
+34
2006-01-04
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
5
-2
/
+6
2006-01-04
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
2
-37
/
+3
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
1
-1
/
+1
2006-01-04
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
6
-23
/
+28
2006-01-04
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
1
-170
/
+1
2006-01-04
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
1
-159
/
+1
2006-01-04
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
2
-2
/
+13
2006-01-04
[DCCP]: Use reqsk_free in dccp_v4_conn_request
Arnaldo Carvalho de Melo
1
-4
/
+1
2006-01-04
[DCCP]: Introduce DCCPv6
Arnaldo Carvalho de Melo
4
-1
/
+1491
2006-01-04
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
6
-52
/
+114
2006-01-04
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
3
-6
/
+6
2006-01-04
[DCCP]: Introduce dccp_ipv4_af_ops
Arnaldo Carvalho de Melo
5
-14
/
+39
2006-01-04
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-12-22
[DCCP]: Comment typo
Ian McDonald
1
-1
/
+1
2005-11-21
[DCCP]: Add missing no_policy flag to struct net_protocol
Patrick McHardy
1
-0
/
+1
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
2
-6
/
+3
2005-11-06
[TCP/DCCP]: Randomize port selection
Stephen Hemminger
1
-29
/
+3
2005-11-01
[DCCP]: Set socket owner iff packet is not data
Herbert Xu
1
-6
/
+11
2005-11-01
[DCCP]: Simplify skb_set_owner_w semantics
Herbert Xu
2
-10
/
+14
2005-10-28
[PATCH] gfp_t: net/*
Al Viro
1
-1
/
+1
2005-10-20
[DCCP]: Clear the IPCB area
Herbert Xu
2
-0
/
+3
2005-10-20
[DCCP]: Make dccp_write_xmit always free the packet
Herbert Xu
2
-3
/
+2
2005-10-20
[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL
Herbert Xu
1
-4
/
+2
2005-10-11
[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets
Arnaldo Carvalho de Melo
1
-1
/
+5
2005-10-11
[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions
Arnaldo Carvalho de Melo
1
-2
/
+2
[next]