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
/
net
/
openvswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-07-21
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
1
-1
/
+1
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
6
-352
/
+201
2015-07-21
openvswitch: Abstract vport name through ovs_vport_name()
Thomas Graf
6
-12
/
+9
2015-07-21
openvswitch: Move dev pointer into vport itself
Thomas Graf
6
-91
/
+59
2015-07-21
openvswitch: Make tunnel set action attach a metadata dst
Thomas Graf
6
-13
/
+79
2015-07-21
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
1
-0
/
+1
2015-07-21
ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
Thomas Graf
11
-134
/
+64
2015-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-06-03
openvswitch: disable LRO
Jiri Benc
1
-0
/
+1
2015-06-01
openvswitch: include datapath actions with sampled-packet upcall to userspace
Neil McKee
3
-10
/
+33
2015-05-13
geneve: Rename support library as geneve_core
John W. Linville
1
-1
/
+1
2015-05-13
geneve: move definition of geneve_hdr() to geneve.h
John W. Linville
1
-5
/
+0
2015-05-05
openvswitch: Use eth_proto_is_802_3
Alexander Duyck
3
-4
/
+4
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-12
/
+12
2015-04-14
mm: remove GFP_THISNODE
David Rientjes
1
-1
/
+3
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-2
/
+3
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2015-03-31
openvswitch: Return vport module ref before destruction
Thomas Graf
1
-3
/
+1
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-2
/
+4
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
1
-3
/
+1
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
1
-3
/
+1
2015-03-08
mpls: Fix the openvswitch select of NET_MPLS_GSO
Eric W. Biederman
1
-0
/
+1
2015-03-03
openvswitch: Fix serialization of non-masked set actions.
Joe Stringer
1
-1
/
+7
2015-02-20
openvswitch: Fix net exit.
Pravin B Shelar
2
-2
/
+45
2015-02-14
openvswitch: Fix key serialization.
Pravin B Shelar
1
-1
/
+1
2015-02-11
openvswitch: Add missing initialization in validate_and_copy_set_tun()
Geert Uytterhoeven
1
-1
/
+1
2015-02-11
openvswitch: Reset key metadata for packet execution.
Pravin B Shelar
1
-0
/
+2
2015-02-09
openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set
Thomas Graf
1
-1
/
+1
2015-02-08
openvswitch: Initialize unmasked key and uid len
Pravin B Shelar
1
-0
/
+2
2015-02-07
net: openvswitch: Support masked set actions.
Jarno Rajahalme
2
-172
/
+362
2015-01-28
openvswitch: Add support for checksums on UDP tunnels.
Jesse Gross
2
-3
/
+6
2015-01-26
openvswitch: Add support for unique flow IDs.
Joe Stringer
6
-91
/
+415
2015-01-26
openvswitch: Use sw_flow_key_range for key ranges.
Joe Stringer
1
-11
/
+9
2015-01-26
openvswitch: Refactor ovs_flow_tbl_insert().
Joe Stringer
1
-7
/
+14
2015-01-26
openvswitch: Refactor ovs_nla_fill_match().
Joe Stringer
3
-40
/
+46
2015-01-24
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-4
/
+2
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-3
/
+6
2015-01-15
openvswitch: Support VXLAN Group Policy extension
Thomas Graf
4
-19
/
+203
2015-01-15
openvswitch: Allow for any level of nesting in flow attributes
Thomas Graf
1
-50
/
+56
2015-01-15
openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
Thomas Graf
3
-41
/
+47
2015-01-15
vxlan: Group Policy extension
Thomas Graf
1
-3
/
+6
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-01-14
openvswitch: packet messages need their own probe attribtue
Thomas Graf
1
-1
/
+2
2015-01-14
openvswitch: Introduce ovs_tunnel_route_lookup
Fan Du
5
-39
/
+25
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
5
-7
/
+8
2015-01-13
openvswitch: Remove unnecessary version.h inclusion
Syam Sidhardhan
1
-2
/
+0
2015-01-02
openvswitch: Consistently include VLAN header in flow and port stats.
Ben Pfaff
2
-3
/
+4
2014-12-27
genetlink: pass only network namespace to genl_has_listeners()
Johannes Berg
1
-2
/
+1
[next]