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
/
vxlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
vxlan: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
1
-1
/
+1
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2020-12-02
vxlan: fix error return code in __vxlan_dev_create()
Zhang Changzhong
1
-1
/
+3
2020-11-30
vxlan: Copy needed_tailroom from lowerdev
Sven Eckelmann
1
-0
/
+2
2020-11-30
vxlan: Add needed_headroom for lower device
Sven Eckelmann
1
-0
/
+1
2020-11-09
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-03
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-25
vxlan: fix vxlan_find_sock() documentation for l3mdev
Fabian Frederick
1
-2
/
+3
2020-09-25
vxlan: check rtnl_configure_link return code correctly
Fabian Frederick
1
-1
/
+1
2020-09-25
vxlan: move encapsulation warning
Fabian Frederick
1
-5
/
+4
2020-09-25
vxlan: add unlikely to vxlan_remcsum check
Fabian Frederick
1
-1
/
+1
2020-09-25
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-25
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-30
vxlan: few locking fixes in nexthop event handler
Roopa Prabhu
1
-7
/
+25
2020-05-30
vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID
Roopa Prabhu
1
-0
/
+4
2020-05-24
vxlan: Do not assume RTNL is held in vxlan_fdb_info()
Ido Schimmel
1
-3
/
+12
2020-05-22
vxlan: support for nexthop notifiers
Roopa Prabhu
1
-4
/
+29
2020-05-22
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-18
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-02
vxlan: fix tos value before xmit
Hangbin Liu
1
-2
/
+2
2020-01-02
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
2019-11-12
vxlan: implement get_link_ksettings ethtool method
Matthias Schiffer
1
-2
/
+22
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+50
2019-10-30
vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()
Guillaume Nault
1
-3
/
+2
2019-10-30
vxlan: fix unexpected failure of vxlan_changelink()
Taehee Yoo
1
-3
/
+6
2019-10-29
vxlan: check tun_info options_len properly
Xin Long
1
-2
/
+4
2019-10-24
vxlan: add adjacent link to limit depth level
Taehee Yoo
1
-10
/
+43
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+27
2019-07-01
vxlan: do not destroy fdb if register_netdevice() is failed
Taehee Yoo
1
-10
/
+27
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
[next]