aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-23vxlan: GRO support at tunnel layerTom Herbert1-2/+7
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert1-14/+9
2015-08-20vxlan: metadata based tunneling for IPv6Jiri Benc1-29/+40
2015-08-20vxlan: do not shadow flags variableJiri Benc1-4/+4
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc1-4/+4
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-2/+2
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-3/+3
2015-08-18net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-10vxlan: fix fdb_dump index calculationAtzm Watanabe1-5/+5
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-11/+6
2015-07-31vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov1-0/+5
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-1/+1
2015-07-26vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf1-2/+2
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-126/+116
2015-07-21vxlan: Factor out device configurationThomas Graf1-155/+177
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-1/+2
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-2/+8
2015-07-21vxlan: Flow based tunnelingThomas Graf1-22/+127
2015-07-21net/vxlan: Fix kernel unaligned access in __vxlan_find_macSowmini Varadhan1-1/+1
2015-05-27vxlan: release lock after each bucket in vxlan_cleanupSorin Dumitru1-2/+3
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-18vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville1-1/+1
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-05vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf1-0/+3
2015-04-22vxlan: remove the unnecessary codesLi RongQing1-5/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2015-04-09udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-10/+10
2015-04-08vxlan: do not exit on error in vxlan_stop()WANG Cong1-4/+1
2015-04-08vxlan: fix a shadow local variableWANG Cong1-1/+0
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-6/+8
2015-04-01vxlan: correct spelling in commentsSimon Horman1-3/+3
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-9/+7
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-11/+11
2015-03-31vxlan: fix indentationJiri Benc1-44/+44
2015-03-23vxlan: simplify if clause in dev_closeMarcelo Ricardo Leitner1-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-20vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner1-2/+2
2015-03-18vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner1-102/+51
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-1/+4
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev1-2/+2
2015-03-12vxlan: Don't set s_addr in vxlan_create_sockSimon Horman1-1/+0
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert1-6/+19
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-2/+2
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+9
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-08vxlan: Wrong type passed to %pISRasmus Villemoes1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-02-05vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf1-0/+3
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2