Modify OpenFlow commands related to ports to be more expressive.
[sliver-openvswitch.git] / datapath /
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Ben PfaffMake "controller nl:0" work again, by fixing a layering...
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Justin PettitIgnore hwtable_dummy.c symlink in kernel build directories.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Justin PettitFix broken stat requests over netlink.
2008-09-13 Justin PettitKeep old stats when a Flow Add replaces an existing...
2008-09-13 Justin PettitClean up the code in the sample hardware table code.
2008-09-13 Justin PettitFix crash when no actions are specified.
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffSend of0 packets from workqueue, to avoid recursive...
2008-09-06 Ben PfaffCompatibility fixes for 2.6.18 kernel
2008-09-04 Justin PettitAdd serial number to description status message.
2008-08-28 Ben PfaffMake OpenFlow kernel module print protocol version.
2008-08-22 Justin PettitFix a couple of typos.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-19 Justin PettitCleanup git-status by not showing some unnecessary...
2008-08-19 Justin PettitFix problem where packets never matched in hash table...
2008-08-18 Ben PfaffDon't compare wildcards, nw_src_mask, nw_dst_mask field...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Ben PfaffUse ETH_ALEN in place of hard-coded 6 in datapath/flow.h.
2008-08-18 Justin PettitUse a consistent naming convention for counts.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Ben PfaffMake hwtable_dummy compile again.
2008-08-14 Ben PfaffUse OpenFlow OUI for Ethernet address of local ports.
2008-08-14 Ben PfaffUse proper byte order for dl_type of 802.2, non-SNAP...
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-08 Ben PfaffFix handling of IP but non-TCP, non-UDP packets in...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffFix bug in clearing unsupported switch flags.
2008-08-07 Ben PfaffDon't call kfree_skb() with interrupts disabled.
2008-08-07 Ben PfaffDon't allow unsupported flags to be set in the switch.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffReduce redundancy in datapath code.
2008-08-07 Ben PfaffFix memory leak when OFPP_TABLE is used for a packet...
2008-08-06 Justin PettitProperly track table match counts.
2008-08-04 Ben PfaffDon't accept incomplete TCP headers when extracting...
2008-08-04 Ben PfaffDon't try to extract UDP/TCP port numbers from IP fragm...
2008-07-28 Justin PettitExport the "dp_mutex" symbol, since it's needed by...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffDistribute new rculist.h headers.
2008-07-21 Ben PfaffGet rid of now-excessive levels of indirection in hwtab...
2008-07-21 Ben PfaffVerify that sleeping is allowed in chain contexts where...
2008-07-21 Ben PfaffDon't need 'deleted' member of struct flow.
2008-07-21 Ben PfaffDon't use atomic_t for tracking table flow counts.
2008-07-21 Ben PfaffGet rid of unnecessary synchronization in tables.
2008-07-21 Ben PfaffProperly synchronize dp_dev destruction.
2008-07-21 Ben PfaffSimplify use of dp_mutex.
2008-07-21 Ben PfaffGet rid of useless use of rcu_read_lock.
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-07-18 Ben PfaffSet skb->dev before calling netif_rx().
2008-07-18 Ben PfaffFix "make dist".
2008-07-15 Ben PfaffPrevent switch implementations from complaining about...
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffFix commit 8bdd107e0 (jiffies linking error) when not...
2008-07-01 Justin PettitDon't allow adding a flow entry with an output port...
2008-07-01 David EricksonFixed a linking collision where jiffies have been backp...
2008-06-26 Ben PfaffModified the naming scheme for hardware tables.
2008-06-26 Justin PettitFix VLAN modification action in kernel switch.
2008-06-23 Ben PfaffDrop "send_openflow_skb: send failed: -3" warning.
2008-06-13 Justin PettitHave the switch list all the stats types it support...
2008-06-13 Justin PettitFix identification of SNAP packets.
2008-06-10 Ben PfaffFix "NOHZ: local_softirq_pending 08" message.
2008-06-05 Ben PfaffFix "waiting for of0 to become free" message on deldp.
2008-06-04 Ben PfaffDelete unneeded line.
2008-06-04 Ben PfaffFix "make dist" in datapath/linux-2.4 when --with-l24...
2008-06-04 Justin PettitFixed typos in dummy hardware table example that caused...
2008-06-03 Ben PfaffUse kernel build system for linux-2.4.
2008-06-03 Justin PettitDefine skb_reset_mac_header for Linux 2.6 kernels older...
2008-06-03 Ben PfaffDon't oops on deldp, by avoiding use-after-free on...
2008-06-03 Ben PfaffDon't try to destroy dp_dev while the local port holds...
2008-06-03 Ben PfaffFree ofX network device when we're done with it.
2008-06-03 Ben PfaffAvoid wild pointer write in del_switch_port().
2008-06-03 Ben PfaffRemove vestigial support for auto-running unit tests.
2008-06-03 Ben PfaffFix "make dist" by distributing some more files.
2008-05-29 Ben PfaffFix "make clean" to delete symlinks created by "make".
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-28 Ben PfaffGet rid of obsolete, commented-out debugging code in...
2008-05-28 Ben PfaffAlways do exact-match on undefined flow fields, so...
2008-05-28 Ben PfaffDon't allow CONFIG_PREEMPT with Linux 2.6.x before...
2008-05-28 Ben PfaffFix buggy table-linear iterator function.
2008-05-28 Ben PfaffDon't ever send frames on OpenFlow devices to the host...
2008-05-23 root- When deleting an entry, remove the entry from "iter_n...
2008-05-20 Justin Pettit- Add Stanford License.
2008-05-20 Justin PettitMake sure destroy function was defined before trying...
2008-05-15 Ben PfaffAdd-on hardware tables initial implementation.
2008-05-15 Justin PettitRemove definition of unused function "hash_in6".
2008-05-14 Justin PettitFix problem with identifying SNAP frames when extractin...
2008-05-10 Justin PettitDon't try to use the IP addresses from ARP packets...
2008-05-10 Justin PettitIPv6 is not supported in OpenFlow, so don't try to...
2008-05-09 Justin PettitZero-out invalid fields when extracting a "match" and...
next