summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-01-25ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet-21/+34
2026-01-19ipvlan: Make the addrs_lock be per portDmitry Skorodumov-30/+37
2025-12-04ipvlan: Ignore PACKET_LOOPBACK in handle_mode_l2()Dmitry Skorodumov-0/+3
2025-11-24ipvlan: fix sparse warning about __be32 -> u32Dmitry Skorodumov-2/+2
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-2/+2
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev-3/+4
2025-04-09net: ipvlan: remove __get_unaligned_cpu32 from ipvlan driverJulian Vetter-1/+1
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2025-03-25net: fix NULL pointer dereference in l3mdev_l3_rcvWang Liang-1/+0
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+16
2025-02-21ipvlan: ensure network headers are in skb linear partEric Dumazet-5/+16
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang-2/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-7/+8
2025-01-10ipvlan: Support bonding eventsEtienne Champetier-0/+6
2024-11-03ipvlan: Prepare ipvlan_process_v4_outbound() to future .flowi4_tos conversion.Guillaume Nault-1/+2
2024-10-03ipv4: Convert ip_route_input_noref() to dscp_t.Guillaume Nault-2/+4
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+2
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel-1/+3
2024-05-30ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outboundYue Haibing-2/+2
2024-04-08ipvlan: handle NETDEV_DOWN eventVenkat Venkatsubra-0/+1
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet-1/+1
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipvtapBreno Leitao-0/+1
2024-01-07ipvlan: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-6/+6
2024-01-07ipvlan: Fix a typo in a commentChristophe JAILLET-1/+1
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao-0/+1
2023-11-10ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet-16/+25
2023-10-27ipvlan: properly track tx_errorsEric Dumazet-4/+5
2023-08-18ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei-1/+2
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2023-06-27ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu-3/+6
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2023-06-12ipvlan: fix bound dev checking for IPv6 l3s modeHangbin Liu-0/+4
2023-05-12ipvlan: Remove NULL check before dev_{put, hold}Yang Li-2/+1
2023-05-10ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng-0/+6
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-0/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2023-03-10ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu-0/+1
2023-02-01ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdrXin Long-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-11-18ipvlan: hold lower dev to avoid possible use-after-freeMahesh Bandewar-0/+3
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman-2/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-2/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-09-09ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei-2/+4
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-08-23net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski-2/+2