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-30ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei
2023-07-23ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu
2023-06-21ipvlan: fix bound dev checking for IPv6 l3s modeHangbin Liu
2023-05-24ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng
2023-03-22ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu
2022-09-28ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei
2022-08-31net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski
2022-08-31net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-29ipvlan: Add handling of NETDEV_UP eventsDi Zhu
2021-01-28ipvlan: remove h from printk format specifierTom Rix
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo
2020-08-16ipvlan: fix device featuresMahesh Bandewar
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
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
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-10ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-04net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2018-12-13net: ipvlan: Issue NETDEV_PRE_CHANGEADDRPetr Machata
2018-12-10ipvlan: Remove a useless comparisonYueHaibing
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-12-06net: ipvlan: ipvlan_set_port_mode(): Add an extack argumentPetr Machata
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