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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
1
-22
/
+2
2018-01-10
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
1
-32
/
+8
2018-01-10
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
1
-1
/
+0
2018-01-09
ipv6: remove null_entry before adding default route
Wei Wang
1
-9
/
+29
2018-01-09
ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table
Colin Ian King
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-22
/
+28
2018-01-09
esp: Fix GRO when the headers not fully in the linear part of the skb.
Steffen Klassert
1
-1
/
+2
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
15
-111
/
+335
2018-01-08
net: ipv6: Allow connect to linklocal address from socket bound to vrf
David Ahern
2
-4
/
+2
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
1
-1
/
+2
2018-01-08
netfilter: flow table support for IPv6
Pablo Neira Ayuso
4
-1
/
+290
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
4
-36
/
+1
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
1
-6
/
+1
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-3
/
+3
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
2
-8
/
+6
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
1
-26
/
+0
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-5
/
+5
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+2
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
1
-7
/
+7
2018-01-08
netfilter: nf_tables: remove multihook chains and families
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: nf_tables_inet: don't use multihook infrastructure anymore
Pablo Neira Ayuso
1
-2
/
+1
2018-01-08
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
Pablo Neira Ayuso
3
-3
/
+6
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+4
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
1
-14
/
+12
2018-01-08
netfilter: conntrack: timeouts can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: l4 protocol trackers can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: constify list of builtin trackers
Florian Westphal
1
-1
/
+1
2018-01-08
xfrm: Return error on unknown encap_type in init_state
Herbert Xu
1
-2
/
+1
2018-01-08
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-08
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2
-4
/
+3
2018-01-08
ipv6: Export sernum update function
Ido Schimmel
1
-3
/
+8
2018-01-08
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-08
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-08
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-08
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-08
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
2
-6
/
+19
2018-01-08
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
2
-18
/
+23
2018-01-08
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
2
-0
/
+32
2018-01-08
ipv6: Mark dead nexthops with appropriate flags
Ido Schimmel
1
-1
/
+3
2018-01-08
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
2
-6
/
+3
2018-01-04
ipv6: fix general protection fault in fib6_add()
Wei Wang
1
-15
/
+20
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-6
/
+1
2018-01-02
ip6_tunnel: allow ip6gre dev mtu to be set below 1280
Xin Long
1
-3
/
+3
2018-01-02
ip6_tunnel: disable dst caching if tunnel is dual-stack
Eli Cooper
1
-4
/
+5
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-26
/
+40
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-73
/
+48
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+9
[prev]
[next]