summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_core.c
Commit message (Expand)AuthorAgeFilesLines
* ipvtap: IP-VLAN based tap driverSainath Grandhi2017-02-121-1/+2
* driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng2016-12-281-3/+0Star
* ipvlan: fix multicast processingMahesh Bandewar2016-12-231-11/+15
* ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-231-13/+25
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-191-0/+94
* ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar2016-07-261-14/+25
* ipvlan: misc changesMahesh Bandewar2016-02-221-11/+16
* ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar2016-02-221-9/+10
* ipvlan: fix use after free of skbSabrina Dubroca2015-11-171-1/+1
* ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca2015-11-171-5/+7
* ipvlan: read direct ifindex instead of iflinkBrenden Blanco2015-10-221-2/+2
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-2/+2
* ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman2015-10-081-2/+4
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-161-1/+1
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-161-3/+1Star
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-061-52/+86
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-8/+20
|\
| * ipvlan: fix check for IP addresses in control pathJiri Benc2015-03-311-5/+14
| * ipvlan: protect against concurrent link removalJiri Benc2015-03-311-1/+3
| * ipvlan: fix addr hash list corruptionJiri Benc2015-03-311-2/+3
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-1/+1
|/
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-311-1/+1
* ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-251-2/+4
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-241-0/+607