Merge branch 'mainstream'
[sliver-openvswitch.git] / datapath /
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-22 Kyle Mesterydatapath: Conditionally define skb_unclone in datapath...
2013-07-20 Pravin B Shelardatapath: Restructure vxlan tunneling.
2013-07-20 Pravin B Shelardatapath: Improve net-namespace compat code.
2013-07-19 Andy Zhoudatapath: Add mask check during flow lookup
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-15 Pravin B Shelardatapath: Use RCU lock for dp dump operation.
2013-07-15 Pravin B Shelardatapath: Revert "datapath: rhel: Account for RHEL...
2013-07-12 Jesse Grossdatapath: Use kernel eth_mac_addr() on old kernels.
2013-07-10 Jesse Grossdatpath: Fix tunnel TTL flow rejection message.
2013-07-09 Jesse Grossdatapath: Always include tunnel TTL in serialized Netli...
2013-07-09 Andy Zhoudatapath: fix bugs in exporting netlink attributes
2013-07-09 Jesse Grossdatapath: Fix Netlink error message header.
2013-07-09 Jesse Grossdatapath: Use DP_MAX_PORTS when no IN_PORT attribute...
2013-07-09 Thomas Grafdatapath: rhel: Move RHEL OVS hook registration to...
2013-07-09 Thomas Grafdatapath: rhel: Account for RHEL specific backports
2013-07-09 Thomas Grafdatapath: Rename skb_network_protocol() to __skb_networ...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-07-03 Pravin B Shelardatapath: Use RCU lock for flow dump operation.
2013-07-03 Jarno Rajahalmedatapath: Fix version check in compat gre.h
2013-07-03 Andy Zhoudatapath: Fix tunnel source port selection for mega...
2013-06-28 Jesse Grossdatapath: Resolve external module dependencies.
2013-06-28 Andy Zhoudatapath: Bug fix: Kernel rejects flow with valid vlan...
2013-06-28 Andy ZhouDatapath: Bug fix: kernel rejects mega flow with encap...
2013-06-28 Jesse Grossdatapath: Make GRE support conditional on CONFIG_NET_IP...
2013-06-27 Justin Pettitdatapath: Convert IPv6 TCP and UDP port netlink attribu...
2013-06-25 Andy Zhoudatapath: Make OVS_ACTION_ATTR_USERSPACE action to...
2013-06-24 Jesse Grossdatapath: Do not clear key in ovs_match_init()
2013-06-24 Joe Stringerdatapath: Add GSO/Tunnel links to gitignore
2013-06-22 Andy Zhoudatapath: Fix a kernel crash caused by corrupted mask...
2013-06-21 Jesse Grossdatapath: Fix uninitializaed variable with GRE GSO.
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-21 Jesse Grossdatapath: Use a single attribute array for parsing...
2013-06-20 Andy Zhoudatapath: Return EEXIST on overlapping new flow request
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-06-03 Lorand Jakabdatapath: fix variable names in comment
2013-05-13 Jesse Grossdatapath: Check for positive packet length in vport_send().
2013-05-07 Jarno Rajahalmedatapath: Free skb dropped by lisp_tnl_send().
2013-05-06 Pravin B Shelardatapath: Kill VPORT_F_TUN_ID vport flag.
2013-05-06 Pravin B Shelardatapath: Move vport init to first port create.
2013-05-06 Pravin B Shelardatapath: Unify vport error stats handling.
2013-05-06 Pravin B Shelartunneling: Remove struct tnl_vport and tnl_ops.
2013-05-06 Jesse Grossdatapath: Remove unused get_config vport op.
2013-05-02 Jesse Grossdatapath: Immediately exit on error in ovs_vport_cmd_set().
2013-04-30 Thomas Grafdatapath: Remove unneeded ovs_netdev_get_ifindex()
2013-04-29 Pravin B Shelardatapath: Use generic struct pcpu_tstats.
2013-04-25 Thomas Grafdatapath: Account for RHEL6.4 backports in compat layer
2013-04-25 Thomas Grafdatapath: Use openvswitch_handle_frame hook in >=RHEL6...
2013-04-19 Pravin B Shelardatapath: Fix struct vport comment.
2013-04-19 Pravin B Shelardatapath: Fix inconsistency in upstream and out of...
2013-04-18 Pravin B Shelardatapath: Fix stale comment in flow.c.
2013-04-12 Pravin B Shelardatapath: Remove vport->linkname
2013-04-12 Pravin B Shelardatapath: Simplify datapath locking.
2013-04-12 Pravin B Shelardatapath: Add workqueue API to ovs compat workqueue.
2013-04-10 Andy Zhoudatapath.h Fix a stale comment.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-04-02 Thomas Grafdatapath: Don't insert empty OVS_VPORT_ATTR_OPTIONS...
2013-03-30 Thomas Grafdatapath: Move common genl notify code into ovs_notify()
2013-03-30 Thomas Grafdatapath: Refine Netlink message size calculation and...
2013-03-30 Thomas Grafdatapath: Use nla_memcpy() to memcpy() data from attributes
2013-03-30 Thomas Grafdatapath: Specify the minimal length of OVS_PACKET_ATTR...
2013-03-28 Simon Hormandatapath: net: add ETH_P_802_3_MIN
2013-03-27 Hong Zhiguodatapath: correct an invalid BUG_ON
2013-03-27 Jarno Rajahalmedatapath: Fix IP ID setting.
2013-03-27 Jarno Rajahalmedatapath: Factor out common code from *_build_header...
2013-03-26 Jesse Grossdatapath: Preallocate reply skb in ovs_vport_cmd_set().
2013-03-19 Jesse Grossdatapath: Remove checks for preinitialized flow.
2013-03-15 Jesse Grossdatapath: Provide additional RCU backports.
2013-03-15 Sasha Levindatapath: hlist: drop the node parameter from iterators
2013-03-15 Jesse Grossdatapath: Backport simplified hlist iterators.
2013-03-15 Jiri Pirkodatapath: fix drvinfo strings set in drivers
2013-03-13 Jesse Grossdatapath: Check for Centos 6.4 backports.
2013-03-12 Jesse Grossdatapath: Reduce loop limit by one to 4.
2013-03-06 Pravin B Shelartunneling: Simplify ovs_tnl_send() error handling code.
2013-03-06 Jesse Grossdatapath: Fix circular dependency between bug.h and...
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-23 Cong Wangdatapath: fix the calculation of checksum for vlan...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-20 Ansis Attekadatapath: use skb_mark for route lookups
2013-02-20 Ansis Attekaipsec: prepare IPsec for flow based tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-02-19 Jesse Grossdatapath: Use nla_len() in queue_userspace_packet().
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Rich Lanedatapath: Call genlmsg_end in queue_userspace_packet
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_new return value on success
next