Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
da38e9ec9c2d0ebec1499b5961baffd08f8ca062
/
drivers
/
net
/
geneve.c
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
14ca075
bpf: support for access to tunnel options
by Daniel Borkmann
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
14f1f72
GENEVE: Support outer IPv4 Tx checksums by default
by Alexander Duyck
· 9 years ago
c868ee7
lwt: fix rx checksum setting for lwt devices tunneling over ipv6
by Paolo Abeni
· 9 years ago
fc41cdb
geneve: clear IFF_TX_SKB_SHARING
by Jiri Benc
· 9 years ago
7f290c9
iptunnel: scrub packet in iptunnel_pull_header
by Jiri Benc
· 9 years ago
9fc4754
geneve: move geneve device lookup before iptunnel_pull_header
by Jiri Benc
· 9 years ago
1e9f12e
geneve: implement geneve_get_sk_family helper
by Jiri Benc
· 9 years ago
aeee0e6
geneve: Refine MTU limit
by David Wragg
· 9 years ago
468dfff
geneve: add dst caching support
by Paolo Abeni
· 9 years ago
7e05915
vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
by David Wragg
· 9 years ago
55e5bfb
geneve: Relax MTU constraints
by David Wragg
· 9 years ago
35e2d11
tunnels: Allow IPv6 UDP checksums to be correctly controlled.
by Jesse Gross
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
787d7ac
udp: restrict offloads to one namespace
by Hannes Frederic Sowa
· 9 years ago
c07f30a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
039f506
ip_tunnel: Move stats update to iptunnel_xmit()
by Pravin B Shelar
· 9 years ago
184fc8b
geneve: initialize needed_headroom
by Paolo Abeni
· 9 years ago
Next »