index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
2019-09-05
Convert usage of IN_MULTICAST to ipv4_is_multicast
Dave Taht
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-11
geneve: Don't assume linear buffers in error handler
Stefano Brivio
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
2019-03-22
net: Move the definition of the default Geneve udp port to public header file
Moshe Shemesh
2019-03-01
geneve: correctly handle ipv6.disable module parameter
Jiri Benc
2019-02-07
geneve: should not call rt6_lookup() when ipv6 was disabled
Hangbin Liu
2018-11-17
geneve: Initialize addr6 with memset
Nathan Chancellor
2018-11-08
geneve: Allow configuration of DF behaviour
Stefano Brivio
2018-11-08
geneve: ICMP error lookup handler
Stefano Brivio
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-17
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
2018-10-17
geneve, vxlan: Don't check skb_dst() twice
Stefano Brivio
2018-10-04
geneve: allow to clear ttl inherit
Hangbin Liu
2018-09-12
geneve: add ttl inherit support
Hangbin Liu
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-06-29
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-04-20
geneve: configure MTU based on a lower device
Alexey Kodanev
2018-04-20
geneve: check MTU for a minimum in geneve_change_mtu()
Alexey Kodanev
2018-04-20
geneve: cleanup hard coded value for Ethernet header length
Alexey Kodanev
2018-04-20
geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'
Alexey Kodanev
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-02
geneve: update skb dst pmtu on tx path
Xin Long
2017-12-19
geneve: speedup geneve tunnels dismantle
Haishuang Yan
2017-11-24
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
2017-11-15
geneve: fix fill_info when link down
Hangbin Liu
2017-11-14
geneve: exit_net cleanup check added
Vasily Averin
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()
Stefano Brivio
2017-10-21
geneve: Fix function matching VNI and tunnel ID on big-endian
Stefano Brivio
2017-08-11
geneve: use netlink_ext_ack for error reporting in rtnl operations
Girish Moodalbail
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-09
geneve: maximum value of VNI cannot be used
Girish Moodalbail
2017-07-24
geneve/vxlan: offload ports on register/unregister events
Sabrina Dubroca
2017-07-24
geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO
Sabrina Dubroca
2017-07-24
geneve: add rtnl changelink support
Girish Moodalbail
2017-07-03
geneve: fix hlist corruption
Jiri Benc
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-09
geneve: add missing rx stats accounting
Girish Moodalbail
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-04
geneve: fix needed_headroom and max_mtu for collect_metadata
Eric Garver
[next]