index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vrf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-5
/
+8
|
\
|
*
net: vrf: Remove direct access to skb->data
David Ahern
2016-02-25
1
-5
/
+8
*
|
vrf: duplicate include of rtnetlink.h
stephen hemminger
2016-02-11
1
-1
/
+0
*
|
net: Add support for fill_slave_info to VRF device
David Ahern
2016-02-07
1
-0
/
+21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-06
1
-3
/
+7
|
\
|
*
net: Propagate lookup failure in l3mdev_get_saddr to caller
David Ahern
2016-01-04
1
-3
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
1
-10
/
+1
|
\
|
|
*
vrf: fix double free and memory corruption on register_netdevice failure
Nikolay Aleksandrov
2015-11-23
1
-10
/
+1
*
|
net: add possibility to pass information about upper device via notifier
Jiri Pirko
2015-12-03
1
-1
/
+1
*
|
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
2015-12-03
1
-1
/
+1
*
|
vrf: remove slave queue and private slave struct
Nikolay Aleksandrov
2015-11-24
1
-63
/
+5
|
/
*
net: Add IPv6 support to VRF device
David Ahern
2015-10-13
1
-1
/
+272
*
dst: Pass net into dst->output
Eric W. Biederman
2015-10-08
1
-2
/
+1
*
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
2015-10-08
1
-2
/
+2
*
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
2015-10-08
1
-1
/
+1
*
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
2015-10-08
1
-2
/
+2
*
dst: Pass a sk into .local_out
Eric W. Biederman
2015-10-08
1
-2
/
+2
*
net: Add source address lookup op for VRF
David Ahern
2015-10-07
1
-0
/
+35
*
net: Add netif_is_l3_slave
David Ahern
2015-10-07
1
-6
/
+4
*
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
David Ahern
2015-10-07
1
-2
/
+2
*
vrf: fix a kernel warning
WANG Cong
2015-10-05
1
-1
/
+1
*
net: Remove vrf header file
David Ahern
2015-09-29
1
-1
/
+15
*
net: Remove the now unused vrf_ptr
David Ahern
2015-09-29
1
-30
/
+2
*
net: Add support for l3mdev ops to VRF driver
David Ahern
2015-09-29
1
-0
/
+29
*
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
2015-09-29
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-26
1
-1
/
+2
|
\
|
*
net: Fix vti use case with oif in dst lookups
David Ahern
2015-09-17
1
-1
/
+2
*
|
netfilter: Pass net into okfn
Eric W. Biederman
2015-09-17
1
-1
/
+1
*
|
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
2015-09-17
1
-3
/
+4
*
|
net: Add FIB table id to rtable
David Ahern
2015-09-15
1
-0
/
+2
|
/
*
net: Add ethernet header for pass through VRF device
David Ahern
2015-08-28
1
-3
/
+45
*
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-20
1
-1
/
+0
*
vrf: ndo_add|del_slave drop unnecessary checks
Nikolay Aleksandrov
2015-08-20
1
-5
/
+1
*
vrf: move vrf_insert_slave so we can drop a goto label
Nikolay Aleksandrov
2015-08-20
1
-6
/
+2
*
vrf: remove unnecessary duplicate check
Nikolay Aleksandrov
2015-08-20
1
-8
/
+0
*
vrf: don't panic on cache create failure
Nikolay Aleksandrov
2015-08-20
1
-1
/
+1
*
vrf: plug skb leaks
Nikolay Aleksandrov
2015-08-20
1
-3
/
+10
*
vrf: simplify the netdev notifier function
Nikolay Aleksandrov
2015-08-18
1
-3
/
+2
*
vrf: don't check for dstats and rth in uninit path
Nikolay Aleksandrov
2015-08-18
1
-4
/
+2
*
vrf: drop unused num_slaves member
Nikolay Aleksandrov
2015-08-18
1
-2
/
+0
*
vrf: drop unnecessary dev refcnt changes
Nikolay Aleksandrov
2015-08-18
1
-2
/
+0
*
net: Introduce VRF device driver
David Ahern
2015-08-13
1
-0
/
+685