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
*
Remove /proc/net compatibility support.
Ben Pfaff
2011-02-11
5
-231
/
+2
*
datapath: Check for backported rcu_read_lock_held.
Jesse Gross
2011-02-07
1
-1
/
+1
*
datapath: Use vlan deacceleration function in upcall.
Jesse Gross
2011-02-07
1
-7
/
+4
*
datapath: Don't use vlan_features before 2.6.26.
Jesse Gross
2011-02-07
1
-1
/
+5
*
datapath: Better calculate max nlattr-formatted flow size.
Justin Pettit
2011-02-07
2
-2
/
+20
*
datapath: Increase size of max nlattr-formatted flow to 132.
Justin Pettit
2011-02-07
1
-2
/
+2
*
datapath: Clear rxhash when using an action that may affect it
Simon Horman
2011-02-07
3
-0
/
+12
*
datapath: Add module parameter to allow TSO with vlans.
Jesse Gross
2011-02-07
1
-7
/
+34
*
datapath: Add definition for FCoE offload.
Jesse Gross
2011-02-07
1
-0
/
+4
*
datapath: Use vlan acceleration for vlan operations.
Jesse Gross
2011-02-07
7
-173
/
+157
*
datapath: Add vlan acceleration field for older kernels.
Jesse Gross
2011-02-07
6
-0
/
+106
*
tunneling: Check refcount of each page in frags.
Jesse Gross
2011-02-07
1
-1
/
+1
*
tunneling: Always use skb->len for PMTUD.
Jesse Gross
2011-02-04
1
-5
/
+5
*
tunneling: Fix uninitialized variable warning in check_mtu.
Jesse Gross
2011-02-04
1
-1
/
+1
*
datapath: Consider tunnels to have no MTU, fixing jumbo frame support.
Ben Pfaff
2011-02-04
8
-68
/
+14
*
tunneling: Simplify path MTU discovery logic.
Jesse Gross
2011-02-03
1
-24
/
+27
*
Zero padding bytes in odp_key_ipv4, odp_key_arp.
Ben Pfaff
2011-02-03
1
-0
/
+3
*
nicira-ext: Support matching IPv6 Neighbor Discovery messages.
Justin Pettit
2011-02-02
2
-10
/
+111
*
nicira-ext: Support matching IPv6 traffic.
Justin Pettit
2011-02-02
4
-31
/
+214
*
nicira-ext: Support matching ARP source and target hardware addresses.
Justin Pettit
2011-02-02
2
-0
/
+8
*
datapath: Dump flow actions only if there is room.
Ben Pfaff
2011-02-01
1
-18
/
+14
*
datapath: Fix behavior of NLA_NESTED for pre-2.6.29 kernels.
Ben Pfaff
2011-01-31
1
-0
/
+25
*
datapath: Fix flow time used computation.
Jesse Gross
2011-01-31
3
-1
/
+16
*
datapath: Avoid nla_parse_nested const warning on < 2.6.22.
Jesse Gross
2011-01-30
1
-1
/
+4
*
datapath: Correct version check for genetlink net namespaces.
Jesse Gross
2011-01-30
1
-2
/
+3
*
datapath: Drop allocation of memory for ODP_PACKET_ATTR_TYPE.
Jesse Gross
2011-01-30
1
-1
/
+0
*
datapath: Use multicast groups allocated for upcalls.
Jesse Gross
2011-01-29
1
-83
/
+86
*
datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.
Ben Pfaff
2011-01-28
2
-50
/
+50
*
datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.
Ben Pfaff
2011-01-28
3
-64
/
+69
*
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.
Ben Pfaff
2011-01-28
3
-278
/
+239
*
datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.
Ben Pfaff
2011-01-28
2
-185
/
+171
*
datapath: Convert ODP_DP_* commands to use AF_NETLINK socket layer.
Ben Pfaff
2011-01-28
5
-165
/
+288
*
datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.
Ben Pfaff
2011-01-28
8
-219
/
+188
*
datapath: Adopt Generic Netlink-compatible locking.
Ben Pfaff
2011-01-27
7
-303
/
+291
*
datapath: Eliminate vport_mutex by protecting vport table with RCU.
Ben Pfaff
2011-01-27
4
-98
/
+25
*
datapath: Backport more Netlink functions.
Ben Pfaff
2011-01-27
1
-0
/
+17
*
datapath: Backport genl_register_family_with_ops().
Ben Pfaff
2011-01-27
3
-35
/
+70
*
datapath: Extend compatibility code for genl_register_mc_group().
Ben Pfaff
2011-01-27
5
-41
/
+34
*
Eliminate ODPL_* from userspace-facing interface.
Ben Pfaff
2011-01-27
1
-10
/
+10
*
datapath: Get rid of ODPP_NONE.
Ben Pfaff
2011-01-27
1
-1
/
+1
*
datapath: Convert ODP_EXECUTE to use Netlink framing.
Ben Pfaff
2011-01-27
4
-123
/
+60
*
datapath: Remove non-standard nla_put_be{16,32,64} functions.
Ben Pfaff
2011-01-27
1
-37
/
+0
*
datapath: Convert datapath operations to use Netlink framing.
Ben Pfaff
2011-01-27
4
-786
/
+846
*
datapath: Convert ODP_FLOW_* and ODP_EXECUTE to put dp_idx into message.
Ben Pfaff
2011-01-27
2
-156
/
+239
*
datapath: Eliminate 'flags' member from odp_flow.
Ben Pfaff
2011-01-27
2
-24
/
+14
*
datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.
Ben Pfaff
2011-01-27
2
-108
/
+31
*
datapath: Drop port information from odp_stats.
Ben Pfaff
2011-01-27
2
-6
/
+0
*
datapath: Drop queue information from odp_stats.
Ben Pfaff
2011-01-27
1
-2
/
+0
*
datapath: Drop flow information from odp_stats.
Ben Pfaff
2011-01-27
1
-4
/
+0
*
datapath: Change userspace vport interface to use Netlink attributes.
Ben Pfaff
2011-01-27
9
-649
/
+674
[next]