summaryrefslogtreecommitdiff
path: root/drivers/net/vrf.c
Commit message (Expand)AuthorAge
* net: vrf: do not allow table id 0David Ahern2017-01-11
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-11
* net: vrf: Add missing Rx countersDavid Ahern2017-01-03
* net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern2016-12-17
* net: vrf: Fix NAT within a VRFDavid Ahern2016-12-17
* net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-01
* net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-17
* net: vrf: Remove RT_FL_TOSDavid Ahern2016-09-17
* net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flagDavid Ahern2016-09-10
* net: l3mdev: remove get_rtable methodDavid Ahern2016-09-10
* net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-10
* net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-10
* net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-10
* net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-10
* net: vrf: Add support for PREROUTING rules on vrf deviceDavid Ahern2016-07-05
* net: vrf: Implement get_saddr for IPv6David Ahern2016-06-17
* net: vrf: Switch dst dev to loopback on device deleteDavid Ahern2016-06-15
* net: vrf: Update flags and features settingsDavid Ahern2016-06-15
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-15
* net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern2016-06-15
* net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern2016-06-09
* net: vrf: call netdev_lockdep_set_classes()Eric Dumazet2016-06-09
* net: vrf: Add l3mdev rules on first device createDavid Ahern2016-06-08
* net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-08
* net: vrf: ipv4 support for local traffic to local addressesDavid Ahern2016-06-08
* net: vrf: Minor refactoring for local address patchesDavid Ahern2016-06-08
* net: Revert vrf-local changes.David S. Miller2016-06-06
* net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-06
* net: vrf: ipv4 support for local traffic to local addressesDavid Ahern2016-06-06
* net: vrf: Minor refactoring for local address patchesDavid Ahern2016-06-06
* net: vrf: set operstate and mtu at link createDavid Ahern2016-06-02
* net: vrf: protect changes to private data with rcuDavid Ahern2016-05-16
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-11
* net: l3mdev: Allow send on enslaved interfaceDavid Ahern2016-05-09
* net: vrf: Create FIB tables on link createDavid Ahern2016-05-06
* net: vrf: Fix dst reference countingDavid Ahern2016-04-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * net: vrf: Remove direct access to skb->dataDavid Ahern2016-02-25
* | vrf: duplicate include of rtnetlink.hstephen hemminger2016-02-11
* | net: Add support for fill_slave_info to VRF deviceDavid Ahern2016-02-07
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-06
|\
| * net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
|\ \ | |/
| * vrf: fix double free and memory corruption on register_netdevice failureNikolay Aleksandrov2015-11-23
* | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-03
* | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-03
* | vrf: remove slave queue and private slave structNikolay Aleksandrov2015-11-24
|/
* 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