summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-25vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer
2014-11-14net: Add vxlan_gso_check() helperJoe Stringer
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13vxlan: Do not reuse sockets for a different address familyMarcelo Leitner
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-06vxlan: Fix to enable UDP checksums on interfaceTom Herbert
2014-10-17vxlan: fix a free after useLi RongQing
2014-10-15vxlan: using pskb_may_pull as early as possibleLi RongQing
2014-10-15vxlan: fix a use after free in vxlan_encap_bypassLi RongQing
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01vxlan: Set inner protocol before transmitTom Herbert
2014-09-23vxlan: Fix bug introduced by commit acbf74a76300Andy Zhou
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou
2014-09-01vxlan: Enable checksum unnecessary conversions for vxlan/UDP socketsTom Herbert
2014-08-29net: Clarification of CHECKSUM_UNNECESSARYTom Herbert
2014-08-22vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-07-14vxlan: Call udp_sock_createTom Herbert
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-07-07vxlan: Call udp_flow_src_portTom Herbert
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