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
2014-11-13
vxlan: Do not reuse sockets for a different address family
Marcelo Leitner
1
-10
/
+19
2014-11-10
udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.
Jesse Gross
1
-0
/
+2
2014-10-18
vxlan: fix a free after use
Li RongQing
1
-0
/
+1
2014-10-16
vxlan: using pskb_may_pull as early as possible
Li RongQing
1
-4
/
+2
2014-10-16
vxlan: fix a use after free in vxlan_encap_bypass
Li RongQing
1
-3
/
+5
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
1
-1
/
+1
2014-10-02
vxlan: Set inner protocol before transmit
Tom Herbert
1
-0
/
+4
2014-09-23
vxlan: Fix bug introduced by commit acbf74a76300
Andy Zhou
1
-5
/
+5
2014-09-19
vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.
Andy Zhou
1
-83
/
+22
2014-09-02
vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets
Tom Herbert
1
-0
/
+2
2014-08-30
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
1
-2
/
+0
2014-08-23
vxlan: fix incorrect initializer in union vxlan_addr
Gerhard Stenzel
1
-4
/
+4
2014-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-07-29
neighbour : fix ndm_type type error issue
Jun Zhao
1
-1
/
+1
2014-07-15
vxlan: Call udp_sock_create
Tom Herbert
1
-91
/
+24
2014-07-10
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
1
-1
/
+2
2014-07-08
vxlan: Call udp_flow_src_port
Tom Herbert
1
-24
/
+2
2014-06-15
vxlan: Checksum fixes
Tom Herbert
1
-9
/
+2
2014-06-14
vxlan: use dev->needed_headroom instead of dev->hard_header_len
Cong Wang
1
-4
/
+3
2014-06-12
net: Add skb_gro_postpull_rcsum to udp and vxlan
Tom Herbert
1
-0
/
+2
2014-06-05
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
Tom Herbert
1
-61
/
+59
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-25
vxlan: add x-netns support
Nicolas Dichtel
1
-16
/
+47
2014-04-23
vxlan: ensure to advertise the right fdb remote
Nicolas Dichtel
1
-17
/
+21
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
1
-2
/
+2
2014-04-03
net: vxlan: fix crash when interface is created with no group
Mike Rapoport
1
-1
/
+5
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+116
2014-03-24
vxlan: fix nonfunctional neigh_reduce()
David Stevens
1
-14
/
+113
2014-03-19
vxlan: fix potential NULL dereference in arp_reduce()
David Stevens
1
-0
/
+3
2014-02-27
vxlan: remove unused port variable in vxlan_udp_encap_recv()
Pablo Neira Ayuso
1
-3
/
+0
2014-02-15
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
1
-9
/
+1
2014-02-02
vxlan: remove extra newline after function definition
Daniel Baluta
1
-1
/
+0
2014-01-31
net/vxlan: Go over all candidate streams for GRO matching
Or Gerlitz
1
-2
/
+0
2014-01-24
net/vxlan: Share RX skb de-marking and checksum checks with ovs
Or Gerlitz
1
-11
/
+10
2014-01-23
net: vxlan: convert to act as a pernet subsystem
Daniel Borkmann
1
-22
/
+6
2014-01-22
net: Add GRO support for vxlan traffic
Or Gerlitz
1
-7
/
+110
2014-01-22
net: add vxlan description
Jesse Brandeburg
1
-0
/
+1
2014-01-18
net: vxlan: do not use vxlan_net before checking event type
Daniel Borkmann
1
-2
/
+4
2014-01-15
net: vxlan: properly cleanup devs on module unload
Daniel Borkmann
1
-5
/
+5
2014-01-15
net: vxlan: when lower dev unregisters remove vxlan dev as well
Daniel Borkmann
1
-2
/
+46
2014-01-15
vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-2
/
+1
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2014-01-07
vxlan: keep original skb ownership
Eric Dumazet
1
-21
/
+10
2014-01-05
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
1
-5
/
+6
2014-01-04
{vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properly
fan.du
1
-1
/
+2
2013-12-23
net: vxlan: use custom ndo_change_mtu handler
Daniel Borkmann
1
-1
/
+24
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-12-18
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
1
-1
/
+1
2013-12-11
vxlan: leave multicast group when vxlan device down
Gao feng
1
-6
/
+21
2013-12-11
vxlan: remove vxlan_group_used in vxlan_open
Gao feng
1
-3
/
+1
[next]