aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11geneve: use netlink_ext_ack for error reporting in rtnl operationsGirish Moodalbail1-36/+92
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-09geneve: maximum value of VNI cannot be usedGirish Moodalbail1-1/+1
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca1-1/+6
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca1-6/+13
2017-07-24geneve: add rtnl changelink supportGirish Moodalbail1-42/+176
2017-07-03geneve: fix hlist corruptionJiri Benc1-16/+32
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-09geneve: add missing rx stats accountingGirish Moodalbail1-12/+24
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-04geneve: fix needed_headroom and max_mtu for collect_metadataEric Garver1-1/+1
2017-05-25geneve: fix fill_info when using collect_metadataEric Garver1-3/+5
2017-04-30geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail1-1/+1
2017-03-01geneve: lock RCU on TX pathJakub Kicinski1-0/+2
2016-11-28geneve: fix ip_hdr_len reserved for geneve6 tunnel.Haishuang Yan1-1/+1
2016-11-21geneve: Optimize geneve device lookup.pravin shelar1-4/+13
2016-11-21geneve: Remove redundant socket checks.pravin shelar1-8/+2
2016-11-21geneve: Merge ipv4 and ipv6 geneve_build_skb()pravin shelar1-74/+26
2016-11-21geneve: Unify LWT and netdev handling.pravin shelar1-349/+263
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+35
2016-10-29geneve: avoid using stale geneve socket.pravin shelar1-11/+34
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-29/+19
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-2/+2
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-07-04geneve: fix max_mtu settingHaishuang Yan1-2/+7
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+15
2016-06-23geneve: fix tx_errors statisticsHaishuang Yan1-4/+4
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-1/+1
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-51/+7
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-1/+0
2016-06-14ovs/geneve: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2016-06-14ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel1-3/+7
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-7/+3
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme1-0/+3
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-04-21geneve: break dependency with netdev driversHannes Frederic Sowa1-3/+28
2016-04-21geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter1-1/+1
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-20/+12
2016-04-07geneve: change to use UDP socket GROTom Herbert1-20/+8
2016-03-20geneve: fix populating tclass in geneve_get_v6_dstDaniel Borkmann1-5/+6
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck1-5/+2
2016-03-11geneve: support setting IPv6 flow labelDaniel Borkmann1-8/+27
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-1/+1
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-4/+2