aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan/ipvlan_core.c
AgeCommit message (Expand)Author
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2021-12-02ipvlan: Remove redundant if statementsXu Wang
2021-01-28ipvlan: remove h from printk format specifierTom Rix
2020-03-09ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet
2020-03-09ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar
2020-03-09ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-08ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-28ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni
2018-02-28ipvlan: egress mcast packets are not exceptionalPaolo Abeni
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce
2017-12-15ipvlan: remove excessive packet scrubbingMahesh Bandewar
2017-12-15Revert "ipvlan: add L2 check for packets arriving via virtual devices"Mahesh Bandewar
2017-12-11ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng
2017-12-03ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng
2017-11-11ipvlan: fix ipv6 outbound deviceKeefe Liu
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi
2016-12-28driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng
2016-12-23ipvlan: fix multicast processingMahesh Bandewar
2016-12-23ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet
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