summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan/ipvlan_core.c
Commit message (Expand)AuthorAge
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-04
* ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni2018-02-28
* ipvlan: egress mcast packets are not exceptionalPaolo Abeni2018-02-28
* ipvlan: drop ipv6 dependencyMatteo Croce2018-02-21
* ipvlan: remove excessive packet scrubbingMahesh Bandewar2017-12-15
* Revert "ipvlan: add L2 check for packets arriving via virtual devices"Mahesh Bandewar2017-12-15
* ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar2017-12-11
* ipvlan: Eliminate duplicated codes with existing functionGao Feng2017-12-06
* ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng2017-12-03
* ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng2017-11-24
* ipvlan: Fix insufficient skb linear check for arpGao Feng2017-11-24
* ipvlan: fix ipv6 outbound deviceKeefe Liu2017-11-11
* ipvlan: implement VEPA modeMahesh Bandewar2017-10-29
* ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar2017-10-29
* ipvtap: IP-VLAN based tap driverSainath Grandhi2017-02-11
* driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng2016-12-28
* ipvlan: fix multicast processingMahesh Bandewar2016-12-23
* ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-23
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-19
* ipvlan: Scrub skb before crossing the namespace boundryMahesh Bandewar2016-07-25
* ipvlan: misc changesMahesh Bandewar2016-02-21
* ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar2016-02-21
* ipvlan: fix use after free of skbSabrina Dubroca2015-11-17
* ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca2015-11-17
* ipvlan: read direct ifindex instead of iflinkBrenden Blanco2015-10-22
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-08
* ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outboundEric W. Biederman2015-10-08
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-08
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-08
* ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2015-07-15
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-15
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-02
|\
| * ipvlan: fix check for IP addresses in control pathJiri Benc2015-03-31
| * ipvlan: protect against concurrent link removalJiri Benc2015-03-31
| * ipvlan: fix addr hash list corruptionJiri Benc2015-03-31
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-02
|/
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-30
* ipvlan: fix incorrect usage of IS_ERR() macro in IPv6 code path.Mahesh Bandewar2015-01-25
* ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-24