aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ipvlan (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipvtapBreno Leitao1-0/+1
2024-01-07ipvlan: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-6/+6
2024-01-07ipvlan: Fix a typo in a commentChristophe JAILLET1-1/+1
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao1-0/+1
2023-11-10ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet1-16/+25
2023-10-27ipvlan: properly track tx_errorsEric Dumazet2-4/+5
2023-08-18ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei1-1/+2
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2023-06-27ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu1-3/+6
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-06-12ipvlan: fix bound dev checking for IPv6 l3s modeHangbin Liu1-0/+4
2023-05-12ipvlan: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-05-10ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng1-0/+6
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-10ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu1-0/+1
2023-02-01ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdrXin Long1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+3
2022-11-18ipvlan: hold lower dev to avoid possible use-after-freeMahesh Bandewar2-0/+3
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-2/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2022-09-09ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei1-2/+4
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-23net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski1-2/+2
2022-06-09ipvlan: adopt u64_stats_tEric Dumazet3-17/+17
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-4/+2
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2021-12-02ipvlan: Remove redundant if statementsXu Wang2-4/+2
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-2/+2
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-2/+2
2021-10-16net: ipvtap: fix template string argument of device_create() callJean Sacren1-1/+1
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-29ipvlan: Add handling of NETDEV_UP eventsDi Zhu1-0/+1
2021-01-28ipvlan: remove h from printk format specifierTom Rix1-4/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+2
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo1-0/+8
2020-08-16ipvlan: fix device featuresMahesh Bandewar1-5/+22
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-03-09ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet1-1/+1
2020-03-09ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar1-0/+1
2020-03-09ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar1-8/+10
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-10-10ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar1-2/+2
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld1-0/+1