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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-04
netfilter: conntrack: built-in support for SCTP
Davide Caratti
1
-0
/
+3
2016-12-04
netfilter: conntrack: built-in support for DCCP
Davide Caratti
1
-0
/
+3
2016-12-04
netfilter: update Arturo Borrero Gonzalez email address
Arturo Borrero Gonzalez
2
-4
/
+4
2016-12-04
ipv4: fib: Replay events when registering FIB notifier
Ido Schimmel
1
-2
/
+146
2016-12-04
ipv4: fib: Allow for consistent FIB dumping
Ido Schimmel
2
-0
/
+3
2016-12-04
ipv4: fib: Convert FIB notification chain to be atomic
Ido Schimmel
1
-4
/
+4
2016-12-04
ipv4: fib: Export free_fib_info()
Ido Schimmel
1
-0
/
+1
2016-12-04
udp: be less conservative with sock rmem accounting
Paolo Abeni
1
-2
/
+2
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-5
/
+11
2016-12-02
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
1
-1
/
+11
2016-12-02
tcp: allow to turn tcp timestamp randomization off
Florian Westphal
1
-0
/
+1
2016-12-02
tcp: randomize tcp timestamp offsets for each connection
Florian Westphal
5
-7
/
+16
2016-12-02
ipv4: Set skb->protocol properly for local output
Eli Cooper
1
-0
/
+2
2016-12-02
route: Set lwtstate for local traffic and cached input dsts
Thomas Graf
1
-13
/
+26
2016-12-02
route: Set orig_output when redirecting to lwt on locally generated traffic
Thomas Graf
1
-1
/
+3
2016-12-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2016-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+6
2016-11-30
net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.
Lorenzo Colitti
1
-1
/
+2
2016-11-30
netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...
Hongxu Jia
1
-2
/
+2
2016-11-30
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
1
-0
/
+20
2016-11-30
tcp: export sender limits chronographs to TCP_INFO
Francis Yan
1
-0
/
+20
2016-11-30
tcp: instrument how long TCP is limited by insufficient send buffer
Francis Yan
3
-3
/
+24
2016-11-30
tcp: instrument how long TCP is limited by receive window
Francis Yan
1
-2
/
+9
2016-11-30
tcp: instrument how long TCP is busy sending
Francis Yan
2
-3
/
+19
2016-11-30
tcp: instrument tcp sender limits chronographs
Francis Yan
1
-0
/
+30
2016-11-30
esp4: Fix integrity verification when ESN are used
Tobias Brunner
1
-1
/
+1
2016-11-30
GSO: Reload iph after pskb_may_pull
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-11-28
tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
Julian Wollrath
1
-0
/
+1
2016-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2016-11-26
net: ipv4, ipv6: run cgroup eBPF egress programs
Daniel Mack
1
-2
/
+24
2016-11-24
tcp: enhance tcp_collapse_retrans() with skb_shift()
Eric Dumazet
1
-11
/
+11
2016-11-24
udplite: call proper backlog handlers
Eric Dumazet
3
-3
/
+3
2016-11-24
netfilter: Update ip_route_me_harder to consider L3 domain
David Ahern
1
-1
/
+4
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-24
/
+125
2016-11-21
tcp: make undo_cwnd mandatory for congestion modules
Florian Westphal
7
-6
/
+18
2016-11-21
tcp: add cwnd_undo functions to various tcp cc algorithms
Florian Westphal
5
-1
/
+55
2016-11-21
tcp: zero ca_priv area when switching cc algorithms
Florian Westphal
1
-1
/
+3
2016-11-21
udp: avoid one cache line miss in recvmsg()
Eric Dumazet
1
-1
/
+2
2016-11-20
net: fix bogus cast in skb_pagelen() and use unsigned variables
Alexey Dobriyan
1
-1
/
+1
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
5
-7
/
+7
2016-11-18
udp: enable busy polling for all sockets
Eric Dumazet
1
-0
/
+2
2016-11-16
ipv4: Fix memory leak in exception case for splitting tries
Alexander Duyck
1
-1
/
+3
2016-11-16
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
2
-5
/
+80
2016-11-16
tcp: allow to enable the repair mode for non-listening sockets
Andrey Vagin
1
-1
/
+1
2016-11-16
udp: restore UDPlite many-cast delivery
Pablo Neira
1
-3
/
+3
2016-11-16
dctcp: update cwnd on congestion event
Florian Westphal
1
-1
/
+8
2016-11-16
igmp: do not remove igmp souce list info when set link down
Hangbin Liu
1
-14
/
+36
2016-11-15
udplite: fix NULL pointer dereference
Paolo Abeni
2
-2
/
+4
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-49
/
+71
2016-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
13
-104
/
+67
[prev]
[next]