summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-31/+28
2013-11-20genetlink: make multicast groups const, prevent abuseJohannes Berg1-28/+15
2013-11-20genetlink: pass family to functions using groupsJohannes Berg1-13/+22
2013-11-20genetlink: add and use genl_set_err()Johannes Berg1-4/+4
2013-11-20genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+3
2013-11-15genetlink: 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/k...Linus Torvalds1-0/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+6
2013-11-02openvswitch: 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-04openvswitch: 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-27openvswitch: Add SCTP supportJoe Stringer1-0/+6
2013-08-24openvswitch: Mega flow implementationAndy Zhou1-40/+100
2013-08-24openvswitch: Use RCU lock for dp dump operation.Pravin B Shelar1-6/+7
2013-08-24openvswitch: Use RCU lock for flow dump operation.Pravin B Shelar1-8/+9
2013-08-15openvswitch: Fix bad merge resolution.Jesse Gross1-3/+0
2013-06-20openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar1-5/+2
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar1-3/+75
2013-06-20openvswitch: Copy individual actions.Pravin B Shelar1-51/+220
2013-06-15openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar1-4/+1
2013-06-15openvswitch: Immediately exit on error in ovs_vport_cmd_set().Jesse Gross1-5/+7
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf1-1/+2
2013-04-25openvswitch: Use parallel_ops genl.Pravin B Shelar1-4/+8
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+18
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-16openvswitch: Simplify datapath locking.Pravin B Shelar1-104/+170
2013-03-30openvswitch: Move common genl notify code into ovs_notify()Thomas Graf1-20/+16
2013-03-30openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf1-24/+52
2013-03-30openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf1-1/+1
2013-03-30openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf1-3/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-27openvswitch: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross1-12/+18
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-6/+7
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller1-0/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-6/+4
2013-02-23openvswitch: Call genlmsg_end in queue_userspace_packetRich Lane1-0/+1
2013-02-23openvswitch: Fix ovs_vport_cmd_new return value on successRich Lane1-0/+1
2013-02-23openvswitch: Fix ovs_vport_cmd_del return value on successRich Lane1-0/+1
2013-02-23openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff1-5/+6
2013-02-07net: adjust skb_gso_segment() for calling in rx pathCong Wang1-1/+1
2013-01-10openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10openvswitch: Change ENOENT return value to ENODEV in lookup_vport().Jarno Rajahalme1-1/+1
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka1-0/+3
2012-11-17net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei1-2/+2
2012-11-14openvswitch: add ipv6 'set' actionAnsis Atteka1-0/+20
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3