aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-3/+4
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern1-1/+2
2015-09-15net: Add FIB table id to rtableDavid Ahern1-0/+2
2015-08-28net: Add ethernet header for pass through VRF deviceDavid Ahern1-3/+45
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+0
2015-08-20vrf: ndo_add|del_slave drop unnecessary checksNikolay Aleksandrov1-5/+1
2015-08-20vrf: move vrf_insert_slave so we can drop a goto labelNikolay Aleksandrov1-6/+2
2015-08-20vrf: remove unnecessary duplicate checkNikolay Aleksandrov1-8/+0
2015-08-20vrf: don't panic on cache create failureNikolay Aleksandrov1-1/+1
2015-08-20vrf: plug skb leaksNikolay Aleksandrov1-3/+10
2015-08-18vrf: simplify the netdev notifier functionNikolay Aleksandrov1-3/+2
2015-08-18vrf: don't check for dstats and rth in uninit pathNikolay Aleksandrov1-4/+2
2015-08-18vrf: drop unused num_slaves memberNikolay Aleksandrov1-2/+0
2015-08-18vrf: drop unnecessary dev refcnt changesNikolay Aleksandrov1-2/+0
2015-08-13net: Introduce VRF device driverDavid Ahern1-0/+685