summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan
AgeCommit message (Expand)AuthorLines
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce-35/+85
2017-12-15ipvlan: remove excessive packet scrubbingMahesh Bandewar-2/+2
2017-12-15Revert "ipvlan: add L2 check for packets arriving via virtual devices"Mahesh Bandewar-4/+0
2017-12-11ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar-0/+4
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng-11/+2
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng-16/+17
2017-12-03ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng-0/+1
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng-1/+19
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng-8/+8
2017-11-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail-49/+55
2017-11-11ipvlan: fix ipv6 outbound deviceKeefe Liu-1/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar-9/+36
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar-5/+64
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail-2/+2
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern-2/+8
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern-4/+0
2017-10-12ipvlan: always use the current L2 addr of the masterMahesh Bandewar-1/+6
2017-10-04net: Add extack to upper device linkingDavid Ahern-1/+1
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-08-01ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal-1/+1
2017-07-17ipvlan: Stop advertising NETIF_F_UFO support.David S. Miller-2/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer-7/+8
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen-0/+69
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-1/+1
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal-15/+70
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi-13/+266
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar-2/+2
2017-01-16ipvlan: fix dev_id creation corner case.Mahesh Bandewar-0/+3
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar-1/+13
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger-3/+2
2017-01-04ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar-1/+17
2016-12-28driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng-3/+0
2016-12-28driver: ipvlan: Define common functions to decrease duplicated codes used to ...Gao Feng-39/+29
2016-12-23ipvlan: fix multicast processingMahesh Bandewar-11/+20
2016-12-23ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet-14/+31
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng-1/+3
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng-3/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+12
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng-2/+1
2016-11-27driver: ipvlan: Fix one possible memleak in ipvlan_link_newGao Feng-5/+12
2016-10-15ipvlan: constify l3mdev_ops structureJulia Lawall-1/+1
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar-7/+180