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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-21
[LLC]: Replace __inline__ with inline
Arnaldo Carvalho de Melo
1
-5
/
+4
2006-03-21
[LLC]: Fix struct proto .name
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-03-21
[NET] pktgen: Fix races between control/worker threads.
Arthur Kepner
1
-25
/
+110
2006-03-21
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
Arnaldo Carvalho de Melo
6
-141
/
+148
2006-03-21
[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init
Arnaldo Carvalho de Melo
1
-7
/
+11
2006-03-21
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
Arnaldo Carvalho de Melo
2
-8
/
+8
2006-03-21
[DCCP]: Dont use dccp_v4_checksum in dccp_make_response
Arnaldo Carvalho de Melo
2
-3
/
+3
2006-03-21
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
Arnaldo Carvalho de Melo
4
-14
/
+17
2006-03-21
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
Arnaldo Carvalho de Melo
4
-104
/
+112
2006-03-21
[DCCP]: Generalize dccp_v4_send_reset
Arnaldo Carvalho de Melo
5
-38
/
+28
2006-03-21
[DCCP] feat: Introduce sysctls for the default features
Arnaldo Carvalho de Melo
5
-11
/
+160
2006-03-21
[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock
Arnaldo Carvalho de Melo
1
-5
/
+4
2006-03-21
[DCCP]: Kconfig tidy up
Arnaldo Carvalho de Melo
1
-2
/
+4
2006-03-21
[DCCP]: sparse endianness annotations
Andrea Bittau
6
-45
/
+33
2006-03-21
[NETFILTER]: Fix skb->nf_bridge lifetime issues
Patrick McHardy
1
-4
/
+0
2006-03-21
[DCCP] feat: Actually change the CCID upon negotiation
Andrea Bittau
1
-1
/
+42
2006-03-21
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
9
-210
/
+260
2006-03-21
[PKT_SCHED]: Convert sch_red to a classful qdisc
Patrick McHardy
1
-16
/
+163
2006-03-21
[XFRM]: Add some missing exports.
David S. Miller
2
-0
/
+7
2006-03-21
[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
David S. Miller
2
-3
/
+3
2006-03-21
[XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.
David S. Miller
1
-2
/
+2
2006-03-21
[IPSEC]: Sync series - policy expires
Jamal Hadi Salim
3
-4
/
+59
2006-03-21
[IPSEC]: Sync series - SA expires
Jamal Hadi Salim
2
-7
/
+40
2006-03-21
[IPSEC]: Sync series - acquire insert
Jamal Hadi Salim
2
-2
/
+57
2006-03-21
[IPSEC]: Sync series - user
Jamal Hadi Salim
2
-10
/
+230
2006-03-21
[IPSEC]: Sync series - fast path
Jamal Hadi Salim
4
-0
/
+4
2006-03-21
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
3
-2
/
+101
2006-03-21
[PKT_SCHED]: Keep backlog counter in sch_sfq
Patrick McHardy
1
-0
/
+5
2006-03-21
[PKT_SCHED]: Restore TBF change semantic
Patrick McHardy
1
-2
/
+3
2006-03-21
[PKT_SCHED]: Dump child qdisc handle in sch_{atm,dsmark}
Patrick McHardy
2
-0
/
+2
2006-03-21
[PKT_SCHED]: Qdisc drop operation is optional
Patrick McHardy
3
-5
/
+5
2006-03-21
[NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...
Patrick McHardy
1
-4
/
+48
2006-03-21
[NETFILTER]: ctnetlink: avoid unneccessary event message generation
Patrick McHardy
3
-6
/
+14
2006-03-21
[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...
Patrick McHardy
9
-370
/
+220
2006-03-21
[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h
Patrick McHardy
2
-19
/
+6
2006-03-21
[NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functions
Patrick McHardy
69
-29
/
+160
2006-03-21
[NETFILTER]: x_tables: pass registered match/target data to match/target func...
Patrick McHardy
4
-17
/
+22
2006-03-21
[NETFILTER]: Convert x_tables matches/targets to centralized error checking
Patrick McHardy
23
-511
/
+167
2006-03-21
[NETFILTER]: Convert ip6_tables matches/targets to centralized error checking
Patrick McHardy
16
-165
/
+47
2006-03-21
[NETFILTER]: Convert arp_tables targets to centralized error checking
Patrick McHardy
2
-6
/
+8
2006-03-21
[NETFILTER]: Convert ip_tables matches/targets to centralized error checking
Patrick McHardy
28
-390
/
+103
2006-03-21
[NETFILTER]: Change {ip,ip6,arp}_tables to use centralized error checking
Patrick McHardy
3
-13
/
+50
2006-03-21
[NETFILTER]: xt_tables: add centralized error checking
Patrick McHardy
1
-7
/
+65
2006-03-21
[NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct_reasm
Yasuyuki Kozakai
1
-4
/
+4
2006-03-21
[NETFILTER]: Fix CID offset bug in PPTP NAT helper debug message
Holger Eitzenberger
1
-3
/
+5
2006-03-21
[DCCP] CCID2: Drop sock reference count on timer expiration and reset.
Andrea Bittau
1
-11
/
+15
2006-03-21
[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'
Harald Welte
7
-116
/
+114
2006-03-21
[TCP]: MTU probing
John Heffner
6
-37
/
+302
2006-03-21
[IPV4] fib_rules.c: make struct fib_rules static again
Adrian Bunk
1
-1
/
+1
2006-03-21
[IPCOMP6]: don't check vfree() argument for NULL.
Jesper Juhl
1
-2
/
+2
[next]