aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar1-95/+90
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme1-76/+116
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme1-44/+116
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme1-25/+28
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme1-25/+29
2014-05-22openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme1-108/+110
2014-05-22openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme1-22/+48
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme1-6/+7
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-6/+8
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-6/+5
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-1/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-15openvswitch: Fix race.Jarno Rajahalme1-3/+4
2014-02-15ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko1-1/+1
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong1-6/+6
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-7/+1
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou1-3/+6
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-01-06ovs: make functions localStephen Hemminger1-2/+2
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf1-0/+21
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink messagesThomas Graf1-0/+14
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar1-34/+16
2014-01-06openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross1-2/+1
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou1-12/+4
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-31/+28
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-28/+15
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-13/+22
2013-11-19genetlink: add and use genl_set_err()Johannes Berg1-4/+4
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+3
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-5/+5
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+6
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme1-1/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou1-7/+31
2013-10-04openvswitch: Simplify mega-flow APIs.Pravin B Shelar1-20/+7
2013-10-04openvswitch: Move mega-flow list out of rehashing struct.Pravin B Shelar1-60/+17
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-498/+30
2013-09-17openvswitch: Move flow table rehashing to flow install.Pravin B Shelar1-39/+11
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-0/+6
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-40/+100
2013-08-23openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar1-6/+7
2013-08-23openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar1-8/+9