summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
AgeCommit message (Expand)Author
2020-05-10net: vrf: Fix dst reference countingDavid Ahern
2018-04-13vrf: Fix use after free and double free in vrf_finish_outputDavid Ahern
2017-07-21vrf: fix bug_on triggered by rx when destroying a vrfNikolay Aleksandrov
2017-03-22vrf: Fix use-after-free in vrf_xmitDavid Ahern
2017-01-15net: vrf: do not allow table id 0David Ahern
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-15net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern
2016-04-20net: vrf: Remove direct access to skb->dataDavid Ahern
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2015-11-23vrf: fix double free and memory corruption on register_netdevice failureNikolay Aleksandrov
2015-10-13net: Add IPv6 support to VRF deviceDavid Ahern
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-07net: Add source address lookup op for VRFDavid Ahern
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern
2015-10-05vrf: fix a kernel warningWANG Cong
2015-09-29net: Remove vrf header fileDavid Ahern
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern
2015-09-29net: Add support for l3mdev ops to VRF driverDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17net: Fix vti use case with oif in dst lookupsDavid Ahern
2015-09-15net: Add FIB table id to rtableDavid Ahern
2015-08-28net: Add ethernet header for pass through VRF deviceDavid Ahern
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-20vrf: ndo_add|del_slave drop unnecessary checksNikolay Aleksandrov
2015-08-20vrf: move vrf_insert_slave so we can drop a goto labelNikolay Aleksandrov
2015-08-20vrf: remove unnecessary duplicate checkNikolay Aleksandrov
2015-08-20vrf: don't panic on cache create failureNikolay Aleksandrov
2015-08-20vrf: plug skb leaksNikolay Aleksandrov
2015-08-18vrf: simplify the netdev notifier functionNikolay Aleksandrov
2015-08-18vrf: don't check for dstats and rth in uninit pathNikolay Aleksandrov
2015-08-18vrf: drop unused num_slaves memberNikolay Aleksandrov
2015-08-18vrf: drop unnecessary dev refcnt changesNikolay Aleksandrov
2015-08-13net: Introduce VRF device driverDavid Ahern