summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan
AgeCommit message (Expand)Author
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-18vxlan: Join / leave MC group after remote changesPetr Machata
2025-02-18vxlan: Drop 'changelink' parameter from vxlan_dev_configure()Petr Machata
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-11vxlan: check vxlan_vnigroup_init() return valueEric Dumazet
2025-02-07vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup()Ted Chen
2025-02-05vxlan: Avoid unnecessary updates to FDB 'used' timeIdo Schimmel
2025-02-05vxlan: Age out FDB entries based on 'updated' timeIdo Schimmel
2025-02-05vxlan: Refresh FDB 'updated' time upon user space updatesIdo Schimmel
2025-02-05vxlan: Refresh FDB 'updated' time upon 'NTF_USE'Ido Schimmel
2025-02-05vxlan: Always refresh FDB 'updated' time when learning is enabledIdo Schimmel
2025-02-05vxlan: Read jiffies once when updating FDB 'used' timeIdo Schimmel
2025-02-05vxlan: Annotate FDB data racesIdo Schimmel
2025-01-27vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida
2024-12-23net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTERadu Rendec
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-09vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata
2024-12-09vxlan: vxlan_rcv(): Drop unparsedPetr Machata
2024-12-09vxlan: Bump error counters for header mismatchesPetr Machata
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata
2024-12-09vxlan: vxlan_rcv(): Extract vxlan_hdr(skb) to a named variablePetr Machata
2024-12-09vxlan: vxlan_rcv() callees: Drop the unparsed argumentPetr Machata
2024-12-09vxlan: vxlan_rcv() callees: Move clearing of unparsed flags outPetr Machata
2024-12-09vxlan: In vxlan_rcv(), access flags through the vxlan netdevicePetr Machata
2024-12-06vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS.Guillaume Nault
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-18net: vxlan: update the document for vxlan_snoop()Menglong Dong
2024-10-18net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUNDMenglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in encap_bypass_if_local()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_encap_bypass()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_mdb_xmit()Menglong Dong
2024-10-13net: vxlan: add drop reasons support to vxlan_xmit_one()Menglong Dong
2024-10-13net: vxlan: use kfree_skb_reason() in vxlan_xmit()Menglong Dong
2024-10-13net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong
2024-10-13net: vxlan: make vxlan_snoop() return drop reasonsMenglong Dong
2024-10-13net: vxlan: make vxlan_remcsum() return drop reasonsMenglong Dong
2024-10-13net: vxlan: add skb drop reasons to vxlan_rcv()Menglong Dong
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
2024-10-10vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-08-23net: vxlan: delete redundant judgment statementsLi Zetao
2024-08-12net: vxlan: remove duplicated initialization in vxlan_xmitMenglong Dong
2024-06-21vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault
2024-06-05vxlan: Fix regression when dropping packets due to invalid src addressesDaniel Borkmann