git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
datapath: Avoid null deref when GSO is for verifying header integrity only.
[sliver-openvswitch.git]
/
lib
/
dpif-linux.c
2013-01-17
Justin Pettit
dpif-linux: Fix segfault when a port already exists.
blob
|
commitdiff
2013-01-17
Ben Pfaff
Replace most uses of assert by ovs_assert.
blob
|
commitdiff
|
diff to current
2013-01-10
Justin Pettit
dpif-linux: Give each port its own userspace-kernel...
blob
|
commitdiff
|
diff to current
2013-01-10
Justin Pettit
dpif-linux: Log the correct port-PID mapping.
blob
|
commitdiff
|
diff to current
2012-12-26
Ethan Jackson
netdev-vport: Remove the ability to send packets.
blob
|
commitdiff
|
diff to current
2012-11-22
Ansis Atteka
datapath: add skb mark matching and set action
blob
|
commitdiff
|
diff to current
2012-11-16
Justin Pettit
Add functions to determine how port should be opened...
blob
|
commitdiff
|
diff to current
2012-11-16
Justin Pettit
dpif-linux.c: Let the kernel pick a port number if...
blob
|
commitdiff
|
diff to current
2012-11-02
Justin Pettit
dpif: Add new dpif_port_exists() function.
blob
|
commitdiff
|
diff to current
2012-11-02
Justin Pettit
Use ODP ports in dpif layer and below.
blob
|
commitdiff
|
diff to current
2012-11-02
Justin Pettit
Always treat datapath ports as 32 bits.
blob
|
commitdiff
|
diff to current
2012-10-03
Jesse Gross
flow: Extend struct flow to contain tunnel outer header.
blob
|
commitdiff
|
diff to current
2012-09-05
Ben Pfaff
dpif-linux: Report packet loss as WARN instead of ERR.
blob
|
commitdiff
|
diff to current
2012-08-03
Ben Pfaff
util: New macro CONST_CAST.
blob
|
commitdiff
|
diff to current
2012-07-31
Justin Pettit
dpif: Allow the port number to be requested when adding...
blob
|
commitdiff
|
diff to current
2012-06-25
Ben Pfaff
dpif-linux: Zero 'stats' outputs of dpif_operate()...
blob
|
commitdiff
|
diff to current
2012-06-06
Ethan Jackson
dpif-linux: Fix invalid format specifier.
blob
|
commitdiff
|
diff to current
2012-06-01
Ben Pfaff
dpif-linux: Log details when a packet is lost.
blob
|
commitdiff
|
diff to current
2012-06-01
Ben Pfaff
dpif-linux: Slightly refactor internal data structures.
blob
|
commitdiff
|
diff to current
2012-06-01
Ben Pfaff
dpif-linux: Avoid pessimal behavior when kernel-to...
blob
|
commitdiff
|
diff to current
2012-05-09
Ben Pfaff
ofproto-dpif: Segregate CFM, LACP, and STP traffic...
blob
|
commitdiff
|
diff to current
2012-05-03
Raju Subramanian
Global replace of Nicira Networks.
blob
|
commitdiff
|
diff to current
2012-04-19
Ben Pfaff
dpif: Make caller of dpif_recv() provide buffer space.
blob
|
commitdiff
|
diff to current
2012-04-19
Ben Pfaff
netlink-socket: Make caller provide message receive...
blob
|
commitdiff
|
diff to current
2012-04-19
Ben Pfaff
dpif-linux: Avoid malloc() in dpif_linux_operate().
blob
|
commitdiff
|
diff to current
2012-04-19
Ben Pfaff
ofproto-dpif: Batch flow uninstallations due to expiration.
blob
|
commitdiff
|
diff to current
2012-02-28
Ben Pfaff
dpif-linux: Make dpif_linux_port_query_by_name() query...
blob
|
commitdiff
|
diff to current
2012-02-17
Pravin B Shelar
datapath: Increase maximum number of datapath ports.
blob
|
commitdiff
|
diff to current
2012-01-16
Ben Pfaff
dpif: Change provider interface to consistently use...
blob
|
commitdiff
|
diff to current
2012-01-16
Ben Pfaff
dpif: Factor 'type' and 'error' out of individual dpif_...
blob
|
commitdiff
|
diff to current
2012-01-13
Ben Pfaff
dpif: Simplify the "listen mask" concept.
blob
|
commitdiff
|
diff to current
2011-12-12
Ben Pfaff
dpif-linux: Avoid valgrind warning in epoll_ctl() call.
blob
|
commitdiff
|
diff to current
2011-11-28
Ben Pfaff
dpif-linux: Use "epoll" instead of poll().
blob
|
commitdiff
|
diff to current
2011-11-28
Ben Pfaff
dpif-linux: Use poll() internally in dpif_linux_recv().
blob
|
commitdiff
|
diff to current
2011-11-28
Ben Pfaff
dpif-linux: Remove poll_fd_woke() optimization from...
blob
|
commitdiff
|
diff to current
2011-11-11
Ben Pfaff
netlink: New macro NL_POLICY_FOR.
blob
|
commitdiff
|
diff to current
2011-11-01
Pravin B Shelar
datapath: Convert kernel priority actions into match...
blob
|
commitdiff
|
diff to current
2011-10-23
Jesse Gross
datapath: Define constants for versions of GENL families.
blob
|
commitdiff
|
diff to current
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
blob
|
commitdiff
|
diff to current
2011-10-14
Ben Pfaff
dpif: New function dpif_operate() and dpif-linux implem...
blob
|
commitdiff
|
diff to current
2011-10-14
Ben Pfaff
dpif-linux: Only ask datapath to echo back results...
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
datapath-protocol: Rename enums for consistency.
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
datapath: Require explicit upcall_pid for new datapaths...
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
datapath: Move Netlink PID for userspace actions from...
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
dpif-linux: Use get_32aligned_u64() in an appropriate...
blob
|
commitdiff
|
diff to current
2011-10-08
Ben Pfaff
dpif-linux: Don't reset kernel upcall_pids unintentionally.
blob
|
commitdiff
|
diff to current
2011-10-06
Pravin B Shelar
datapath: Strip down vport interface - ifIndex.
blob
|
commitdiff
|
diff to current
2011-10-05
Ben Pfaff
dpif: Avoid use of "struct ovs_dp_stats" in platform...
blob
|
commitdiff
|
diff to current
2011-09-28
Pravin Shelar
sFlow: Genericize/simplify kernel sFlow implementation
blob
|
commitdiff
|
diff to current
2011-09-23
Jesse Gross
dpif-linux: Prevent a single port from monopolizing...
blob
|
commitdiff
|
diff to current
2011-09-23
Jesse Gross
datapath: Use unicast Netlink sockets for upcalls.
blob
|
commitdiff
|
diff to current
2011-09-16
Ethan Jackson
dpif-linux: Handle nl_lookup_genl_mcgroup() failures.
blob
|
commitdiff
|
diff to current
2011-09-16
Ethan Jackson
dpif-linux: Open dpif despite notifier failures.
blob
|
commitdiff
|
diff to current
2011-09-16
Ethan Jackson
notifiers: Create and destroy nln_notifiers.
blob
|
commitdiff
|
diff to current
2011-09-16
Ethan Jackson
notifiers: Rename run and wait functions.
blob
|
commitdiff
|
diff to current
2011-09-16
Pravin Shelar
datapath: Always use generic stats for devices (vports)
blob
|
commitdiff
|
diff to current
2011-09-13
Pravin Shelar
datapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
blob
|
commitdiff
|
diff to current
2011-09-08
Pravin Shelar
Strip down vport interface : iflink
blob
|
commitdiff
|
diff to current
2011-09-02
Ethan Jackson
dpif-linux: Stop listening for RTNL notifications.
blob
|
commitdiff
|
diff to current
2011-09-02
Ethan Jackson
netlink-notifier: Rename rtnetlink code.
blob
|
commitdiff
|
diff to current
2011-09-02
Ethan Jackson
lib: Rename rtnetlink.[ch] files.
blob
|
commitdiff
|
diff to current
2011-08-29
Justin Pettit
datapath: Disable LRO from userspace instead of the...
blob
|
commitdiff
|
diff to current
2011-08-22
Ethan Jackson
dpif-linux: Call rtnetlink_notifier_run() as required.
blob
|
commitdiff
|
diff to current
2011-08-20
Justin Pettit
datapath: Use "OVS_*" as opposed to "ODP_*" for user...
blob
|
commitdiff
|
diff to current
2011-06-07
Ben Pfaff
dpif-linux: Fix memory and file descriptor leak in...
blob
|
commitdiff
|
diff to current
2011-06-06
Ethan Jackson
dpif-linux: Avoid duplicate code in dpif_linux_vport_se...
blob
|
commitdiff
|
diff to current
2011-06-01
Ben Pfaff
datapath: Get packet metadata from userspace in odp_pac...
blob
|
commitdiff
|
diff to current
2011-05-18
Ben Pfaff
Merge 'next' into 'master'.
blob
|
commitdiff
|
diff to current
2011-05-16
Ben Pfaff
Add missing "static" keywords.
blob
|
commitdiff
|
diff to current
2011-05-12
Ben Pfaff
Merge 'master' into 'next'.
blob
|
commitdiff
|
diff to current
2011-05-11
Ben Pfaff
dpif: Improve abstraction by making 'run' and 'wait...
blob
|
commitdiff
|
diff to current
2011-05-02
Ben Pfaff
ovs-dpctl: Add -s option to print packet and byte counters.
blob
|
commitdiff
|
diff to current
2011-04-29
Ethan Jackson
dpif-linux: Recycle leaked ports.
blob
|
commitdiff
|
diff to current
2011-04-11
Ben Pfaff
dpif-linux: Avoid logging error on ENOENT in dpif_linux...
blob
|
commitdiff
|
diff to current
2011-04-11
Ben Pfaff
dpif-linux: Avoid segfault on netdev_get_stats() withou...
blob
|
commitdiff
|
diff to current
2011-04-06
Ethan Jackson
dpif-linux: Choose port numbers more prudently.
blob
|
commitdiff
|
diff to current
2011-04-01
Ben Pfaff
netdev-vport: Implement 'send' function.
blob
|
commitdiff
|
diff to current
2011-03-31
Ben Pfaff
dpif: Use sset instead of svec in dpif interface.
blob
|
commitdiff
|
diff to current
2011-03-31
Ben Pfaff
Convert shash users that don't use the 'data' value...
blob
|
commitdiff
|
diff to current
2011-02-04
Ben Pfaff
datapath: Consider tunnels to have no MTU, fixing jumbo...
blob
|
commitdiff
|
diff to current
2011-02-01
Ben Pfaff
datapath: Dump flow actions only if there is room.
blob
|
commitdiff
|
diff to current
2011-02-01
Ben Pfaff
dpif-linux: Always pass an actions attribute in dpif_fl...
blob
|
commitdiff
|
diff to current
2011-01-31
Jesse Gross
dpif-linux: Read flow used time.
blob
|
commitdiff
|
diff to current
2011-01-30
Jesse Gross
dpif-linux: Add missing NLM_F_ECHO flag to flow requests.
blob
|
commitdiff
|
diff to current
2011-01-29
Ethan Jackson
dpif-linux: Remove extraneous name variable.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
dpif: Remove dpif_get_all_names().
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Change dp_idx to dp_ifindex, the ifindex...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
dpif-linux: Replace 'minor' by 'dp_idx'.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_DP_* commands to use AF_NETLINK...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
Eliminate ODPL_* from userspace-facing interface.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_EXECUTE to use Netlink framing.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert datapath operations to use Netlink...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Eliminate 'flags' member from odp_flow.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
dpif: Eliminate ODPPF_* constants from client-visible...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
dpif: Eliminate "struct odp_flow_stats" from client...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
dpif: Eliminate "struct odp_flow" from client-visible...
blob
|
commitdiff
|
diff to current
next