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-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
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
4
-6
/
+6
2005-10-04
[INET]: speedup inet (tcp/dccp) lookups
Eric Dumazet
1
-6
/
+6
2005-09-18
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
3
-6
/
+98
2005-09-18
[DCCP]: Don't use necessarily the same CCID for tx and rx
Arnaldo Carvalho de Melo
2
-3
/
+4
2005-09-18
[CCID3]: Introduce include/linux/tfrc.h
Arnaldo Carvalho de Melo
1
-10
/
+13
2005-09-18
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
Arnaldo Carvalho de Melo
9
-622
/
+607
2005-09-17
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
Arnaldo Carvalho de Melo
5
-19
/
+125
2005-09-17
[DCCP]: More precisely set reset_code when sending RESET packets
Arnaldo Carvalho de Melo
2
-14
/
+18
2005-09-14
[DCCP]: Handle SYNC packets in dccp_rcv_state_process
Arnaldo Carvalho de Melo
1
-0
/
+6
2005-09-14
[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-09-13
[CCID3]: Listen socks doesn't have a private CCID block
Arnaldo Carvalho de Melo
1
-0
/
+8
2005-09-10
[CCID3] Cleanup ccid3 debug calls
Arnaldo Carvalho de Melo
1
-97
/
+67
2005-09-10
[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock
Arnaldo Carvalho de Melo
2
-7
/
+0
2005-09-10
[CCID3] Initialize ccid3hctx_t_ipi to 250ms
Arnaldo Carvalho de Melo
2
-1
/
+3
2005-09-09
[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency
Arnaldo Carvalho de Melo
2
-45
/
+37
2005-09-09
[DCCP] Introduce dccp_timestamp
Arnaldo Carvalho de Melo
8
-39
/
+60
[next]