summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vxlan: metadata based tunneling for IPv6Jiri Benc2015-08-211-29/+40
* vxlan: do not shadow flags variableJiri Benc2015-08-211-4/+4
* vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-211-4/+4
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-2/+2
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-211-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-3/+3
* net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* vxlan: fix fdb_dump index calculationAtzm Watanabe2015-08-111-5/+5
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-11/+6
* vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov2015-08-011-0/+5
* ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-08-011-1/+1
* vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf2015-07-271-2/+2
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-126/+116
* vxlan: Factor out device configurationThomas Graf2015-07-211-155/+177
* fib: Add fib rule match on tunnel idThomas Graf2015-07-211-1/+2
* route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-2/+8
* vxlan: Flow based tunnelingThomas Graf2015-07-211-22/+127
* net/vxlan: Fix kernel unaligned access in __vxlan_find_macSowmini Varadhan2015-07-211-1/+1
* vxlan: release lock after each bucket in vxlan_cleanupSorin Dumitru2015-05-271-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+1
|\
| * vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1
* | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-101-1/+1
* | vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf2015-05-061-0/+3
|/
* vxlan: remove the unnecessary codesLi RongQing2015-04-231-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-10/+10
|\
| * udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-10/+10
* | vxlan: do not exit on error in vxlan_stop()WANG Cong2015-04-091-4/+1
* | vxlan: fix a shadow local variableWANG Cong2015-04-081-1/+0
* | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-6/+8
* | vxlan: correct spelling in commentsSimon Horman2015-04-021-3/+3
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-9/+7
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-11/+11
* | vxlan: fix indentationJiri Benc2015-03-311-44/+44
* | vxlan: simplify if clause in dev_closeMarcelo Ricardo Leitner2015-03-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-2/+2
|\|
| * vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-2/+2
* | vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner2015-03-201-2/+2
* | vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner2015-03-191-102/+51
* | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-191-1/+4
* | vxlan: Don't set s_addr in vxlan_create_sockSimon Horman2015-03-131-1/+0
|/
* vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-121-6/+19
* net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-2/+2
* net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-121-10/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-1/+1
|\
| * vxlan: Wrong type passed to %pISRasmus Villemoes2015-02-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-5/+5
|\|
| * vxlan: setup the right link netns in newlink hdlrNicolas Dichtel2015-01-291-5/+5
* | vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf2015-02-051-0/+3
* | net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-16/+2
* | vxlan: advertise link netns in fdb messagesNicolas Dichtel2015-01-281-2/+3