aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar1-14/+25
2016-02-21ipvlan: misc changesMahesh Bandewar1-11/+16
2016-02-21ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar1-9/+10
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca1-1/+1
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca1-5/+7
2015-10-22ipvlan: read direct ifindex instead of iflinkBrenden Blanco1-2/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-2/+2
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman1-2/+4
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-1/+1
2015-07-15ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong1-1/+1
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov1-3/+1
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar1-52/+86
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+20
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-1/+1
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc1-5/+14
2015-03-31ipvlan: protect against concurrent link removalJiri Benc1-1/+3
2015-03-31ipvlan: fix addr hash list corruptionJiri Benc1-2/+3
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-25ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar1-2/+4
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar1-0/+607