aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-17vxlan: fix a free after useLi RongQing1-0/+1
2014-10-15vxlan: using pskb_may_pull as early as possibleLi RongQing1-4/+2
2014-10-15vxlan: fix a use after free in vxlan_encap_bypassLi RongQing1-3/+5
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-01vxlan: Set inner protocol before transmitTom Herbert1-0/+4
2014-09-23vxlan: Fix bug introduced by commit acbf74a76300Andy Zhou1-5/+5
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou1-83/+22
2014-09-01vxlan: Enable checksum unnecessary conversions for vxlan/UDP socketsTom Herbert1-0/+2
2014-08-29net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-2/+0
2014-08-22vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-28neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-14vxlan: Call udp_sock_createTom Herbert1-91/+24
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+2
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-24/+2
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-13vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+2
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-61/+59
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-24vxlan: add x-netns supportNicolas Dichtel1-16/+47
2014-04-23vxlan: ensure to advertise the right fdb remoteNicolas Dichtel1-17/+21
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+2
2014-04-03net: vxlan: fix crash when interface is created with no groupMike Rapoport1-1/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+116
2014-03-24vxlan: fix nonfunctional neigh_reduce()David Stevens1-14/+113
2014-03-18vxlan: fix potential NULL dereference in arp_reduce()David Stevens1-0/+3
2014-02-26vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso1-3/+0
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+1
2014-02-01vxlan: remove extra newline after function definitionDaniel Baluta1-1/+0
2014-01-30net/vxlan: Go over all candidate streams for GRO matchingOr Gerlitz1-2/+0
2014-01-23net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz1-11/+10
2014-01-22net: vxlan: convert to act as a pernet subsystemDaniel Borkmann1-22/+6
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz1-7/+110
2014-01-21net: add vxlan descriptionJesse Brandeburg1-0/+1
2014-01-17net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann1-2/+4
2014-01-14net: vxlan: properly cleanup devs on module unloadDaniel Borkmann1-5/+5
2014-01-14net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann1-2/+46
2014-01-14vxlan: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-06vxlan: keep original skb ownershipEric Dumazet1-21/+10
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+6
2014-01-03{vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properlyfan.du1-1/+2
2013-12-22net: vxlan: use custom ndo_change_mtu handlerDaniel Borkmann1-1/+24
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-1/+1
2013-12-11vxlan: leave multicast group when vxlan device downGao feng1-6/+21
2013-12-11vxlan: remove vxlan_group_used in vxlan_openGao feng1-3/+1
2013-12-10vxlan: release rt when found circular routeFan Du1-1/+1
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8