summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan.h
Commit message (Expand)AuthorAgeFilesLines
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-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-111-0/+7
* ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar2017-01-101-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/+0
* driver: ipvlan: Remove useless member mtu_adj of struct ipvl_devGao Feng2016-11-301-1/+0
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-191-0/+6
* ipvlan: misc changesMahesh Bandewar2016-02-211-6/+3
* ipvlan: mode is u16Mahesh Bandewar2016-02-211-1/+0
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-151-0/+5
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-151-1/+1
* ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2015-07-151-2/+0
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-051-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-111-1/+1
* ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-091-10/+0
* ipvlan: ipvlan depends on INET and IPV6Mahesh Bandewar2014-11-291-1/+2
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-241-0/+130