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-01-14
openvswitch: packet messages need their own probe attribtue
Thomas Graf
1
-1
/
+2
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
2014-12-24
openvswitch: fix odd_ptr_err.cocci warnings
Wu Fengguang
1
-1
/
+1
2014-12-23
openvswitch: Fix vport_send double free
Pravin B Shelar
4
-10
/
+18
2014-12-23
openvswitch: Fix GSO with multiple MPLS label.
Pravin B Shelar
1
-1
/
+2
2014-12-23
openvswitch: Fix MPLS action validation.
Pravin B Shelar
1
-12
/
+1
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-12-10
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
1
-2
/
+2
2014-12-09
openvswitch: set correct protocol on route lookup
Jiri Benc
1
-1
/
+1
2014-12-05
openvswitch: Fix flow mask validation.
Pravin B Shelar
1
-2
/
+2
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+21
2014-11-21
net: move vlan pop/push functions into common code
Jiri Pirko
1
-77
/
+9
2014-11-21
net: move make_writable helper into common code
Jiri Pirko
1
-25
/
+14
2014-11-21
vlan: introduce *vlan_hwaccel_push_inside helpers
Jiri Pirko
2
-11
/
+5
2014-11-21
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
3
-5
/
+8
2014-11-21
openvswitch: actions: use skb_postpull_rcsum when possible
Jiri Pirko
1
-7
/
+2
2014-11-20
openvswitch: Don't validate IPv6 label masks.
Joe Stringer
1
-1
/
+1
2014-11-16
openvswitch: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-3
/
+1
2014-11-14
openvswitch: Validate IPv6 flow key and mask values.
Jarno Rajahalme
1
-0
/
+7
2014-11-14
openvswitch: Convert dp rcu read operation to locked operations
Pravin B Shelar
1
-7
/
+7
2014-11-14
openvswitch: Fix NDP flow mask validation
Daniele Di Proietto
1
-1
/
+1
2014-11-14
openvswitch: Fix checksum calculation when modifying ICMPv6 packets.
Jesse Gross
1
-2
/
+6
2014-11-14
openvswitch: Fix memory leak.
Pravin B Shelar
1
-2
/
+0
2014-11-14
openvswitch: Fix build failure.
Pravin B Shelar
1
-4
/
+2
2014-11-09
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
6
-168
/
+206
2014-11-09
openvswitch: Constify various function arguments
Thomas Graf
11
-36
/
+38
2014-11-09
openvswitch: Remove redundant key ref from upcall_info.
Pravin B Shelar
3
-28
/
+32
2014-11-09
openvswitch: Optimize recirc action.
Pravin B Shelar
1
-45
/
+106
2014-11-09
openvswitch: Extend packet attribute for egress tunnel info
Wenyu Zhang
11
-31
/
+262
2014-11-09
openvswitch: Export symbols as GPL symbols.
Pravin B Shelar
2
-8
/
+8
2014-11-05
openvswitch: Avoid NULL mask check while building mask
Pravin B Shelar
1
-54
/
+53
2014-11-05
openvswitch: Refactor action alloc and copy api.
Pravin B Shelar
3
-29
/
+21
2014-11-05
openvswitch: Move key_attr_size() to flow_netlink.h.
Joe Stringer
3
-28
/
+37
2014-11-05
openvswitch: Remove flow member from struct ovs_skb_cb
Lorand Jakab
3
-12
/
+9
2014-11-05
openvswitch: Drop packets when interdev is not up
Chunhe Li
1
-0
/
+5
2014-11-05
openvswitch: Refactor get_dp() function into multiple access APIs.
Andy Zhou
1
-10
/
+21
2014-11-05
openvswitch: Refactor ovs_flow_cmd_fill_info().
Joe Stringer
1
-27
/
+66
2014-11-05
openvswitch: refactor do_output() to move NULL check out of fast path
Andy Zhou
1
-14
/
+11
2014-11-05
openvswitch: Additional logging for -EINVAL on flow setups.
Jesse Gross
2
-7
/
+22
2014-11-05
openvswitch: Remove redundant tcp_flags code.
Joe Stringer
1
-10
/
+3
2014-11-05
openvswitch: Move table destroy to dp-rcu callback.
Pravin B Shelar
3
-8
/
+10
2014-11-05
openvswitch: Add basic MPLS support to kernel
Simon Horman
7
-29
/
+272
2014-10-28
openvswitch: Export lockdep_ovsl_is_held to modules.
David S. Miller
1
-0
/
+1
2014-10-28
datapath: Rename last_action() as nla_is_last() and move to netlink.h
Simon Horman
1
-8
/
+3
2014-10-28
ovs: Turn vports with dependencies into separate modules
Thomas Graf
11
-68
/
+199
2014-10-20
net: make skb_gso_segment error handling more robust
Florian Westphal
1
-0
/
+2
2014-10-17
openvswitch: Set flow-key members.
Pravin B Shelar
1
-3
/
+3
2014-10-17
openvswitch: Create right mask with disabled megaflows
Pravin B Shelar
1
-21
/
+72
2014-10-17
openvswitch: fix a use after free
Li RongQing
1
-1
/
+2
[next]