index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
geneve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-18
geneve: Initialize addr6 with memset
Nathan Chancellor
1
-1
/
+3
2018-11-09
geneve: Allow configuration of DF behaviour
Stefano Brivio
1
-8
/
+47
2018-11-09
geneve: ICMP error lookup handler
Stefano Brivio
1
-0
/
+52
2018-11-07
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-18
geneve, vxlan: Don't set exceptions if skb->len < mtu
Stefano Brivio
1
-4
/
+3
2018-10-18
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-13
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-26
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-23
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
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-10
geneve: maximum value of VNI cannot be used
Girish Moodalbail
1
-1
/
+1
2017-07-24
geneve/vxlan: offload ports on register/unregister events
Sabrina Dubroca
1
-1
/
+6
2017-07-24
geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO
Sabrina Dubroca
1
-6
/
+13
2017-07-24
geneve: add rtnl changelink support
Girish Moodalbail
1
-42
/
+176
2017-07-03
geneve: fix hlist corruption
Jiri Benc
1
-16
/
+32
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
1
-1
/
+2
2017-06-27
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
1
-1
/
+2
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-2
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-09
geneve: add missing rx stats accounting
Girish Moodalbail
1
-12
/
+24
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-06-05
geneve: fix needed_headroom and max_mtu for collect_metadata
Eric Garver
1
-1
/
+1
2017-05-25
geneve: fix fill_info when using collect_metadata
Eric Garver
1
-3
/
+5
2017-05-01
geneve: fix incorrect setting of UDP checksum flag
Girish Moodalbail
1
-1
/
+1
2017-03-01
geneve: lock RCU on TX path
Jakub Kicinski
1
-0
/
+2
2016-11-29
geneve: fix ip_hdr_len reserved for geneve6 tunnel.
Haishuang Yan
1
-1
/
+1
2016-11-21
geneve: Optimize geneve device lookup.
pravin shelar
1
-4
/
+13
2016-11-21
geneve: Remove redundant socket checks.
pravin shelar
1
-8
/
+2
2016-11-21
geneve: Merge ipv4 and ipv6 geneve_build_skb()
pravin shelar
1
-74
/
+26
2016-11-21
geneve: Unify LWT and netdev handling.
pravin shelar
1
-349
/
+263
[next]