summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan
AgeCommit message (Expand)AuthorFilesLines
2020-03-20ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-20ipvlan: egress mcast packets are not exceptionalPaolo Abeni1-2/+2
2020-03-20ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2020-03-20ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-20ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2019-06-25net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin1-1/+1
2019-03-19ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann1-1/+8
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-3/+3
2018-08-24ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu1-8/+28
2018-07-22ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long1-1/+2
2018-03-19ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar1-0/+4
2018-02-25ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng1-0/+1
2017-12-17ipvlan: fix ipv6 outbound deviceKeefe Liu1-1/+1
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail1-2/+2
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-02ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-17ipvlan: Stop advertising NETIF_F_UFO support.David S. Miller2-2/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer3-7/+8
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+69
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal2-15/+70
2017-02-12ipvtap: IP-VLAN based tap driverSainath Grandhi5-13/+266
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-2/+2
2017-01-16ipvlan: fix dev_id creation corner case.Mahesh Bandewar1-0/+3
2017-01-11ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar2-1/+13
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2017-01-04ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar2-1/+17
2016-12-28driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng1-3/+0
2016-12-28driver: ipvlan: Define common functions to decrease duplicated codes used to ...Gao Feng1-39/+29
2016-12-24ipvlan: fix multicast processingMahesh Bandewar2-11/+20
2016-12-24ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2-14/+31
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-12-08driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng1-1/+3
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng2-3/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+12
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng2-2/+1
2016-11-28driver: ipvlan: Fix one possible memleak in ipvlan_link_newGao Feng1-5/+12
2016-10-16ipvlan: constify l3mdev_ops structureJulia Lawall1-1/+1
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar3-7/+180
2016-07-26ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar1-14/+25
2016-06-09net: ipvlan: call netdev_lockdep_set_classes()Eric Dumazet1-21/+1
2016-04-29ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar1-11/+8
2016-03-18vlan: propagate gso_max_segsEric Dumazet1-0/+2
2016-02-26net: ipvlan: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-22ipvlan: misc changesMahesh Bandewar3-18/+20