summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing
2014-09-02openvswitch: fix a memory leakLi RongQing
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger
2014-08-07openvswitch: fix duplicate #include headersJean Sacren
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou
2014-07-24openvswitch: Sample action without side effectsSimon Horman
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang
2014-07-16openvswitch: make generic netlink group conststephen hemminger
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-07vxlan: Call udp_flow_src_portTom Herbert
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff
2014-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang
2014-06-29openvswitch: Fix a double free bug for the sample actionAndy Zhou
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme
2014-05-22openvswitch: Fix typo.Jarno Rajahalme
2014-05-22openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme
2014-05-22openvswitch: Make flow mask removal symmetric.Jarno Rajahalme
2014-05-22openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-05-16openvswitch: Use ether_addr_copyJoe Perches
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12net: rename local_df to ignore_dfWANG Cong