index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
geneve: add transport ports in route lookup for geneve
Mark Gray
1
-10
/
+27
2020-08-04
geneve: Support for PMTU discovery on directly bridged links
Stefano Brivio
1
-5
/
+51
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
1
-2
/
+3
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-23
geneve: fix an uninitialized value in geneve_changelink()
Cong Wang
1
-1
/
+1
2020-07-10
udp_tunnel: add central NIC RX port offload infrastructure
Jakub Kicinski
1
-2
/
+4
2020-07-06
geneve: move all configuration under struct geneve_config
Sabrina Dubroca
1
-98
/
+87
2020-06-19
geneve: allow changing DF behavior after creation
Sabrina Dubroca
1
-0
/
+1
2020-06-04
geneve: change from tx_error to tx_dropped on missing metadata
Jiri Benc
1
-3
/
+4
2020-04-23
geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
Sabrina Dubroca
1
-1
/
+1
2020-03-15
geneve: move debug check after netdev unregister
Florian Westphal
1
-2
/
+6
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-1
/
+3
2019-09-05
Convert usage of IN_MULTICAST to ipv4_is_multicast
Dave Taht
1
-1
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-11
geneve: Don't assume linear buffers in error handler
Stefano Brivio
1
-1
/
+1
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
1
-0
/
+1
2019-03-22
net: Move the definition of the default Geneve udp port to public header file
Moshe Shemesh
1
-2
/
+0
2019-03-01
geneve: correctly handle ipv6.disable module parameter
Jiri Benc
1
-3
/
+8
2019-02-07
geneve: should not call rt6_lookup() when ipv6 was disabled
Hangbin Liu
1
-3
/
+7
2018-11-17
geneve: Initialize addr6 with memset
Nathan Chancellor
1
-1
/
+3
2018-11-08
geneve: Allow configuration of DF behaviour
Stefano Brivio
1
-8
/
+47
2018-11-08
geneve: ICMP error lookup handler
Stefano Brivio
1
-0
/
+52
2018-11-06
net: Add extack argument to rtnl_create_link
David Ahern
1
-1
/
+1
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+3
2018-10-17
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
1
-4
/
+3
2018-10-17
geneve, vxlan: Don't check skb_dst() twice
Stefano Brivio
1
-11
/
+4
2018-10-04
geneve: allow to clear ttl inherit
Hangbin Liu
1
-4
/
+8
2018-09-12
geneve: add ttl inherit support
Hangbin Liu
1
-8
/
+33
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-1
/
+1
2018-06-29
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
1
-2
/
+4
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-5
/
+6
2018-04-20
geneve: configure MTU based on a lower device
Alexey Kodanev
1
-3
/
+53
2018-04-20
geneve: check MTU for a minimum in geneve_change_mtu()
Alexey Kodanev
1
-3
/
+2
2018-04-20
geneve: cleanup hard coded value for Ethernet header length
Alexey Kodanev
1
-4
/
+5
2018-04-20
geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'
Alexey Kodanev
1
-1
/
+1
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-2
/
+2
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+14
2018-01-02
geneve: update skb dst pmtu on tx path
Xin Long
1
-0
/
+14
2017-12-19
geneve: speedup geneve tunnels dismantle
Haishuang Yan
1
-8
/
+16
2017-11-24
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
1
-1
/
+15
2017-11-15
geneve: fix fill_info when link down
Hangbin Liu
1
-14
/
+10
2017-11-14
geneve: exit_net cleanup check added
Vasily Averin
1
-0
/
+1
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+0
2017-10-22
geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero()
Stefano Brivio
1
-16
/
+3
2017-10-21
geneve: Fix function matching VNI and tunnel ID on big-endian
Stefano Brivio
1
-6
/
+0
2017-08-11
geneve: use netlink_ext_ack for error reporting in rtnl operations
Girish Moodalbail
1
-36
/
+92
[next]