summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
...
| * vxlan: do not use fdb in metadata modeJiri Benc2016-02-181-3/+5
| * vxlan: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-0/+1
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-3/+8
| * vxlan: Relax MTU constraintsDavid Wragg2016-02-101-11/+25
* | VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck2016-02-221-10/+9Star
* | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-2/+2
* | vxlan: move vxlan device lookup before iptunnel_pull_headerJiri Benc2016-02-181-12/+11Star
* | vxlan: tun_id is 64bit, not 32bitJiri Benc2016-02-181-2/+3
* | vxlan: treat vni in metadata based tunnels consistentlyJiri Benc2016-02-181-4/+4
* | vxlan: clean up rx error pathJiri Benc2016-02-181-21/+14Star
* | vxlan: clean up extension handling on rxJiri Benc2016-02-181-30/+32
* | vxlan: move GBP header parsing to a separate functionJiri Benc2016-02-181-14/+19
* | vxlan: simplify vxlan_remcsumJiri Benc2016-02-181-14/+8Star
* | vxlan: keep flags and vni in network byte orderJiri Benc2016-02-181-58/+57Star
* | vxlan: introduce vxlan_hdrJiri Benc2016-02-181-10/+7Star
* | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-171-7/+8
* | net: use dst_cache for vxlan devicePaolo Abeni2016-02-171-8/+47
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-1/+1
* | net: vxlan: enable local checksum offloadEdward Cree2016-02-121-4/+2Star
* | vxlan: udp_tunnel duplicate include net/udp_tunnel.hstephen hemminger2016-02-111-1/+1
* | vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skbJiri Benc2016-02-071-111/+26Star
* | vxlan: consolidate csum flag handlingJiri Benc2016-02-071-21/+16Star
* | vxlan: consolidate output route calculationJiri Benc2016-02-071-40/+37Star
|/
* vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing2016-01-301-1/+1
* tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross2016-01-211-7/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-4/+10
|\
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
| * vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-101-3/+9
* | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-5/+4Star
|/
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-071-4/+2Star
* vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc2015-12-071-2/+23
* vxlan: move IPv6 outpute route calculation to a functionJiri Benc2015-12-071-10/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+41
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-0/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-4/+3Star
|\|
| * tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2015-10-191-4/+3Star
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-271-38/+90
* | vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc2015-09-271-28/+25Star
|/
* vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc2015-09-181-1/+4
* vxlan: set needed headroom correctlyJiri Benc2015-09-181-5/+5
* vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-071-4/+2Star
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-2/+2
* vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+1
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-0/+2
|\
| * vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-08-261-0/+2
* | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-26/+3Star
* | vxlan: GRO support at tunnel layerTom Herbert2015-08-241-2/+7
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-241-14/+9Star