aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+2
2016-02-18geneve: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-18geneve: Refine MTU limitDavid Wragg1-5/+22
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-4/+14
2016-02-10geneve: Relax MTU constraintsDavid Wragg1-1/+12
2016-01-21tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross1-2/+2
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa1-1/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-9/+8
2015-12-23geneve: initialize needed_headroomPaolo Abeni1-1/+9
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2015-12-16geneve: Add geneve_get_rx_port supportSinghai, Anjali1-0/+24
2015-12-16geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali1-0/+23
2015-12-13geneve: UDP checksum configuration via netlinkTom Herbert1-23/+70
2015-12-08geneve: Fix IPv6 xmit stats update.Pravin B Shelar1-2/+0
2015-10-30geneve: add IPv6 bits to geneve_fill_metadata_dstJohn W. Linville1-7/+22
2015-10-30geneve: handle ipv6 priority like ipv4 tosJohn W. Linville1-2/+17
2015-10-30geneve: implement support for IPv6-based tunnelsJohn W. Linville1-79/+394
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-7/+33
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross1-6/+6
2015-09-23geneve: use network byte order for destination port config parameterJohn W. Linville1-8/+8
2015-09-22geneve: ensure ECN info is handled properly in all tx/rx pathsJohn W. Linville1-6/+6
2015-09-21geneve: remove vlan-related feature assignmentJohn W. Linville1-4/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-6/+3
2015-08-29geneve: Use GRO cells infrastructure.Jesse Gross1-1/+16
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-27geneve: Move device hash table to geneve socket.Pravin B Shelar1-26/+17
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-88/+419
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar1-85/+271
2015-08-27geneve: Make dst-port configurable.Pravin B Shelar1-4/+21
2015-08-27geneve: Use skb mark and protocol to lookup route.Pravin B Shelar1-0/+3
2015-08-27geneve: Initialize ethernet address in device setup.Pravin B Shelar1-3/+1
2015-08-18net: geneve: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-06-01geneve: allow user to specify TOS info for tunnel framesJohn W. Linville1-4/+14
2015-06-01geneve: allow user to specify TTL for tunnel framesJohn W. Linville1-4/+14
2015-05-13geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville1-0/+503