aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2014-12-09datapath: Account for already defined NETIF_F_GSO_ENCAP_ALLThomas Graf
2014-12-09datapath: Check if nla_is_last() is available in <net/netlink.h>Thomas Graf
2014-12-02datapath: Add UFID interface to openvswitch.h.Joe Stringer
2014-12-01datapath: Use ccflags-y instead of deprecated EXTRA_CFLAGSThomas Graf
2014-11-25datapath: Don't validate IPv6 label masks.Joe Stringer
2014-11-19datapath: compat: Fix build on RHEL 6.6Pravin B Shelar
2014-11-12openvswitch: Userspace tunneling.Pravin B Shelar
2014-11-09datapath: fix coding style.Pravin B Shelar
2014-11-09datapath: Fix few mpls issues.Pravin B Shelar
2014-11-09datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman
2014-11-04datapath: Convert dp rcu read operation to locked operationsPravin B Shelar
2014-11-03datapath: Fix compat checks for ipv6_skip_exthdr()Pravin B Shelar
2014-10-28doc: Convert docs to Markdown languageThomas Graf
2014-10-23datapath: Use upstream ipv6_find_hdr().Pravin B Shelar
2014-10-23datapath: Fix comment style.Pravin B Shelar
2014-10-23datapath: Replace __force type cast with rcu_dereference_raw().Pravin B Shelar
2014-10-21datapath: net: make skb_gso_segment error handling more robustPravin B Shelar
2014-10-17datapath: fix a use after freeLi RongQing
2014-10-17datapath: use vport instead of pFabian Frederick
2014-10-13datapath: compat: Fix compilation 3.11Pravin B Shelar
2014-10-03datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar
2014-10-03datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-10-02datapath: avoid hard coding OVS_VPORT_TYPE_GENEVEAndy Zhou
2014-09-23datapath: Constify various function argumentsThomas Graf
2014-09-23datapath: Restore OVS_CB after skb_segment.Pravin B Shelar
2014-09-23datapath: Fix double free when ovs_nla_copy_actions() failsThomas Graf
2014-09-21datapath: compat: Fix compilation for 2.6.32 kernelPravin B Shelar
2014-09-20datapath: Remove pkt_key from OVS_CB.Pravin B Shelar
2014-09-20datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-20datapath: Provide compatibility for kernels up to 3.17Thomas Graf
2014-09-20datapath: fix sparse warning.Pravin B Shelar
2014-09-20datapath: change the data type of error status to atomic_long_tLi RongQing
2014-09-20datapath: Remove support to set vport stats.Pravin B Shelar
2014-09-15datapath: Improve robustness of this_cpu_ptr definition in compat layerAndy Zhou
2014-09-12datapath: Add IS_ERR_OR_NULL for backward compatibility.Pravin B Shelar
2014-09-12openvswitch: rename ->sync to ->syncpWANG Cong
2014-09-12datapath: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-09-12datapath: Use IS_ERR_OR_NULLHimangi Saraogi
2014-09-12datapath: fix duplicate #include headersJean Sacren
2014-09-12datapath: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-09-10datapath: Add this_cpu_{read, inc, dec} APIs for backward compatibilityAndy Zhou
2014-09-10datapath: Backport __ip_select_ident() functionPravin B Shelar
2014-09-10openvswitch.h: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme
2014-09-08lib/odp: Masked set action execution and printing.Jarno Rajahalme
2014-09-08datapath: Remove unused dp parameter.Pravin B Shelar
2014-09-08datapath: Set packet egress_tun_info.Pravin B Shelar
2014-09-08datapath: distinguish between the dropped and consumed skbLi RongQing
2014-09-08datapath: fix panic with multiple vlan headersJiri Benc
2014-09-05datapath: Implement recirc action without recursionAndy Zhou
2014-09-05datapath: Remove recirc stack depth limit checkAndy Zhou