summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan/ipvlan.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-08ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann1-4/+33
2018-03-08ipvlan: properly annotate rx_handler accessPaolo Abeni1-1/+1
2018-03-07net: unpollute priv_flags spacePaolo Abeni1-0/+6
2018-02-28ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni1-0/+1
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar1-0/+15
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar1-0/+16
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal1-0/+2
2017-02-12ipvtap: IP-VLAN based tap driverSainath Grandhi1-0/+7
2017-01-11ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar1-0/+1
2017-01-04ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar1-0/+1
2016-12-24ipvlan: fix multicast processingMahesh Bandewar1-0/+5
2016-12-07driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng1-1/+0
2016-11-30driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng1-1/+0
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar1-0/+6
2016-02-22ipvlan: misc changesMahesh Bandewar1-6/+3
2016-02-22ipvlan: mode is u16Mahesh Bandewar1-1/+0
2015-07-16ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong1-0/+5
2015-07-16ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov1-1/+1
2015-07-16ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov1-2/+0
2015-05-06ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar1-0/+5
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc1-1/+3
2015-02-12ipvlan: add a missing __percpu pcpu_statsEric Dumazet1-1/+1
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar1-10/+0
2014-11-30ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar1-1/+2
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar1-0/+130