git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ofproto-dpif-xlate: Avoid recursively taking read side of ofgroup rwlock.
[sliver-openvswitch.git]
/
datapath
/
datapath.c
2014-02-18
Jarno Rajahalme
datapath: Remove 5-tuple optimization.
blob
|
commitdiff
2014-02-16
Jiri Pirko
datapath: fix dp check in ovs_dp_reset_user_features
blob
|
commitdiff
|
diff to current
2014-02-13
Jarno Rajahalme
datapath: Fix race.
blob
|
commitdiff
|
diff to current
2014-02-05
Jesse Gross
datapath: Fix kernel style issues.
blob
|
commitdiff
|
diff to current
2014-02-01
Andy Zhou
datapth: Suppress error messages on megaflow updates
blob
|
commitdiff
|
diff to current
2014-01-23
Daniele Di Proietto
datapath: Fix ovs_dp_cmd_msg_size()
blob
|
commitdiff
|
diff to current
2014-01-17
Andy Zhou
datapath: Fix kernel panic on ovs_flow_free
blob
|
commitdiff
|
diff to current
2014-01-14
Thomas Graf
datapath: Pad OVS_PACKET_ATTR_PACKET if linear copy...
blob
|
commitdiff
|
diff to current
2013-12-17
Thomas Graf
datapath: Compute checksum in skb_gso_segment() if...
blob
|
commitdiff
|
diff to current
2013-12-17
Thomas Graf
datapath: Use skb_zerocopy() for upcall
blob
|
commitdiff
|
diff to current
2013-12-17
Thomas Graf
datapath: Pass datapath into userspace queue functions
blob
|
commitdiff
|
diff to current
2013-12-17
Thomas Graf
datapath: Drop user features if old user space attempte...
blob
|
commitdiff
|
diff to current
2013-12-17
Thomas Graf
datapath: Allow user space to announce ability to accep...
blob
|
commitdiff
|
diff to current
2013-12-03
Pravin B Shelar
datapath: Use percpu allocator for flow-stats.
blob
|
commitdiff
|
diff to current
2013-12-04
Thomas Graf
datapath: Enable memory mapped Netlink i/o
blob
|
commitdiff
|
diff to current
2013-12-03
Jesse Gross
datapath: Silence RCU lockdep checks from flow lookup.
blob
|
commitdiff
|
diff to current
2013-11-19
Andy Zhou
datapath: Change ovs_flow_tbl_lookup_xx() APIs
blob
|
commitdiff
|
diff to current
2013-10-29
Jarno Rajahalme
Widen TCP flags handling.
blob
|
commitdiff
|
diff to current
2013-10-21
Pravin B Shelar
datapath: Per cpu flow stats.
blob
|
commitdiff
|
diff to current
2013-10-22
Andy Zhou
datapath: collect mega flow mask stats
blob
|
commitdiff
|
diff to current
2013-10-02
Pravin B Shelar
datapath: Simplify mega-flow APIs.
blob
|
commitdiff
|
diff to current
2013-10-02
Pravin B Shelar
datapath: Move mega-flow list out of rehashing struct.
blob
|
commitdiff
|
diff to current
2013-10-02
Pravin B Shelar
datapath: Restructure datapath.c and flow.c
blob
|
commitdiff
|
diff to current
2013-09-08
Pravin B Shelar
datapath: Remove compat workqueue.
blob
|
commitdiff
|
diff to current
2013-09-07
Pravin B Shelar
datapath: Move flow table rehashing to flow install.
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Remove compat support for NLA_NUL_STRING
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Cleanup netlink compat code.
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Remove vlan compat support
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Remove checksum compat support
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Remove skb->mark compat code.
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Move kernel version check to configure.
blob
|
commitdiff
|
diff to current
2013-09-06
Pravin B Shelar
datapath: Drop support for linux pre-2.6.32 kernel.
blob
|
commitdiff
|
diff to current
2013-08-22
Joe Stringer
datapath: Add SCTP support
blob
|
commitdiff
|
diff to current
2013-08-13
Pravin B Shelar
datapath: Move generic tunnel functions to lisp module.
blob
|
commitdiff
|
diff to current
2013-08-10
Pravin B Shelar
datapath: Use parallel_ops genl.
blob
|
commitdiff
|
diff to current
2013-08-10
Pravin B Shelar
datapath: Support for Linux kernel 3.10
blob
|
commitdiff
|
diff to current
2013-08-09
Jesse Gross
datapath: Add 'ovs_' prefix to extern symbols.
blob
|
commitdiff
|
diff to current
2013-07-31
Kyle Mestery
datapath: Support for Linux kernel 3.9.
blob
|
commitdiff
|
diff to current
2013-07-22
Andy Zhou
datapath: remove RCU annotation from flow->mask
blob
|
commitdiff
|
diff to current
2013-07-20
Pravin B Shelar
datapath: Improve net-namespace compat code.
blob
|
commitdiff
|
diff to current
2013-07-16
Jesse Gross
datapath: Use masked flow when validating actions.
blob
|
commitdiff
|
diff to current
2013-07-15
Pravin B Shelar
datapath: Use RCU lock for dp dump operation.
blob
|
commitdiff
|
diff to current
2013-07-03
Andy Zhou
datapath: add netlink error message to help kernel...
blob
|
commitdiff
|
diff to current
2013-07-03
Pravin B Shelar
datapath: Use RCU lock for flow dump operation.
blob
|
commitdiff
|
diff to current
2013-06-25
Andy Zhou
datapath: Make OVS_ACTION_ATTR_USERSPACE action to...
blob
|
commitdiff
|
diff to current
2013-06-20
Andy Zhou
datapath: Return EEXIST on overlapping new flow request
blob
|
commitdiff
|
diff to current
2013-06-20
Andy Zhou
datapath: Mega flow implementation
blob
|
commitdiff
|
diff to current
2013-05-02
Jesse Gross
datapath: Immediately exit on error in ovs_vport_cmd_set().
blob
|
commitdiff
|
diff to current
2013-04-30
Thomas Graf
datapath: Remove unneeded ovs_netdev_get_ifindex()
blob
|
commitdiff
|
diff to current
2013-04-19
Pravin B Shelar
datapath: Fix inconsistency in upstream and out of...
blob
|
commitdiff
|
diff to current
2013-04-12
Pravin B Shelar
datapath: Simplify datapath locking.
blob
|
commitdiff
|
diff to current
2013-03-30
Thomas Graf
datapath: Move common genl notify code into ovs_notify()
blob
|
commitdiff
|
diff to current
2013-03-30
Thomas Graf
datapath: Refine Netlink message size calculation and...
blob
|
commitdiff
|
diff to current
2013-03-30
Thomas Graf
datapath: Use nla_memcpy() to memcpy() data from attributes
blob
|
commitdiff
|
diff to current
2013-03-30
Thomas Graf
datapath: Specify the minimal length of OVS_PACKET_ATTR...
blob
|
commitdiff
|
diff to current
2013-03-28
Simon Horman
datapath: net: add ETH_P_802_3_MIN
blob
|
commitdiff
|
diff to current
2013-03-26
Jesse Gross
datapath: Preallocate reply skb in ovs_vport_cmd_set().
blob
|
commitdiff
|
diff to current
2013-03-19
Jesse Gross
datapath: Remove checks for preinitialized flow.
blob
|
commitdiff
|
diff to current
2013-03-15
Sasha Levin
datapath: hlist: drop the node parameter from iterators
blob
|
commitdiff
|
diff to current
2013-03-04
Pravin B Shelar
Tunnel: Cleanup old tunnel infrastructure.
blob
|
commitdiff
|
diff to current
2013-03-01
Pravin B Shelar
Revert "datapath: Increase maximum allocation size...
blob
|
commitdiff
|
diff to current
2013-02-23
Pravin B Shelar
datapath: Increase maximum allocation size of action...
blob
|
commitdiff
|
diff to current
2013-02-19
Jesse Gross
datapath: Use nla_len() in queue_userspace_packet().
blob
|
commitdiff
|
diff to current
2013-02-16
Ben Pfaff
Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.
blob
|
commitdiff
|
diff to current
2013-02-15
Rich Lane
datapath: Call genlmsg_end in queue_userspace_packet
blob
|
commitdiff
|
diff to current
2013-02-08
Rich Lane
datapath: Fix ovs_vport_cmd_new return value on success
blob
|
commitdiff
|
diff to current
2013-02-08
Rich Lane
datapath: Fix ovs_vport_cmd_del return value on success
blob
|
commitdiff
|
diff to current
2013-02-06
Cong Wang
datapath: adjust skb_gso_segment() for calling in rx...
blob
|
commitdiff
|
diff to current
2013-01-28
Jesse Gross
datapath: Remove vport MAC address configuration.
blob
|
commitdiff
|
diff to current
2013-01-22
Jesse Gross
datapath: Return correct error code when dumping flow...
blob
|
commitdiff
|
diff to current
2013-01-22
Ben Pfaff
datapath: Don't dump partial action lists in flows.
blob
|
commitdiff
|
diff to current
2013-01-21
Jesse Gross
Revert "datapath: Avoid null deref when GSO is for...
blob
|
commitdiff
|
diff to current
2013-01-21
Ben Pfaff
datapath: Avoid null deref when GSO is for verifying...
blob
|
commitdiff
|
diff to current
2013-01-21
Pravin B Shelar
datapath: Fix Flow dump operation.
blob
|
commitdiff
|
diff to current
2013-01-19
Pravin B Shelar
datapath: More flexible kernel/userspace tunneling...
blob
|
commitdiff
|
diff to current
2013-01-16
James Page
datapath: support Linux 3.8 kernel
blob
|
commitdiff
|
diff to current
2013-01-10
YOSHIFUJI Hideaki
datapath: Use FIELD_SIZEOF() in dp_init().
blob
|
commitdiff
|
diff to current
2013-01-09
Jarno Rajahalme
datapath: Change ENOENT return value to ENODEV in looku...
blob
|
commitdiff
|
diff to current
2012-12-27
Pravin B Shelar
openvswitch: Remove Linux bridge compatibility.
blob
|
commitdiff
|
diff to current
2012-12-20
Isaku Yamahata
datapath: support Linux 3.7
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
Shan Wei
datapath: use this_cpu_ptr per-cpu helper
blob
|
commitdiff
|
diff to current
2012-11-13
Ansis Atteka
datapath: add ipv6 'set' action
blob
|
commitdiff
|
diff to current
2012-11-06
Jesse Gross
datapath: Remove flow refcount functionality.
blob
|
commitdiff
|
diff to current
2012-11-05
Pravin B Shelar
datapath: Add support for 3.6 kernel.
blob
|
commitdiff
|
diff to current
2012-10-20
Pravin B Shelar
datapath: Optimize flow key match for non tunnel flows.
blob
|
commitdiff
|
diff to current
2012-10-20
Kyle Mestery
datapath: Add support for tun_key to Open vSwitch datapath
blob
|
commitdiff
|
diff to current
2012-09-18
Jesse Gross
datapath: Add version info for out-of-tree modules.
blob
|
commitdiff
|
diff to current
2012-08-22
Jesse Gross
datapath: Fix namespace refcount leak on failed init.
blob
|
commitdiff
|
diff to current
2012-08-08
Kyle Mestery
Bump up the supported kernel versions to include 3...
blob
|
commitdiff
|
diff to current
2012-08-04
Jesse Gross
datapath: Relax set header validation.
blob
|
commitdiff
|
diff to current
2012-07-10
Ben Pfaff
datapath: Check gso_type for correct sk_buff in queue_g...
blob
|
commitdiff
|
diff to current
2012-06-20
Pravin B Shelar
datapath: Support for kernel 3.4.
blob
|
commitdiff
|
diff to current
2012-06-12
Pravin B Shelar
datapath: Check currect return value from skb_gso_segment()
blob
|
commitdiff
|
diff to current
2012-05-25
David Howells
datapath: Remove all #inclusions of asm/system.h
blob
|
commitdiff
|
diff to current
2012-05-08
Pravin B Shelar
datapath: Validation of IPv6 set port action uses IPv4...
blob
|
commitdiff
|
diff to current
2012-05-04
Ansis Atteka
datapath: Release rtnl_lock if ovs_vport_cmd_build_info...
blob
|
commitdiff
|
diff to current
2012-05-03
Raju Subramanian
Global replace of Nicira Networks.
blob
|
commitdiff
|
diff to current
2012-04-09
Ansis Atteka
datapath: Do not send notification if ovs_vport_set_opt...
blob
|
commitdiff
|
diff to current
2012-04-02
David S. Miller
datapath: Stop using NLA_PUT*().
blob
|
commitdiff
|
diff to current
next