summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2020-04-28net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-04-28vxlan: fix tos value before xmitHangbin Liu
2019-07-09vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-05-11vxlan: Fix big-endian declaration of VNIBen Hutchings
2019-05-02vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet
2019-02-11vxlan: Fix error path in __vxlan_dev_create()Petr Machata
2018-12-16vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu
2018-12-16vxlan: add new fdb alloc and create helpersRoopa Prabhu
2018-12-16vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan
2017-10-12vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu
2017-06-05vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer
2017-03-16udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-01-28vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2015-10-19vxlan: set needed headroom correctlyJiri Benc
2015-01-05udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-12-15Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner
2014-11-27vxlan: Do not reuse sockets for a different address familyMarcelo Leitner
2014-11-05vxlan: fix a free after useLi RongQing
2014-11-05vxlan: using pskb_may_pull as early as possibleLi RongQing
2014-11-05vxlan: fix a use after free in vxlan_encap_bypassLi RongQing
2014-10-15vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-06-15vxlan: Checksum fixesTom Herbert
2014-06-13vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-24vxlan: add x-netns supportNicolas Dichtel
2014-04-23vxlan: ensure to advertise the right fdb remoteNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-03net: vxlan: fix crash when interface is created with no groupMike Rapoport
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-24vxlan: fix nonfunctional neigh_reduce()David Stevens
2014-03-18vxlan: fix potential NULL dereference in arp_reduce()David Stevens
2014-02-26vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-01vxlan: remove extra newline after function definitionDaniel Baluta
2014-01-30net/vxlan: Go over all candidate streams for GRO matchingOr Gerlitz
2014-01-23net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz
2014-01-22net: vxlan: convert to act as a pernet subsystemDaniel Borkmann
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz
2014-01-21net: add vxlan descriptionJesse Brandeburg
2014-01-17net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann
2014-01-14net: vxlan: properly cleanup devs on module unloadDaniel Borkmann
2014-01-14net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann
2014-01-14vxlan: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06vxlan: keep original skb ownershipEric Dumazet
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-03{vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properlyfan.du