index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2017-03-22
net: vrf: Reset rt6i_idev in local dst after put
David Ahern
1
-1
/
+3
2017-03-09
vrf: Fix use-after-free in vrf_xmit
David Ahern
1
-1
/
+2
2017-02-12
net: rename dst_neigh_output back to neigh_output
Julian Anastasov
1
-2
/
+2
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
1
-1
/
+4
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-01-11
net: vrf: do not allow table id 0
David Ahern
1
-0
/
+2
2017-01-11
net: ipv4: Fix multipath selection with vrf
David Ahern
1
-0
/
+2
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-3
/
+2
2017-01-04
net: vrf: Add missing Rx counters
David Ahern
1
-0
/
+3
2016-12-17
net: vrf: Drop conntrack data after pass through VRF device on Tx
David Ahern
1
-0
/
+4
2016-12-17
net: vrf: Fix NAT within a VRF
David Ahern
1
-2
/
+0
2016-11-01
net: Enable support for VRF with ipv4 multicast
David Ahern
1
-5
/
+18
2016-10-17
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
1
-0
/
+2
2016-09-17
net: vrf: Remove RT_FL_TOS
David Ahern
1
-3
/
+0
2016-09-11
net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag
David Ahern
1
-3
/
+2
2016-09-11
net: l3mdev: remove get_rtable method
David Ahern
1
-21
/
+0
2016-09-11
net: ipv6: Remove l3mdev_get_saddr6
David Ahern
1
-41
/
+0
2016-09-11
net: ipv4: Remove l3mdev_get_saddr
David Ahern
1
-38
/
+0
2016-09-11
net: vrf: Flip IPv6 output path from FIB lookup hook to out hook
David Ahern
1
-42
/
+82
2016-09-11
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
David Ahern
1
-1
/
+63
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
[next]