summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan/ipvlan_core.c
AgeCommit message (Expand)Author
2020-03-20ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar
2020-03-20ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet
2020-03-20ipvlan: egress mcast packets are not exceptionalPaolo Abeni
2020-03-20ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar
2018-03-22ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar
2018-02-25ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng
2017-12-16ipvlan: fix ipv6 outbound deviceKeefe Liu
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar
2016-07-25ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar
2016-02-21ipvlan: misc changesMahesh Bandewar
2016-02-21ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca
2015-10-22ipvlan: read direct ifindex instead of iflinkBrenden Blanco
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-07-15ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31ipvlan: fix check for IP addresses in control pathJiri Benc
2015-03-31ipvlan: protect against concurrent link removalJiri Benc
2015-03-31ipvlan: fix addr hash list corruptionJiri Benc
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-25ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar