aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan
AgeCommit message (Expand)Author
2023-11-28ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet
2023-11-20ipvlan: properly track tx_errorsEric Dumazet
2023-08-11ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu
2023-05-30ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng
2022-09-28ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei
2022-09-05net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski
2020-09-03ipvlan: fix device featuresMahesh Bandewar
2020-03-18ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar
2020-03-18ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet
2020-03-18ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner
2020-03-18ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar
2019-06-25net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin
2019-03-19ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2018-07-02ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu
2018-06-21ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long
2018-06-20ipvlan: use ETH_MAX_MTU as max mtuXin Long
2018-05-16ipvlan: call netdevice notifier when master mac address changedKeefe Liu
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni
2018-03-08ipvlan: properly annotate rx_handler accessPaolo Abeni
2018-03-07net: unpollute priv_flags spacePaolo Abeni
2018-03-04ipvlan: forbid vlan devices on top of ipvlanPaolo Abeni
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-27net: Convert ipvlan_net_opsKirill Tkhai
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao 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-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail
2017-11-11ipvlan: fix ipv6 outbound deviceKeefe Liu
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern
2017-10-12ipvlan: always use the current L2 addr of the masterMahesh Bandewar
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-01ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli