summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
Commit message (Expand)AuthorAge
* net: Add IPv6 support to VRF deviceDavid Ahern2015-10-13
* dst: Pass net into dst->outputEric W. Biederman2015-10-08
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-08
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-08
* dst: Pass a sk into .local_outEric W. Biederman2015-10-08
* net: Add source address lookup op for VRFDavid Ahern2015-10-07
* net: Add netif_is_l3_slaveDavid Ahern2015-10-07
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-07
* vrf: fix a kernel warningWANG Cong2015-10-05
* net: Remove vrf header fileDavid Ahern2015-09-29
* net: Remove the now unused vrf_ptrDavid Ahern2015-09-29
* net: Add support for l3mdev ops to VRF driverDavid Ahern2015-09-29
* net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\
| * net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-17
* | netfilter: Pass net into okfnEric W. Biederman2015-09-17
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-17
* | net: Add FIB table id to rtableDavid Ahern2015-09-15
|/
* net: Add ethernet header for pass through VRF deviceDavid Ahern2015-08-28
* route: move lwtunnel state to dst_entryJiri Benc2015-08-20
* vrf: ndo_add|del_slave drop unnecessary checksNikolay Aleksandrov2015-08-20
* vrf: move vrf_insert_slave so we can drop a goto labelNikolay Aleksandrov2015-08-20
* vrf: remove unnecessary duplicate checkNikolay Aleksandrov2015-08-20
* vrf: don't panic on cache create failureNikolay Aleksandrov2015-08-20
* vrf: plug skb leaksNikolay Aleksandrov2015-08-20
* vrf: simplify the netdev notifier functionNikolay Aleksandrov2015-08-18
* vrf: don't check for dstats and rth in uninit pathNikolay Aleksandrov2015-08-18
* vrf: drop unused num_slaves memberNikolay Aleksandrov2015-08-18
* vrf: drop unnecessary dev refcnt changesNikolay Aleksandrov2015-08-18
* net: Introduce VRF device driverDavid Ahern2015-08-13