Copy skbs when we save them.
[sliver-openvswitch.git] / datapath / forward.c
2008-11-13 Ben PfaffCopy skbs when we save them.
2008-11-13 Ben PfaffSimplify code for constructing skb in recv_packet_out().
2008-11-13 Ben PfaffVerify in fwd_port_input() that 'skb' has no destructor.
2008-11-13 Ben PfaffVerify in fwd_port_input() that we are not passed packe...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-14 Justin PettitReturn error message when a flow can't be added due...
2008-10-13 Justin PettitWhen sending error messages, set the length properly.
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-06 Justin PettitProperly set in_port in skb for Flow Mod messages.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
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 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
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-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffDon't need 'deleted' member of struct flow.
2008-07-15 Ben PfaffPrevent switch implementations from complaining about...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Justin PettitDon't allow adding a flow entry with an output port...
2008-06-26 Justin PettitFix VLAN modification action in kernel switch.
2008-06-05 Ben PfaffFix "waiting for of0 to become free" message on deldp.
2008-05-07 Ben PfaffTreat flows without any wildcards as maximum priority.
2008-05-02 Ben PfaffRemove MAX_ACTIONS (which was 16) as a limit on the...
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffMake dumping large numbers of flows possible.
2008-04-26 Justin Pettit- Add support for flow entry priorities.
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 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffAdd missing calls to htons/ntohs in accesses to miss_se...
2008-04-12 Justin PettitAdd support for OFPP_TABLE virtual port.
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-03-30 Justin Pettit- Fixed endian issue with action type. Thanks, Ben!
2008-03-28 Justin PettitUpdate 2007 copyrights to include 2008.
2008-03-04 Martin CasadoInitial import