summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_core.c
Commit message (Expand)AuthorAgeFilesLines
* ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing2024-05-301-2/+2
* ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet2023-11-101-16/+25
* ipvlan: properly track tx_errorsEric Dumazet2023-10-271-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-3/+6
|\
| * ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu2023-06-271-3/+6
* | ipvlan: Remove NULL check before dev_{put, hold}Yang Li2023-05-121-2/+1
|/
* ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng2023-05-101-0/+6
* ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdrXin Long2023-02-011-1/+1
* ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei2022-09-091-2/+4
* ipvlan: adopt u64_stats_tEric Dumazet2022-06-091-3/+3
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* ipvlan: Remove redundant if statementsXu Wang2021-12-021-2/+1
* ipvlan: remove h from printk format specifierTom Rix2021-01-281-4/+2
* ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet2020-03-091-1/+1
* ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar2020-03-091-0/+1
* ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar2020-03-091-8/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann2019-02-081-98/+7
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-1/+2
* ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni2018-02-281-11/+19
* ipvlan: egress mcast packets are not exceptionalPaolo Abeni2018-02-281-2/+2
* ipvlan: drop ipv6 dependencyMatteo Croce2018-02-211-18/+54
* ipvlan: remove excessive packet scrubbingMahesh Bandewar2017-12-151-2/+2
* Revert "ipvlan: add L2 check for packets arriving via virtual devices"Mahesh Bandewar2017-12-151-4/+0
* ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar2017-12-111-0/+4
* ipvlan: Eliminate duplicated codes with existing functionGao Feng2017-12-061-11/+2
* ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng2017-12-031-0/+1
* ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng2017-11-241-1/+19
* ipvlan: Fix insufficient skb linear check for arpGao Feng2017-11-241-8/+8
* ipvlan: fix ipv6 outbound deviceKeefe Liu2017-11-111-1/+1
* ipvlan: implement VEPA modeMahesh Bandewar2017-10-291-7/+10
* ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar2017-10-291-3/+12
* ipvtap: IP-VLAN based tap driverSainath Grandhi2017-02-111-1/+2
* driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng2016-12-281-3/+0
* 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-251-14/+25
* ipvlan: misc changesMahesh Bandewar2016-02-211-11/+16
* ipvlan: scrub skb before routing in L3 mode.Mahesh Bandewar2016-02-211-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-151-1/+1
* ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov2015-07-151-3/+1
* ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-051-52/+86