projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2008-08-19
Justin Pettit
Fix problem where packets never matched in hash table...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-19
Justin Pettit
Link to the normal OpenFlow lib directory, not this...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Don't compare wildcards, nw_src_mask, nw_dst_mask field...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Allow and use shorthands such as "ip" or "tcp" for...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Make ofp_packet_in() print the flow corresponding to...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Implement subnet mask matching in OpenFlow.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Use ETH_ALEN in place of hard-coded 6 in datapath/flow.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Justin Pettit
Fix dump-flows to be usable by add-flows.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-18
Justin Pettit
Use a consistent naming convention for counts.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-16
Justin Pettit
Add stats message that allows querying description...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-15
Justin Pettit
Added new interface statistics.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-14
Ben Pfaff
Make hwtable_dummy compile again.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-14
Ben Pfaff
Fix vlogconf EINTR error returns.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-14
Ben Pfaff
Use OpenFlow OUI for Ethernet address of local ports.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-14
Ben Pfaff
Use proper byte order for dl_type of 802.2, non-SNAP...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-14
Justin Pettit
Switch to new packet-out format and add OFPP_IN_PORT.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
Print OpenFlow ref. impl. and protocol versions at...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
Describe how to build and use Debian packages in INSTALL.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
Add missing prerequisite to debian/control.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
rconn: Wake up immediately if we drain the send queue.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
rconn: Use rconn_send() to send echo requests.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-13
Ben Pfaff
rconn: Queue packets for tx only if connected.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Prevent the secchan from dying due to SIGPIPE.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Reduce default burst limit to rate limit / 4.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Make discovery happen faster.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Implement rate limiting in secchan.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Drop rconn's responsibility for limiting the tx queue.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Use signal-based timekeeping functions throughout the...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Initialize the timetracking module in each userspace...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Implement signal-driven time tracking.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Make fatal-signal more willing to share signals with...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Ben Pfaff
Set up flow to drop packets that come in on their outpu...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Ben Pfaff
Fix handling of IP but non-TCP, non-UDP packets in...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Make vconn_open() consistently set *vconnp to NULL...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Implement OpenFlow hard timeouts.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix formatting of flow matches in ofp-print:
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix uninitialized struct member in userspace table...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix bug in clearing unsupported switch flags.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Don't call kfree_skb() with interrupts disabled.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Don't allow unsupported flags to be set in the switch.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Implement OFPC_FRAG_DROP fragment handling policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Reduce redundancy in datapath code.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Maintain userspace switch configuration in host byte...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix memory leak when OFPP_TABLE is used for a packet...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Drop controller-bound traffic that arrives on the contr...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-06
Justin Pettit
Properly track table match counts.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Mark functions not used in other source files static.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Make it easier for the compiler to optimize IP_IS_FRAGMENT.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Fix bug in flow_extract() for extracting VLAN from...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Don't accept incomplete TCP headers when extracting...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Don't try to extract UDP/TCP port numbers from IP fragm...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: Make client signal a change if renewing yields...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: Make dhcp_option_to_string() act sensibly with...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: New function dhcp_option_equals().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Clean up secchan code.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
netdev: Let netdev_get_in4(), netdev_get_in6() take...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Debian: Listen on Unix domain socket for management...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Implement Unix domain socket vconn.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Move unix socket helper functions into socket-util.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Use vconn_stream to factor out code from vconn_tcp.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Introduce infrastructure for stream socket-based...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Allow vconns to delegate to underlying implement...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Natasha Gude
IP_ARGS takes address of nw_addr
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Justin Pettit
Don't allow the learning switch to send packets back...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Ben Pfaff
rconn: Reconnect reliably when underlying vconn reports...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Justin Pettit
Export the "dp_mutex" symbol, since it's needed by...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Drop unnecessary conditional and incorrect comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Be slightly pickier about going into fail-open mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Avert GCC false-positive warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Merge branch 'locking'
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Don't invoke Debconf from openflow-switch postinst.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
vlog: Reduce syslog level of VLL_EMER messages to LOG_A...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
vlog: Send multi-line log messages to syslog() one...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Verify OpenFlow version number in vconn_recv().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Fix kdist_clean target in debian/rules.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Update Debconf templates PO file.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Don't log messages to the console by default in Debian...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Be less picky about precise name of process in init...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Only generate private key and certificate request if...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Enable secchan, ofp-discover to update /etc/resolv...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Support controller discovery in Debian packages.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New utility ofp-kill.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New function make_pidfile_name().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
secchan: Improve logging when rejecting a controller...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Lock pidfiles with fcntl and create them atomically.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New program ofp-discover.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Add SIGALRM to blockable fatal signals.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Always build test-dhcp-client.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Fix race condition in test-dhcp-client.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Only print "entering" message if state actually...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Don't attempt to drain netdev if we ran out of...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Make output of dhcp_option_to_string() more unifo...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Make dhcp_msg_to_string() support a multiline...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Break out netdev configuration from DHCP binding.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Be more precise about updating 'changed' flag.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
Make set_pidfile() easier to use.
commit
|
commitdiff
|
tree
|
snapshot
next