aboutsummaryrefslogtreecommitdiff
path: root/datapath/linux
AgeCommit message (Expand)Author
2013-04-29datapath: Account for RHEL6.4 backports in compat layerThomas Graf
2013-03-13datapath: Check for Centos 6.4 backports.Jesse Gross
2013-03-06datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2013-03-05datapath: Fix circular dependency between bug.h and kernel.h.Jesse Gross
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-12-20datapath: linux2.7 s/pid/portid/gIsaku Yamahata
2012-12-20datapath: support Linux 3.7Isaku Yamahata
2012-12-07linux/Makefile.main.in, acinclude: preparation for linux 3.7.0+Isaku Yamahata
2012-12-05datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery
2012-12-04datapath: Backport eth_mac_addr().Jesse Gross
2012-11-16datapath: Backport this_cpu_ptr to kernels < 2.6.33Jesse Gross
2012-11-08datapath: ipv6_skip_exthdr() is now fully upstream.Jesse Gross
2012-11-06datapath: improve ipv6_find_hdr() function for IPv6 'set' actionAnsis Atteka
2012-11-06datapath: Add ipv6_find_hdr() compatibility function.Ansis Atteka
2012-11-05datapath: Add missing bug.h filePravin B Shelar
2012-11-05datapath: Fix sparse warning for symbol 'BUILD_BUG_ON_NOT_POWER_OF_2'Pravin B Shelar
2012-11-05datapath: enable encap for capwap.Pravin B Shelar
2012-07-12datapath: Check for backported skb_frag_page().Tadaaki Nagao
2012-06-19datapath: Make 'struct work_struct' consistent with kernel definition.Pravin B Shelar
2012-06-07datapath: Fix sparse warning on BUILD_BUG_ON_NOT_POWER_OF_2 definition.Pravin B Shelar
2012-05-25datapath: Backport net_warn_ratelimited() and friends.Jesse Gross
2012-05-23datapath: Avoid system freeze due to ovs-flow-rehash softlockup.Pravin B Shelar
2012-04-19datapath: Use ETH_ALEN instead of VLAN_ETH_ALENSimon Horman
2012-04-02datapath: Backport nla_put_be* functions.Jesse Gross
2012-03-23datapath: Support for kernel 3.3Pravin B Shelar
2012-03-22datapath: Move CSUM_MANGLED_0 definition to net checksum header.Pravin B Shelar
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-13configure: add configure option to disable building brcompatChris Wright
2012-03-09datapath: omit _mod from module namesChris Wright
2012-03-08datapath: update linux/.gitignoreChris Wright
2012-03-08datapath: rename brcompat.c to brcompat_main.cChris Wright
2012-03-07datapath: Fix checksum update for actions on UDP packets.Jesse Gross
2012-02-15datapath: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-12datapath: IFF_OVS_DATAPATH is backported by RHEL 6.2.Jesse Gross
2012-01-04datapath: Fix OVS compat workqueue support.Pravin B Shelar
2012-01-04datapath: Add genl_exec().Pravin B Shelar
2011-12-08datapath: Alphabetize include/net/ipv6.h compat header.Jesse Gross
2011-12-08datapath: Fix build on RHEL 5.5Pravin B Shelar
2011-12-05datapath: Fix build breakage on kernel 2.6.40Zhi Yong Wu
2011-12-02datapath: Remove custom version of ipv6_skip_exthdr().Jesse Gross
2011-11-21datapath: Add genl_dereference() and use it.Jesse Gross
2011-11-21datapath: Use u64_stats_sync for datapath and vport stats.Jesse Gross
2011-11-18datapath: Fix pop_vlan().Pravin B Shelar
2011-11-08datapath: Properly calculate checksum when updating TOS field.Justin Pettit
2011-11-08datapath: Update kernel support to 3.2.Pravin B Shelar
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-18datapath: Assert IFF_TX_SKB_SHARING on internal devices.Jesse Gross
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar