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.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
/
vxlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
1
-1
/
+1
2021-06-22
vxlan: add missing rcu_read_lock() in neigh_reduce()
Eric Dumazet
1
-0
/
+2
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+14
2021-03-31
vxlan: allow L4 GRO passthrough
Paolo Abeni
1
-0
/
+1
2021-03-26
vxlan: do not modify the shared tunnel info when PMTU triggers an ICMP reply
Antoine Tenart
1
-4
/
+14
2021-03-14
drivers: net: vxlan.c: Fix declaration issue
Sanjana Srinidhi
1
-0
/
+1
2021-02-24
vxlan: move debug check after netdev unregister
Taehee Yoo
1
-3
/
+8
2021-01-19
vxlan: add NETIF_F_FRAGLIST flag for dev features
Xin Long
1
-2
/
+3
2021-01-07
udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers
Jakub Kicinski
1
-10
/
+5
2020-12-10
vxlan: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
1
-1
/
+1
2020-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2020-12-03
vxlan: fix error return code in __vxlan_dev_create()
Zhang Changzhong
1
-1
/
+3
2020-12-01
vxlan: Copy needed_tailroom from lowerdev
Sven Eckelmann
1
-0
/
+2
2020-12-01
vxlan: Add needed_headroom for lower device
Sven Eckelmann
1
-0
/
+1
2020-11-10
net: switch to dev_get_tstats64
Heiner Kallweit
1
-2
/
+2
2020-11-06
nexthop: Pass extack to register_nexthop_notifier()
Ido Schimmel
1
-1
/
+2
2020-11-06
nexthop: vxlan: Convert to new notification info
Ido Schimmel
1
-2
/
+7
2020-11-04
vxlan: Use a per-namespace nexthop listener instead of a global one
Ido Schimmel
1
-7
/
+8
2020-10-06
vxlan: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2020-09-26
Revert "vxlan: move encapsulation warning"
Jakub Kicinski
1
-4
/
+5
2020-09-26
vxlan: fix vxlan_find_sock() documentation for l3mdev
Fabian Frederick
1
-2
/
+3
2020-09-26
vxlan: check rtnl_configure_link return code correctly
Fabian Frederick
1
-1
/
+1
2020-09-26
vxlan: move encapsulation warning
Fabian Frederick
1
-5
/
+4
2020-09-26
vxlan: add unlikely to vxlan_remcsum check
Fabian Frederick
1
-1
/
+1
2020-09-26
vxlan: don't collect metadata if remote checksum is wrong
Fabian Frederick
1
-3
/
+4
2020-08-05
Revert "vxlan: fix tos value before xmit"
Hangbin Liu
1
-2
/
+2
2020-08-04
vxlan: Support for PMTU discovery on directly bridged links
Stefano Brivio
1
-6
/
+41
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
1
-2
/
+2
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+12
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-07-29
vxlan: Ensure FDB dump is performed under RCU
Ido Schimmel
1
-2
/
+8
2020-07-10
udp_tunnel: add central NIC RX port offload infrastructure
Jakub Kicinski
1
-2
/
+4
2020-06-26
vxlan: fix last fdb index during dump of fdb with nhid
Roopa Prabhu
1
-0
/
+4
2020-06-10
vxlan: Remove access to nexthop group struct
David Ahern
1
-5
/
+3
2020-06-10
nexthop: Fix fdb labeling for groups
David Ahern
1
-1
/
+1
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-3
/
+1
2020-06-01
vxlan: fix dereference of nexthop group in nexthop update path
Roopa Prabhu
1
-2
/
+2
2020-06-01
vxlan: Avoid infinite loop when suppressing NS messages with invalid options
Ido Schimmel
1
-0
/
+4
2020-05-31
vxlan: few locking fixes in nexthop event handler
Roopa Prabhu
1
-7
/
+25
2020-05-31
vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID
Roopa Prabhu
1
-0
/
+4
2020-05-25
vxlan: Do not assume RTNL is held in vxlan_fdb_info()
Ido Schimmel
1
-3
/
+12
2020-05-23
vxlan: support for nexthop notifiers
Roopa Prabhu
1
-4
/
+29
2020-05-23
vxlan: ecmp support for mac fdb entries
Roopa Prabhu
1
-59
/
+247
2020-04-23
vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
Sabrina Dubroca
1
-3
/
+3
2020-03-19
vxlan: check return value of gro_cells_init()
Taehee Yoo
1
-2
/
+9
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-01-03
vxlan: fix tos value before xmit
Hangbin Liu
1
-2
/
+2
2020-01-03
vxlan: Fix alignment and code style of vxlan.c
Niu Xilei
1
-10
/
+11
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-5
/
+3
[next]