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
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
/
drivers
/
net
/
vrf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-05
net: vrf: Add support for PREROUTING rules on vrf device
David Ahern
1
-0
/
+21
2016-06-18
net: vrf: Implement get_saddr for IPv6
David Ahern
1
-0
/
+41
2016-06-16
net: vrf: Switch dst dev to loopback on device delete
David Ahern
1
-13
/
+42
2016-06-16
net: vrf: Update flags and features settings
David Ahern
1
-0
/
+14
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
1
-5
/
+93
2016-06-15
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
David Ahern
1
-1
/
+1
2016-06-10
net: vrf: Fix crash when IPv6 is disabled at boot time
David Ahern
1
-0
/
+7
2016-06-09
net: vrf: call netdev_lockdep_set_classes()
Eric Dumazet
1
-1
/
+1
2016-06-08
net: vrf: Add l3mdev rules on first device create
David Ahern
1
-1
/
+105
2016-06-08
net: vrf: ipv6 support for local traffic to local addresses
David Ahern
1
-4
/
+85
2016-06-08
net: vrf: ipv4 support for local traffic to local addresses
David Ahern
1
-2
/
+98
2016-06-08
net: vrf: Minor refactoring for local address patches
David Ahern
1
-27
/
+18
2016-06-07
net: Revert vrf-local changes.
David S. Miller
1
-201
/
+33
2016-06-07
net: vrf: ipv6 support for local traffic to local addresses
David Ahern
1
-4
/
+85
2016-06-07
net: vrf: ipv4 support for local traffic to local addresses
David Ahern
1
-2
/
+98
2016-06-07
net: vrf: Minor refactoring for local address patches
David Ahern
1
-27
/
+18
2016-06-03
net: vrf: set operstate and mtu at link create
David Ahern
1
-0
/
+6
2016-05-16
net: vrf: protect changes to private data with rcu
David Ahern
1
-23
/
+47
2016-05-12
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-98
/
+91
2016-05-10
net: l3mdev: Allow send on enslaved interface
David Ahern
1
-0
/
+2
2016-05-06
net: vrf: Create FIB tables on link create
David Ahern
1
-2
/
+11
2016-04-11
net: vrf: Fix dst reference counting
David Ahern
1
-161
/
+16
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+8
2016-02-25
net: vrf: Remove direct access to skb->data
David Ahern
1
-5
/
+8
2016-02-11
vrf: duplicate include of rtnetlink.h
stephen hemminger
1
-1
/
+0
2016-02-07
net: Add support for fill_slave_info to VRF device
David Ahern
1
-0
/
+21
2016-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2016-01-05
net: Propagate lookup failure in l3mdev_get_saddr to caller
David Ahern
1
-3
/
+7
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+1
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
1
-1
/
+1
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
1
-1
/
+1
2015-11-25
vrf: remove slave queue and private slave struct
Nikolay Aleksandrov
1
-63
/
+5
2015-11-24
vrf: fix double free and memory corruption on register_netdevice failure
Nikolay Aleksandrov
1
-10
/
+1
2015-10-13
net: Add IPv6 support to VRF device
David Ahern
1
-1
/
+272
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
1
-2
/
+1
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
1
-1
/
+1
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
1
-2
/
+2
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
1
-2
/
+2
2015-10-07
net: Add source address lookup op for VRF
David Ahern
1
-0
/
+35
2015-10-07
net: Add netif_is_l3_slave
David Ahern
1
-6
/
+4
2015-10-07
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
David Ahern
1
-2
/
+2
2015-10-05
vrf: fix a kernel warning
WANG Cong
1
-1
/
+1
2015-09-30
net: Remove vrf header file
David Ahern
1
-1
/
+15
2015-09-30
net: Remove the now unused vrf_ptr
David Ahern
1
-30
/
+2
2015-09-30
net: Add support for l3mdev ops to VRF driver
David Ahern
1
-0
/
+29
2015-09-30
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
1
-3
/
+3
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-09-18
netfilter: Pass net into okfn
Eric W. Biederman
1
-1
/
+1
2015-09-18
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
1
-3
/
+4
[next]