Make sure that do_port_input() always puts a MAC header on packets.
[sliver-openvswitch.git] / datapath /
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...
2008-05-09 Justin PettitImplement the OFPP_ALL virtual port.
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-07 Ben PfaffWhen deleting flows, only insist on matching priority...
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-05-05 Ben PfaffFix compilation on Linux 2.6.20: declare NLMSG_DEFAULT_...
2008-05-05 Ben PfaffSupport pre-Linux 2.6.20 genetlink, which didn't have...
2008-05-05 Ben PfaffCompile fix for Linux 2.6.26-rc1: don't use the removed...
2008-05-05 Justin PettitCheck whether kernel has been configured by "version...
2008-05-05 Justin PettitGet rid of compiler warning under gcc 4.2.
2008-05-05 Justin PettitFix problem introduced by kernel threads when building...
2008-05-03 Ben PfaffAdd build directory to include path.
2008-05-03 Ben PfaffSuppress Automake warnings about GNU make extensions...
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffReduce spurious recompilations for Linux 2.4 datapath.
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffClear padding bytes in fill_flow_stats(), to avoid...
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-30 Ben PfaffRevamp OpenFlow kernel module build system.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffGet rid of union in struct sw_flow, because only one...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-23 rootCHECKSUM_COMPLETE and CHECKSUM_PARTIAL were added Linux...
2008-04-23 Ben PfaffHandle memory allocation failure in dp_output_control().
2008-04-22 Justin PettitFix tab/space issue.
2008-04-22 Justin PettitBUG #4.
2008-04-17 Justin PettitFix a problem with not allocating enough room for netli...
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Justin Pettit- Keep datapath config in host-byte order (and fix...
2008-04-16 Natasha GudeUpdated version references to OFP_VERSION
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-15 Ben PfaffAdd missing calls to htons/ntohs in accesses to miss_se...
2008-04-14 Justin PettitMIPS fixes based on suggestions from Jiang.
2008-04-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-11 Justin PettitFix compilation error in 2.4.20 kernels.
2008-04-11 Justin PettitRemove MAC table support.
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-07 Ben PfaffDon't read info->attrs[DP_GENL_A_OPENFLOW] twice, unnec...
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffSend replies to OpenFlow requests only to the sender.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-02 Justin PettitBy more liberal (egads!) about allocating space for...
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-04-01 Ben PfaffFix typo in comment.
2008-03-30 Justin Pettit- Fixed endian issue with action type. Thanks, Ben!
2008-03-30 Justin PettitFixed some tab/space issues.
2008-03-30 Justin PettitFixed some space/tab issues.
2008-03-30 Justin PettitRemove dead "t" directory.
2008-03-28 Justin PettitRemove dead linux-2.6-uml directory.
2008-03-28 Justin PettitUpdate 2007 copyrights to include 2008.
2008-03-28 Ben PfaffInitialize pad byte in ofp_packet_in messages, to avoid...
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Justin Pettit- Increase version to 0.1.9.
2008-03-11 Ben PfaffIgnore lots of files.
2008-03-06 Ben PfaffDon't treat $(CC) as a list of compiler candidates...
2008-03-04 Martin CasadoInitial import