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
2015-05-27
vxlan: release lock after each bucket in vxlan_cleanup
Sorin Dumitru
1
-2
/
+3
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-05-18
vxlan: correct typo in call to unregister_netdevice_queue
John W. Linville
1
-1
/
+1
2015-05-09
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
1
-1
/
+1
2015-05-05
vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups
Thomas Graf
1
-0
/
+3
2015-04-22
vxlan: remove the unnecessary codes
Li RongQing
1
-5
/
+1
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+10
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
1
-10
/
+10
2015-04-08
vxlan: do not exit on error in vxlan_stop()
WANG Cong
1
-4
/
+1
2015-04-08
vxlan: fix a shadow local variable
WANG Cong
1
-1
/
+0
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-6
/
+8
2015-04-01
vxlan: correct spelling in comments
Simon Horman
1
-3
/
+3
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-9
/
+7
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-11
/
+11
2015-03-31
vxlan: fix indentation
Jiri Benc
1
-44
/
+44
2015-03-23
vxlan: simplify if clause in dev_close
Marcelo Ricardo Leitner
1
-1
/
+1
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-03-20
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
Marcelo Ricardo Leitner
1
-2
/
+2
2015-03-18
vxlan: Move socket initialization to within rtnl scope
Marcelo Ricardo Leitner
1
-102
/
+51
2015-03-18
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
1
-1
/
+4
2015-03-13
vxlan: fix wrong usage of VXLAN_VID_MASK
Alexey Kodanev
1
-2
/
+2
2015-03-12
vxlan: Don't set s_addr in vxlan_create_sock
Simon Horman
1
-1
/
+0
2015-02-11
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
1
-6
/
+19
2015-02-11
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
1
-2
/
+2
2015-02-11
net: Fix remcsum in GRO path to not change packet
Tom Herbert
1
-10
/
+9
2015-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-02-08
vxlan: Wrong type passed to %pIS
Rasmus Villemoes
1
-1
/
+1
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2015-02-05
vxlan: Only set has-GBP bit in header if any other bits would be set
Thomas Graf
1
-0
/
+3
2015-02-04
net: add skb functions to process remote checksum offload
Tom Herbert
1
-16
/
+2
2015-01-29
vxlan: setup the right link netns in newlink hdlr
Nicolas Dichtel
1
-5
/
+5
2015-01-27
vxlan: advertise link netns in fdb messages
Nicolas Dichtel
1
-2
/
+3
2015-01-24
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-32
/
+28
2015-01-24
udp: Do not require sock in udp_tunnel_xmit_skb
Tom Herbert
1
-4
/
+6
2015-01-23
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
1
-0
/
+5
2015-01-19
tunnels: advertise link netns via netlink
Nicolas Dichtel
1
-0
/
+8
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-1
/
+2
2015-01-15
vxlan: Only bind to sockets with compatible flags enabled
Thomas Graf
1
-11
/
+18
2015-01-15
vxlan: Group Policy extension
Thomas Graf
1
-13
/
+71
2015-01-14
vxlan: Remote checksum offload
Tom Herbert
1
-6
/
+185
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-2
/
+5
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2015-01-12
vxlan: Improve support for header flags
Tom Herbert
1
-14
/
+28
2015-01-02
net: Add Transparent Ethernet Bridging GRO support.
Jesse Gross
1
-47
/
+6
2014-12-23
vxlan: Fix double free of skb.
Pravin B Shelar
1
-10
/
+24
2014-12-11
Fix race condition between vxlan_sock_add and vxlan_sock_release
Marcelo Leitner
1
-7
/
+3
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-2
/
+2
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-11-25
vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]
Alexander Duyck
1
-2
/
+2
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+0
[next]