summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann2019-02-081-4/+33
* ipvlan: properly annotate rx_handler accessPaolo Abeni2018-03-081-1/+1
* net: unpollute priv_flags spacePaolo Abeni2018-03-071-0/+6
* ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni2018-02-281-0/+1
* ipvlan: implement VEPA modeMahesh Bandewar2017-10-291-0/+15
* ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar2017-10-291-0/+16
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2
* ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal2017-04-251-0/+2
* ipvtap: IP-VLAN based tap driverSainath Grandhi2017-02-121-0/+7
* ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar2017-01-111-0/+1
* ipvlan: assign unique dev-id for each slave device.Mahesh Bandewar2017-01-041-0/+1
* ipvlan: fix multicast processingMahesh Bandewar2016-12-231-0/+5
* driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcuGao Feng2016-12-071-1/+0Star
* driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng2016-11-301-1/+0Star
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-191-0/+6
* ipvlan: misc changesMahesh Bandewar2016-02-221-6/+3Star
* ipvlan: mode is u16Mahesh Bandewar2016-02-221-1/+0Star
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-161-0/+5
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-161-1/+1
* ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2015-07-161-2/+0Star
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-061-0/+5
* ipvlan: fix check for IP addresses in control pathJiri Benc2015-03-311-1/+3
* ipvlan: add a missing __percpu pcpu_statsEric Dumazet2015-02-121-1/+1
* ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-091-10/+0Star
* ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2014-11-301-1/+2
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-241-0/+130