summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-29neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-15vxlan: Call udp_sock_createTom Herbert1-91/+24
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+2
2014-07-08vxlan: Call udp_flow_src_portTom Herbert1-24/+2
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-14vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-12net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+2
2014-06-05vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-61/+59
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-25vxlan: 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-26Merge 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-19vxlan: fix potential NULL dereference in arp_reduce()David Stevens1-0/+3
2014-02-27vxlan: remove unused port variable in vxlan_udp_encap_recv()Pablo Neira Ayuso1-3/+0
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+1
2014-02-02vxlan: remove extra newline after function definitionDaniel Baluta1-1/+0
2014-01-31net/vxlan: Go over all candidate streams for GRO matchingOr Gerlitz1-2/+0
2014-01-24net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz1-11/+10
2014-01-23net: vxlan: convert to act as a pernet subsystemDaniel Borkmann1-22/+6
2014-01-22net: Add GRO support for vxlan trafficOr Gerlitz1-7/+110
2014-01-22net: add vxlan descriptionJesse Brandeburg1-0/+1
2014-01-18net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann1-2/+4
2014-01-15net: vxlan: properly cleanup devs on module unloadDaniel Borkmann1-5/+5
2014-01-15net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann1-2/+46
2014-01-15vxlan: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-07vxlan: keep original skb ownershipEric Dumazet1-21/+10
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+6
2014-01-04{vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properlyfan.du1-1/+2
2013-12-23net: vxlan: use custom ndo_change_mtu handlerDaniel Borkmann1-1/+24
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-12-18net: 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-11vxlan: 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/k...Linus Torvalds1-0/+8
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+8
2013-11-05vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis1-4/+0
2013-10-29vxlan: silence one build warningZhi Yong Wu1-17/+14
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-6/+3
2013-09-18vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala1-9/+13
2013-09-16vxlan: Fix sparse warningsJoseph Gasparakis1-10/+8
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis1-1/+67