projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2009-01-13
Ben Pfaff
Fix memory leak in nl_sock_transact().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Implement simple memory leak detector.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Add ability to open null fds to process_start().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Add libpcre3-dev to build-dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
New function process_run().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Merge master and vswitchd branches
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Make dpctl accept an arbitrary number of actions.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
learning-switch: Remove unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
fatal-signal: Fix bug in call_hooks() recursion detection.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Use xstrdup() instead of xasprintf() for duplicating...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
dpctl: Fix use-after-free in "probe" command.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
netdev: Fix file descriptor leak.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
datapath: Check DMI strings for NULL.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
datapath: Avoid pointer arithmetic on possibly-NULL...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
daemon: report error if daemon child process fails...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
dpctl: Exit unsuccessfully if a write to stdout or...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Use strtok_r() instead of strtok().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
dhcp-client: Don't report long time to expiration after...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
dhcp-client: Add comment about time going backward.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
datapath: Make 'length' local variable unsigned, for...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Use a uint16_t variable to store a 16-bit value, not...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-13
Ben Pfaff
Mark memory allocation functions with __attribute__...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Ben Pfaff
datapath: Fix tracking of number of flows in hash table.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-10
Ben Pfaff
datapath: Add log level annotations to printk messages.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Justin Pettit
Add datapath device name to printk's.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
vswitchd: Delete 'ifaces' pointer to interface when...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
rconn: Fix segfault when the idle timeout races with...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Justin Pettit
Delete extermally removed interfaces from bridge compat...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
vswitchd: Eliminate "can't forward to bad port" when...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
datapath: Don't drop oversize GSO frames, since GSO...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Justin Pettit
Add support for sysfs and ethtool.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
Only enable warning options that the compiler actually...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ben Pfaff
Fix memory leak in make_pidfile().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Martin Casado
Add nicira copyright and gplv3 to vswitchd
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Enable many additional GCC warnings by default.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Mark stubbed-out function parameter as UNUSED.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Add missing switch case.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Add missing trailing initializers.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Mark out_of_memory() as never returning.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Add missing header file to brcompat.h.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
vlog: Fix initializer in VLOG_RATE_LIMIT macro.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
vlog: Mark format_log_message() as taking a printf...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Fix bug that could have caused infinite loop in ofp_pri...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Remove unused functions.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Add missing function prototypes to header files.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Remove comparison of unsigned value < 0.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Mark unused callback function parameters as UNUSED.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Change external functions to static functions, where...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Make function declarations into prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Remove unused function parameter from stp_start().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Remove unused function parameter from stp_received_tcn_...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
netdev: Remove unused 'fd' parameter from set_flags().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
netdev: Remove unused 'netdev' parameter from dpif_add_...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
Remove 'wait' parameter from dpif_send_openflow().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
vswitchd: Fix port mirroring example.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
vswitchd: Fix inaccurate comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
vswitchd: Make secchan subprocesses listen for manageme...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
secchan: Fix inverted logic (down vs. up).
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
datapath: Fix deadlock in switch port removal.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
datapath: Avoid deadlock on dp_mutex versus kthread_stop().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ben Pfaff
datapath: Fix deadlock in network device notifier.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Ben Pfaff
Style fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-07
Ben Pfaff
Include "util.h" in hmap.h, to get CONTAINER_OF.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Convert GFP_ATOMIC to GFP_KERNEL where possible.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Remove userspace switch in favor of the superior usersp...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Fix "make dist" by adding forgotten files to sources...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Justin Pettit
Expose NetFlow to vswitchd configuration.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Fix the previous fix.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Fix datapath build by distributing all the necessary...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Fix "make dist" by adding forgotten files to sources...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
vswitchd: Implement spanning tree protocol.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Improve STP library.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
vswitchd: New function cfg_is_valid().
commit
|
commitdiff
|
tree
|
snapshot
2009-01-06
Ben Pfaff
Do not forward multicast addresses that must not be...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Ben Pfaff
New function to test for multicast addresses that must...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Ben Pfaff
Prevent Debian package upgrades from prompting.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-05
Justin Pettit
Add support for time_after64/time_before64 macros in...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Ben Pfaff
vswitchd: Improve log options passed down to secchan.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Ben Pfaff
vswitchd: Don't make and pass socketpair to secchan...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Ben Pfaff
Improve compatibility fallbacks for allocating multicas...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Ben Pfaff
Use separate Netlink multicast groups for different...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-03
Ben Pfaff
Merge master branch into vswitchd.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-02
Justin Pettit
Make the openflow and brcompt modules use different...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-02
Ben Pfaff
Discard OpenFlow messages not for us in dpif_recv_openf...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-02
Justin Pettit
Correct VERIFY_NUL_STRING back-port that required a...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
vswitchd: Add support for untagged VLAN ports in VLAN 0.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
vswitchd: Change port mirroring to match semantics...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
vswitchd: Support limiting the number of VLANs carried...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
vswitchd: Minor code simplification.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
brcompat: Remove unneeded RCU locking.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
brcompat: Use ENOMEM to indicate out-of-memory (not...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
brcompat: Mark variables "static".
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
Minor style fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-01
Ben Pfaff
vswitchd: Prevent a single interface from being added...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Ben Pfaff
secchan: Fix cut-and-paste errors in port speed determi...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Ben Pfaff
vswitchd: Drop debug output that was accidentally included.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Ben Pfaff
vswitchd: Implement port mirroring.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Ben Pfaff
New functions for parsing integers.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Ben Pfaff
New function svec_equal().
commit
|
commitdiff
|
tree
|
snapshot
2008-12-31
Justin Pettit
Return meaningful errors for brctl modification commands.
commit
|
commitdiff
|
tree
|
snapshot
next