projects
/
openvswitch
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
ofproto-dpif: Avoid malloc() of "struct flow_miss".
[openvswitch]
/
lib
/
2011-12-06
Luca Giraudo
ofproto-dpif-sflow: allow sFlow to infer the agent...
tree
|
commitdiff
2011-12-05
Justin Pettit
netdev-linux: Don't restrict policing to IPv4 and don...
tree
|
commitdiff
2011-12-02
Jesse Gross
datapath: Remove custom version of ipv6_skip_exthdr().
tree
|
commitdiff
2011-12-02
Ben Pfaff
netdev-linux: Ref and unref the netdev_linux_cache_noti...
tree
|
commitdiff
2011-12-01
Ethan Jackson
lacp: Update header file comments.
tree
|
commitdiff
2011-12-01
Ben Pfaff
learn: Avoid 1-byte buffer underrun in learn_format().
tree
|
commitdiff
2011-11-30
Ethan Jackson
lacp: Sort slaves in appctl output.
tree
|
commitdiff
2011-11-30
Ethan Jackson
lacp: Remove trailing whitespace from appctl output.
tree
|
commitdiff
2011-11-30
Ethan Jackson
lacp: Require non-zero system ID.
tree
|
commitdiff
2011-11-28
Ethan Jackson
odp-util: Move commit_odp_actions() from ofproto-dpif.
tree
|
commitdiff
2011-11-28
Ben Pfaff
daemon: Better log when fork child dies early from...
tree
|
commitdiff
2011-11-28
Ben Pfaff
netlink-socket: Let the kernel choose Netlink pids...
tree
|
commitdiff
2011-11-28
Ben Pfaff
ofproto: Add "fast path".
tree
|
commitdiff
2011-11-28
Ben Pfaff
dpif-linux: Use "epoll" instead of poll().
tree
|
commitdiff
2011-11-28
Ben Pfaff
dpif-linux: Use poll() internally in dpif_linux_recv().
tree
|
commitdiff
2011-11-28
Ben Pfaff
Revert "poll-loop: Enable checking whether a FD caused...
tree
|
commitdiff
2011-11-28
Ben Pfaff
dpif-linux: Remove poll_fd_woke() optimization from...
tree
|
commitdiff
2011-11-24
Simon Horman
stream: Make classes const
tree
|
commitdiff
2011-11-23
Ben Pfaff
ovsdb-idl: Add assertion for synthetic records in ovsdb...
tree
|
commitdiff
2011-11-23
Ben Pfaff
packets: New function eth_pop_vlan(), formerly dp_netde...
tree
|
commitdiff
2011-11-23
Ben Pfaff
vlan-bitmap: New function vlan_bitmap_from_array__().
tree
|
commitdiff
2011-11-23
Ben Pfaff
vlandev: New library for working with Linux VLAN devices.
tree
|
commitdiff
2011-11-23
Ben Pfaff
netdev-linux: Reorganize slightly.
tree
|
commitdiff
2011-11-23
Ben Pfaff
netdev: Remove netdev_get_vlan_vid().
tree
|
commitdiff
2011-11-23
Ben Pfaff
ofproto-dpif: Support differing user/kernel packet...
tree
|
commitdiff
2011-11-21
Ben Pfaff
nx-match: Fold all of its data structures into mf_field.
tree
|
commitdiff
2011-11-21
Ben Pfaff
flow: New functions for setting a VLAN VID or PCP value.
tree
|
commitdiff
2011-11-21
Ben Pfaff
meta-flow: Split ICMP into ICMPv4 and ICMPv6.
tree
|
commitdiff
2011-11-21
Ethan Jackson
dpif-netdev: Allow enqueue actions.
tree
|
commitdiff
2011-11-21
Ethan Jackson
ofp-util: Support OFPP_LOCAL in enqueue actions.
tree
|
commitdiff
2011-11-18
Ethan Jackson
tests: Allow unit tests to run as root.
tree
|
commitdiff
2011-11-18
Ethan Jackson
bond: Remove dead conditional.
tree
|
commitdiff
2011-11-17
Ben Pfaff
tests: Rewrite code for comparing sets of ODP actions.
tree
|
commitdiff
2011-11-17
Ben Pfaff
odp-util: New function odp_actions_from_string().
tree
|
commitdiff
2011-11-17
Ben Pfaff
odp-util: Add support for named ports to odp_flow_key_f...
tree
|
commitdiff
2011-11-17
Ben Pfaff
odp-util: New function factored out of put_userspace_ac...
tree
|
commitdiff
2011-11-17
Ben Pfaff
odp-util: Code formatting improvements.
tree
|
commitdiff
2011-11-17
Ben Pfaff
shash: New function shash_find_len().
tree
|
commitdiff
2011-11-17
Ben Pfaff
flow: Rename flow_compare() to flow_compare_3way().
tree
|
commitdiff
2011-11-17
Ben Pfaff
odp-util: Reorder OVS_KEY_ATTR_* cases for consistency.
tree
|
commitdiff
2011-11-16
Ethan Jackson
flow: flow_extract() improperly parses IPv6 TOS bits.
tree
|
commitdiff
2011-11-15
Justin Pettit
stp: Fix tick remainder calculation.
tree
|
commitdiff
2011-11-15
Justin Pettit
stp: Track BPDU tx and rx counts.
tree
|
commitdiff
2011-11-15
Ben Pfaff
datapath: Don't drop packets with partial vlan tags.
tree
|
commitdiff
2011-11-15
Ben Pfaff
datapath: Describe policy for extending flow key, imple...
tree
|
commitdiff
2011-11-14
Ben Pfaff
datapath: Allow flow key Netlink attributes to appear...
tree
|
commitdiff
2011-11-14
Simon Horman
Make unixctl_command_register() idempotent
tree
|
commitdiff
2011-11-11
Ben Pfaff
classifier: Use HMAP_FOR_EACH, HMAP_FOR_EACH_CONTINUE.
tree
|
commitdiff
2011-11-11
Ben Pfaff
netlink: Refactor and simplify nl_policy_parse().
tree
|
commitdiff
2011-11-11
Ben Pfaff
netlink: Use NL_ATTR_FOR_EACH in nl_policy_parse().
tree
|
commitdiff
2011-11-11
Ben Pfaff
netlink: New macro NL_POLICY_FOR.
tree
|
commitdiff
2011-11-11
Ben Pfaff
odp-util: Use ovs_key_attr_to_string() names in format_...
tree
|
commitdiff
2011-11-11
Ben Pfaff
odp-util: Adjust style.
tree
|
commitdiff
2011-11-11
Ben Pfaff
odp-util: Trigger warning for unhandled attrs in format...
tree
|
commitdiff
2011-11-11
Ben Pfaff
odp-util: New function ovs_key_attr_to_string().
tree
|
commitdiff
2011-11-11
Justin Pettit
flow: htons() zero initializers to make their size...
tree
|
commitdiff
2011-11-11
Justin Pettit
flow: Use FWW_ flags to wildcard IP DSCP and ECN.
tree
|
commitdiff
2011-11-11
Justin Pettit
ofp-util: Rename MAY_IPV6_ADDR to MAY_IPV6.
tree
|
commitdiff
2011-11-11
Justin Pettit
classifier: Don't check masks when adding IPv4/IPv6...
tree
|
commitdiff
2011-11-11
Justin Pettit
Prepend "nw_" to "frag" and "tos" elements.
tree
|
commitdiff
2011-11-09
Justin Pettit
datapath: Rename ipv6_tos to ipv6_tclass.
tree
|
commitdiff
2011-11-09
Justin Pettit
odp-util: Use PRIu8 instead of PRId8 when printing...
tree
|
commitdiff
2011-11-09
Justin Pettit
Support matching and modifying IP TTL.
tree
|
commitdiff
2011-11-09
Justin Pettit
Support matching and modifying IP ECN bits.
tree
|
commitdiff
2011-11-09
Justin Pettit
Don't overload IP TOS with the frag matching bits.
tree
|
commitdiff
2011-11-09
Justin Pettit
Support matching IPv6 flow label.
tree
|
commitdiff
2011-11-09
Justin Pettit
flow: Rearrange IPv6 addresses to remove potential...
tree
|
commitdiff
2011-11-08
Jesse Gross
datapath: Renumber non-upstreamable interfaces.
tree
|
commitdiff
2011-11-04
Justin Pettit
meta-flow: Update mf_field description of size.
tree
|
commitdiff
2011-11-04
Justin Pettit
nx-match: Increase upper bound length for an nx_match.
tree
|
commitdiff
2011-11-04
Ben Pfaff
bond: Only drop packets that indicate moves on SLB...
tree
|
commitdiff
2011-11-03
Ethan Jackson
cfm: Support tagged CCM PDUs.
tree
|
commitdiff
2011-11-02
Jesse Gross
ofproto-dpif: Use send_packet() instead of netdev_send().
tree
|
commitdiff
2011-11-02
Ben Pfaff
stream: Fix uninitialized values in stream_init().
tree
|
commitdiff
2011-11-02
Ben Pfaff
ofp-util: New function ofputil_decode_msg_type_partial().
tree
|
commitdiff
2011-11-01
Pravin B Shelar
datapath: Convert kernel priority actions into match...
tree
|
commitdiff
2011-11-01
Edward Tomasz Napi...
Fix build on FreeBSD.
tree
|
commitdiff
2011-10-31
Ben Pfaff
netdev-vport: Again allow "tap" devices to be added...
tree
|
commitdiff
2011-10-31
Ben Pfaff
ovsdb-idl: Prevent occasional hang when multiple databa...
tree
|
commitdiff
2011-10-29
Ethan Jackson
nicira-ext: New action "exit".
tree
|
commitdiff
2011-10-27
Ethan Jackson
bundle: Parsing bug when using bracketed syntax.
tree
|
commitdiff
2011-10-27
Ben Pfaff
ofp-print: Pretty-print payloads in all error messages...
tree
|
commitdiff
2011-10-27
Ben Pfaff
ovsdb-idl: Don't even try to modify synthetic rows...
tree
|
commitdiff
2011-10-27
Ben Pfaff
Fix manpage-check on RHEL 5.
tree
|
commitdiff
2011-10-24
Ben Pfaff
datapath: Add multicast tunnel support.
tree
|
commitdiff
2011-10-23
Jesse Gross
datapath: Define constants for versions of GENL families.
tree
|
commitdiff
2011-10-22
Justin Pettit
Various bug fixes and cleanups to STP library.
tree
|
commitdiff
2011-10-22
Justin Pettit
Add back 802.1D Spanning Tree Protocol (STP) library...
tree
|
commitdiff
2011-10-22
Justin Pettit
packets.h: Fix STP destination MAC address.
tree
|
commitdiff
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
tree
|
commitdiff
2011-10-21
Pravin B Shelar
datapath: Refactor actions in terms of match fields.
tree
|
commitdiff
2011-10-18
Ben Pfaff
ofp-util: Avoid misaligned memory access in ofputil_enc...
tree
|
commitdiff
2011-10-18
Ben Pfaff
ofp-parse: Validate range of table, priority, and timeo...
tree
|
commitdiff
2011-10-18
Ben Pfaff
vlog: Skip reopening a log file if it would have no...
tree
|
commitdiff
2011-10-18
Ben Pfaff
learn: Check learn actions after parsing in learn_parse().
tree
|
commitdiff
2011-10-18
Ben Pfaff
learn: Allow read-only fields to be matched.
tree
|
commitdiff
2011-10-18
Ben Pfaff
nx-match: Improve log message for errors parsing NX...
tree
|
commitdiff
2011-10-17
Ethan Jackson
vswitchd: New column "link_resets".
tree
|
commitdiff
2011-10-17
Ethan Jackson
netdev-linux: Maintain carrier flag constantly.
tree
|
commitdiff
2011-10-17
Ethan Jackson
rtnetlink-link: Expose carrier changes.
tree
|
commitdiff
next