index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datapath
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovs-dpctl: Show number of flows
Simon Horman
2011-08-03
1
-0
/
+3
*
datapath: Allow the number of hash entries to exceed TBL_MAX_BUCKETS
Simon Horman
2011-08-02
2
-10
/
+14
*
datapath: Allow table to expand to have TBL_MAX_BUCKETS buckets
Simon Horman
2011-08-02
1
-1
/
+1
*
datapath: Backport flex_arrays.
Jesse Gross
2011-07-28
5
-0
/
+491
*
datapath: Don't pass __GFP_ZERO to kmalloc on older kernels.
Jesse Gross
2011-07-28
1
-0
/
+17
*
datapath: Backport reciprocal division.
Jesse Gross
2011-07-28
4
-0
/
+52
*
Datapath action should not refer to controller
pravin shelar
2011-07-28
2
-8
/
+8
*
datapath: Add missing targets to avoid failure on e.g. "make TAGS".
Ben Pfaff
2011-07-26
1
-3
/
+22
*
datapath: An expanded table should be larger than its predecessor
Simon Horman
2011-07-12
1
-1
/
+1
*
tunneling: Force selection of an IP ID with GRE.
Jesse Gross
2011-06-30
1
-1
/
+4
*
datapath: Support Linux 3.0
Simon Horman
2011-06-29
1
-2
/
+2
*
datapath: Rename linux-2.6 and compat-2.6 directories.
Jesse Gross
2011-06-24
64
-66
/
+65
*
datapath: Add missing header.
Jesse Gross
2011-06-23
1
-0
/
+1
*
configure: Do not reject Linux 3.0 at configure time.
Ben Pfaff
2011-06-22
1
-4
/
+0
*
configure: Remove "26" from Linux variable names.
Ben Pfaff
2011-06-22
2
-2
/
+2
*
datapath: Use consume_skb() on non-errors.
Jesse Gross
2011-06-16
4
-12
/
+16
*
datapath: Backport consume_skb().
Jesse Gross
2011-06-16
1
-0
/
+4
*
datapath: Further mirror checksum offloading state on old kernels.
Jesse Gross
2011-06-16
7
-133
/
+257
*
datapath: Drop set_skb_csum_bits().
Jesse Gross
2011-06-16
1
-18
/
+0
*
tunneling: Avoid extra copying if expanding headroom.
Jesse Gross
2011-06-16
1
-25
/
+8
*
datapath: Simplify make_writable().
Jesse Gross
2011-06-16
1
-81
/
+79
*
datapath: Use strip_vlan() for modify_vlan_tci().
Jesse Gross
2011-06-16
1
-22
/
+8
*
datapath: Check for supported kernel versions.
Jesse Gross
2011-06-13
1
-0
/
+5
*
Remove NXAST_DROP_SPOOFED_ARP action.
Justin Pettit
2011-06-09
2
-36
/
+1
*
datapath: Remove redundant nw_ prefix from fields in flow key.
Jesse Gross
2011-06-08
3
-46
/
+46
*
datapath: IP fragments should include L4 header in flow length.
Jesse Gross
2011-06-08
1
-28
/
+28
*
tunneling: Warn if CAPWAP is not available on this kernel.
Jesse Gross
2011-06-02
1
-2
/
+3
*
datapath: Get packet metadata from userspace in odp_packet_cmd_execute().
Ben Pfaff
2011-06-01
3
-17
/
+84
*
datapath: Don't call genlmsg_reply() under rcu_read_lock().
Jesse Gross
2011-05-27
1
-1
/
+3
*
datapath: Check that netdev vport is fully initialized.
Jesse Gross
2011-05-19
1
-0
/
+5
*
datapath: Hash and compare only the part of sw_flow_key actually used.
Andrew Evans
2011-05-18
7
-266
/
+385
*
datapath: Pull data into linear area only on demand.
Jesse Gross
2011-05-11
1
-61
/
+57
*
tunneling: Add DF inherit and default flags to set of public tunnel flags.
Andrew Evans
2011-05-01
1
-1
/
+2
*
tunneling: Add df_default and df_inherit tunnel options.
Andrew Evans
2011-04-29
1
-6
/
+8
*
datapath: Remove dead code in queue_control_packets().
Ethan Jackson
2011-04-29
1
-6
/
+0
*
datapath: Drop parameters from execute_actions().
Ben Pfaff
2011-04-29
5
-86
/
+70
*
datapath: Make every packet passing through the datapath have an sw_flow.
Ben Pfaff
2011-04-29
1
-4
/
+24
*
datapath: Avoid freeing wild pointer in corner case.
Ben Pfaff
2011-04-29
1
-0
/
+1
*
datapath: No need to zero cb anymore in odp_packet_cmd_execute().
Ben Pfaff
2011-04-29
1
-3
/
+0
*
datapath: Make git ignore linux-2.6/vlan.c.
Andrew Evans
2011-04-27
1
-0
/
+1
*
datapath: Backport DIV_ROUND_UP.
Jesse Gross
2011-04-27
1
-0
/
+4
*
datapath: Update netdev_frame_hook() for 2.6.39 rx handler API change.
Andrew Evans
2011-04-07
1
-1
/
+17
*
datapath: Update for changes in 2.6.39-rc1
Simon Horman
2011-03-31
1
-0
/
+11
*
datapath: Fix mysterious GRE-over-IPSEC problems.
Ben Pfaff
2011-03-30
1
-3
/
+6
*
datapath: Avoid memory leak in odp_packet_cmd_execute().
Ben Pfaff
2011-03-24
1
-9
/
+15
*
datapath: Add compatibility with sk_buff's vlan_tci before 2.6.33.
Ben Pfaff
2011-03-23
1
-0
/
+30
*
datapath: Use ipv4_dst_hoplimit() instead of direct access.
Jesse Gross
2011-03-18
1
-2
/
+2
*
datapath: Backport ip4_dst_hoplimit() from 2.6.38.
Jesse Gross
2011-03-18
1
-0
/
+7
*
Support vlan_group workaround implemented in XenServer kernels.
Ben Pfaff
2011-03-16
1
-4
/
+18
*
datapath: Check for backported dev_get_by_index_rcu().
Jesse Gross
2011-03-14
1
-1
/
+1
[next]