- 1e84527 geneve: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
- 34beb21 geneve: add transport ports in route lookup for geneve by Mark Gray · 4 years, 4 months ago
- c1a800e geneve: Support for PMTU discovery on directly bridged links by Stefano Brivio · 4 years, 5 months ago
- 4cb47a8 tunnels: PMTU discovery support for directly bridged IP packets by Stefano Brivio · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 32818c0 geneve: fix an uninitialized value in geneve_changelink() by Cong Wang · 4 years, 6 months ago
- cc4e383 udp_tunnel: add central NIC RX port offload infrastructure by Jakub Kicinski · 4 years, 6 months ago
- 9e06e85 geneve: move all configuration under struct geneve_config by Sabrina Dubroca · 4 years, 6 months ago
- 56c09de geneve: allow changing DF behavior after creation by Sabrina Dubroca · 4 years, 7 months ago
- 9d14904 geneve: change from tx_error to tx_dropped on missing metadata by Jiri Benc · 4 years, 7 months ago
- 9a7b5b5 geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR by Sabrina Dubroca · 4 years, 9 months ago
- 0fda760 geneve: move debug check after netdev unregister by Florian Westphal · 4 years, 10 months ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
- 842841e Convert usage of IN_MULTICAST to ipv4_is_multicast by Dave Taht · 5 years ago
- c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- eccc73a geneve: Don't assume linear buffers in error handler by Stefano Brivio · 6 years ago
- 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
- 974eff2 net: Move the definition of the default Geneve udp port to public header file by Moshe Shemesh · 6 years ago
- cf1c9cc geneve: correctly handle ipv6.disable module parameter by Jiri Benc · 6 years ago
- c0a47e4 geneve: should not call rt6_lookup() when ipv6 was disabled by Hangbin Liu · 6 years ago
- 8a962c4 geneve: Initialize addr6 with memset by Nathan Chancellor · 6 years ago
- a025fb5 geneve: Allow configuration of DF behaviour by Stefano Brivio · 6 years ago
- a079664 geneve: ICMP error lookup handler by Stefano Brivio · 6 years ago
- d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
- 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
- 7463e4f geneve, vxlan: Don't check skb_dst() twice by Stefano Brivio · 6 years ago
- a97d97b geneve: allow to clear ttl inherit by Hangbin Liu · 6 years ago
- 52d0d404 geneve: add ttl inherit support by Hangbin Liu · 6 years ago
- 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
- 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
- d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
- c40e89f geneve: configure MTU based on a lower device by Alexey Kodanev · 7 years ago
- 321acc1 geneve: check MTU for a minimum in geneve_change_mtu() by Alexey Kodanev · 7 years ago
- 5edbea6 geneve: cleanup hard coded value for Ethernet header length by Alexey Kodanev · 7 years ago
- 4c52a88 geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)' by Alexey Kodanev · 7 years ago
- 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
- a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 52a589d geneve: update skb dst pmtu on tx path by Xin Long · 7 years ago
- 2843a25 geneve: speedup geneve tunnels dismantle by Haishuang Yan · 7 years ago
- f9094b7 geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 by Hangbin Liu · 7 years ago
- fd7eafd geneve: fix fill_info when link down by Hangbin Liu · 7 years ago
- ab384b6 geneve: exit_net cleanup check added by Vasily Averin · 7 years ago
- f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 3fa5f11 geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() by Stefano Brivio · 7 years ago
- 772e97b geneve: Fix function matching VNI and tunnel ID on big-endian by Stefano Brivio · 7 years ago
- c5ebc44 geneve: use netlink_ext_ack for error reporting in rtnl operations by Girish Moodalbail · 7 years ago
- 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 04db70d9 geneve: maximum value of VNI cannot be used by Girish Moodalbail · 7 years ago
- 0458495 geneve/vxlan: offload ports on register/unregister events by Sabrina Dubroca · 7 years ago
- 2d2b13f geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO by Sabrina Dubroca · 7 years ago
- 5b861f6 geneve: add rtnl changelink support by Girish Moodalbail · 7 years ago
- 4b4c21f geneve: fix hlist corruption by Jiri Benc · 8 years ago
- a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
- 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
- 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- fe741e2 geneve: add missing rx stats accounting by Girish Moodalbail · 8 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- 9a1c44d geneve: fix needed_headroom and max_mtu for collect_metadata by Eric Garver · 8 years ago
- 11387fe geneve: fix fill_info when using collect_metadata by Eric Garver · 8 years ago
- 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 8 years ago
- a717e3f geneve: lock RCU on TX path by Jakub Kicinski · 8 years ago
- 31ac1c1 geneve: fix ip_hdr_len reserved for geneve6 tunnel. by Haishuang Yan · 8 years ago
- 2e0b26e geneve: Optimize geneve device lookup. by pravin shelar · 8 years ago
- bcceeec geneve: Remove redundant socket checks. by pravin shelar · 8 years ago
- c3ef5aa geneve: Merge ipv4 and ipv6 geneve_build_skb() by pravin shelar · 8 years ago
- 9b4437a geneve: Unify LWT and netdev handling. by pravin shelar · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- fceb9c3 geneve: avoid using stale geneve socket. by pravin shelar · 8 years ago
- 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
- fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
- e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 9 years ago
- 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- d5d5e8d geneve: fix max_mtu setting by Haishuang Yan · 9 years ago
- ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- efeb226 geneve: fix tx_errors statistics by Haishuang Yan · 9 years ago
- 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 9 years ago
- e7b3db5 net: Combine GENEVE and VXLAN port notifiers into single functions by Alexander Duyck · 9 years ago
- 86a9805 vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes by Alexander Duyck · 9 years ago
- 4100948 ovs/geneve: fix rtnl notifications on iface deletion by Nicolas Dichtel · 9 years ago
- 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 9 years ago
- e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 9 years ago
- e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 9 years ago
- 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 9 years ago
- 681e683 geneve: break dependency with netdev drivers by Hannes Frederic Sowa · 9 years ago
- 1ba64fa geneve: testing the wrong variable in geneve6_build_skb() by Dan Carpenter · 9 years ago
- aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
- 4a0090a geneve: change to use UDP socket GRO by Tom Herbert · 9 years ago
- 95caf6f geneve: fix populating tclass in geneve_get_v6_dst by Daniel Borkmann · 9 years ago
- c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 9 years ago
- 8eb3b99 geneve: support setting IPv6 flow label by Daniel Borkmann · 9 years ago
- 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 9 years ago
- db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 9 years ago