summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorLines
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss-1/+5
2014-02-15openvswitch: Fix race.Jarno Rajahalme-3/+4
2014-02-15ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko-1/+1
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou-4/+1
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou-3/+6
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf-0/+8
2014-01-06ovs: make functions localStephen Hemminger-2/+2
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf-1/+1
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf-8/+29
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf-20/+14
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf-0/+21
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf-0/+14
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar-34/+16
2014-01-06openvswitch: Enable memory mapped Netlink i/oThomas Graf-27/+29
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross-2/+1
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou-12/+4
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-31/+28
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg-28/+15
2013-11-19genetlink: pass family to functions using groupsJohannes Berg-13/+22
2013-11-19genetlink: add and use genl_set_err()Johannes Berg-4/+4
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+3
2013-11-14genetlink: make all genl_ops users constJohannes Berg-5/+5
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-0/+6
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme-1/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou-7/+31
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar-20/+7
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar-60/+17
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar-498/+30
2013-09-17openvswitch: Move flow table rehashing to flow install.Pravin B Shelar-39/+11
2013-08-26openvswitch: Add SCTP supportJoe Stringer-0/+6
2013-08-23openvswitch: Mega flow implementationAndy Zhou-40/+100
2013-08-23openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar-6/+7
2013-08-23openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar-8/+9
2013-08-14openvswitch: Fix bad merge resolution.Jesse Gross-3/+0
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar-5/+2
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar-3/+75
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar-51/+220
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar-4/+1
2013-06-14openvswitch: Immediately exit on error in ovs_vport_cmd_set().Jesse Gross-5/+7
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf-1/+2
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar-4/+8
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+18
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-1/+1
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar-104/+170
2013-03-29openvswitch: Move common genl notify code into ovs_notify()Thomas Graf-20/+16
2013-03-29openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf-24/+52
2013-03-29openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf-1/+1
2013-03-29openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf-3/+2