projects
/
openvswitch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bridge: Write CFM updates more quickly.
[openvswitch]
/
datapath
/
2011-03-25
Ben Pfaff
datapath: Avoid memory leak in odp_packet_cmd_execute().
tree
|
commitdiff
2011-03-23
Ben Pfaff
datapath: Add compatibility with sk_buff's vlan_tci...
tree
|
commitdiff
2011-03-18
Jesse Gross
datapath: Use ipv4_dst_hoplimit() instead of direct...
tree
|
commitdiff
2011-03-18
Jesse Gross
datapath: Backport ip4_dst_hoplimit() from 2.6.38.
tree
|
commitdiff
2011-03-16
Ben Pfaff
Support vlan_group workaround implemented in XenServer...
tree
|
commitdiff
2011-03-14
Jesse Gross
datapath: Check for backported dev_get_by_index_rcu().
tree
|
commitdiff
2011-03-14
Jesse Gross
datapath: Use compat directory only for backported...
tree
|
commitdiff
2011-03-10
Jesse Gross
tunneling: Rely on protocol handles to parse ToS.
tree
|
commitdiff
2011-03-10
Jesse Gross
datapath: Enable vlan offload on internal devices.
tree
|
commitdiff
2011-03-09
Ben Pfaff
datapath: Avoid random tun_id in odp_packet_cmd_execute().
tree
|
commitdiff
2011-03-04
Jesse Gross
tunneling: Don't leak dst on vlan tagging failure.
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Add backport for USHRT_MAX.
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Drop BUG_ON when checksumming and copying.
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Update IPv6 parsing code for kernel style.
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Allow jumbograms through IPv6 parsing.
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Check packet len does not exceed attribute...
tree
|
commitdiff
2011-03-03
Jesse Gross
datapath: Record upcall errors as lost packets.
tree
|
commitdiff
2011-03-02
Ben Pfaff
datapath: Remove unneeded modify_vlan_tci() parameters.
tree
|
commitdiff
2011-03-02
Ben Pfaff
datapath: Avoid duplicate test in tnl_free_linked_skbs().
tree
|
commitdiff
2011-03-02
Ben Pfaff
datapath: Simplify send_frags().
tree
|
commitdiff
2011-02-25
Valient Gough
datapath: call tnl_ops only after setting options
tree
|
commitdiff
2011-02-25
Jesse Gross
datapath: Destroy internal devices before freeing datapath.
tree
|
commitdiff
2011-02-25
Jesse Gross
datapath: Don't free vport until all references are...
tree
|
commitdiff
2011-02-24
Jesse Gross
datapath: Memset executed packet's fields using memset.
tree
|
commitdiff
2011-02-19
Ben Pfaff
datapath: Properly initialize ovs_skb_cb of packet...
tree
|
commitdiff
2011-02-11
Ben Pfaff
Remove /proc/net compatibility support.
tree
|
commitdiff
2011-02-08
Jesse Gross
datapath: Check for backported rcu_read_lock_held.
tree
|
commitdiff
2011-02-08
Jesse Gross
datapath: Use vlan deacceleration function in upcall.
tree
|
commitdiff
2011-02-08
Jesse Gross
datapath: Don't use vlan_features before 2.6.26.
tree
|
commitdiff
2011-02-07
Justin Pettit
datapath: Better calculate max nlattr-formatted flow...
tree
|
commitdiff
2011-02-07
Justin Pettit
datapath: Increase size of max nlattr-formatted flow...
tree
|
commitdiff
2011-02-07
Simon Horman
datapath: Clear rxhash when using an action that may...
tree
|
commitdiff
2011-02-07
Jesse Gross
datapath: Add module parameter to allow TSO with vlans.
tree
|
commitdiff
2011-02-07
Jesse Gross
datapath: Add definition for FCoE offload.
tree
|
commitdiff
2011-02-07
Jesse Gross
datapath: Use vlan acceleration for vlan operations.
tree
|
commitdiff
2011-02-07
Jesse Gross
datapath: Add vlan acceleration field for older kernels.
tree
|
commitdiff
2011-02-07
Jesse Gross
tunneling: Check refcount of each page in frags.
tree
|
commitdiff
2011-02-04
Jesse Gross
tunneling: Always use skb->len for PMTUD.
tree
|
commitdiff
2011-02-04
Jesse Gross
tunneling: Fix uninitialized variable warning in check_mtu.
tree
|
commitdiff
2011-02-04
Ben Pfaff
datapath: Consider tunnels to have no MTU, fixing jumbo...
tree
|
commitdiff
2011-02-03
Jesse Gross
tunneling: Simplify path MTU discovery logic.
tree
|
commitdiff
2011-02-03
Ben Pfaff
Zero padding bytes in odp_key_ipv4, odp_key_arp.
tree
|
commitdiff
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 Neighbor Discovery...
tree
|
commitdiff
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 traffic.
tree
|
commitdiff
2011-02-02
Justin Pettit
nicira-ext: Support matching ARP source and target...
tree
|
commitdiff
2011-02-01
Ben Pfaff
datapath: Dump flow actions only if there is room.
tree
|
commitdiff
2011-02-01
Ben Pfaff
datapath: Fix behavior of NLA_NESTED for pre-2.6.29...
tree
|
commitdiff
2011-01-31
Jesse Gross
datapath: Fix flow time used computation.
tree
|
commitdiff
2011-01-31
Jesse Gross
datapath: Avoid nla_parse_nested const warning on ...
tree
|
commitdiff
2011-01-30
Jesse Gross
datapath: Correct version check for genetlink net names...
tree
|
commitdiff
2011-01-30
Jesse Gross
datapath: Drop allocation of memory for ODP_PACKET_ATTR...
tree
|
commitdiff
2011-01-29
Jesse Gross
datapath: Use multicast groups allocated for upcalls.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change dp_idx to dp_ifindex, the ifindex...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert ODP_DP_* commands to use AF_NETLINK...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Adopt Generic Netlink-compatible locking.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Eliminate vport_mutex by protecting vport...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Backport more Netlink functions.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Backport genl_register_family_with_ops().
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Extend compatibility code for genl_register_m...
tree
|
commitdiff
2011-01-28
Ben Pfaff
Eliminate ODPL_* from userspace-facing interface.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Get rid of ODPP_NONE.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert ODP_EXECUTE to use Netlink framing.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Remove non-standard nla_put_be{16,32,64}...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert datapath operations to use Netlink...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Eliminate 'flags' member from odp_flow.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change ODP_FLOW_GET to retrieve only a single...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Drop port information from odp_stats.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Drop queue information from odp_stats.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Drop flow information from odp_stats.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change userspace vport interface to use Netli...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Make VERIFY_NUL_STRING verify the string...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change vport type from string to integer...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Drop datapath index and port number from...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Make it possible to query vports by name...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change listing ports to use an iterator concept.
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Report kernel's flow key when passing packets...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Convert odp_flow_key to use Netlink attribute...
tree
|
commitdiff
2011-01-28
Ben Pfaff
datapath: Change listing flows to use an iterator concept.
tree
|
commitdiff
2011-01-27
Ben Pfaff
datapath: Make VERIFY_NUL_STRING return a negative...
tree
|
commitdiff
2011-01-25
Ben Pfaff
datapath: Move rcu_read_lock_held(), rcu_dereference_...
tree
|
commitdiff
2011-01-25
Ben Pfaff
datapath: Avoid sparse warning in compat header.
tree
|
commitdiff
2011-01-23
Ben Pfaff
datapath: Remove unused ->set_stats() function from...
tree
|
commitdiff
2011-01-21
Ben Pfaff
datapath: Remove vport_del_all() because it is now...
tree
|
commitdiff
2011-01-19
Jesse Gross
datapath: Avoid backported csum_replace4() on RHEL 5.
tree
|
commitdiff
2011-01-18
Ben Pfaff
datapath: Tabify indentation.
tree
|
commitdiff
2011-01-18
Ben Pfaff
datapath: Fix validation of ODPAT_OUTPUT actions.
tree
|
commitdiff
2011-01-17
Ben Pfaff
datapath: Consistently parenthesize the operand of...
tree
|
commitdiff
2011-01-13
Ben Pfaff
datapath: Get rid of compat.h, compat26.h in favor...
tree
|
commitdiff
2011-01-13
Ben Pfaff
datapath: Use NULL for null pointer in compat code.
tree
|
commitdiff
2011-01-12
Justin Pettit
Add some new generated files to .gitignore.
tree
|
commitdiff
2011-01-06
Ben Pfaff
datapath: Distinguish set_config() functions' names.
tree
|
commitdiff
2011-01-06
Ben Pfaff
datapath: Improve vport-patch names that are too generic.
tree
|
commitdiff
2011-01-06
Ben Pfaff
datapath: Clean up code in vport_get_stats().
tree
|
commitdiff
2011-01-06
Ben Pfaff
datapath: Fix vport_get_stats() in !VPORT_F_GEN_STATS...
tree
|
commitdiff
2011-01-06
Simon Horman
datapath: Treat GSO skbs as if they were fragments
tree
|
commitdiff
next