aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-25net: vrf: Remove direct access to skb->dataDavid Ahern1-5/+8
2016-02-11vrf: duplicate include of rtnetlink.hstephen hemminger1-1/+0
2016-02-07net: Add support for fill_slave_info to VRF deviceDavid Ahern1-0/+21
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern1-3/+7
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+1
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-1/+1
2015-11-24vrf: remove slave queue and private slave structNikolay Aleksandrov1-63/+5
2015-11-23vrf: fix double free and memory corruption on register_netdevice failureNikolay Aleksandrov1-10/+1
2015-10-13net: Add IPv6 support to VRF deviceDavid Ahern1-1/+272
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-2/+2
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-2/+2
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-2/+2
2015-10-07net: Add source address lookup op for VRFDavid Ahern1-0/+35
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-6/+4
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern1-2/+2
2015-10-05vrf: fix a kernel warningWANG Cong1-1/+1
2015-09-29net: Remove vrf header fileDavid Ahern1-1/+15
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern1-30/+2
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern1-0/+29
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-3/+3
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