summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-20openvswitch: Add tunneling interface.Pravin B Shelar1-0/+125
2013-06-20openvswitch: Copy individual actions.Pravin B Shelar1-6/+4
2013-06-15openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar1-12/+10
2013-06-15openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar1-0/+3
2013-06-15openvswitch: fix variable names in commentLorand Jakab1-2/+2
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-30openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf1-1/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-3/+3
2013-03-27openvswitch: correct an invalid BUG_ONHong Zhiguo1-1/+1
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller1-1/+5
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-02-23openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane1-1/+5
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka1-1/+18
2012-11-03openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan1-3/+6
2012-10-31openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan1-9/+5
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-7/+4
2012-09-04openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-7/+4
2012-08-31openvswitch: using kfree_rcu() to simplify the codeWei Yongjun1-9/+1
2012-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-2/+3
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-05-04openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2012-04-03openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross1-1/+2
2012-04-03openvswitch: Add length check when retrieving TCP flags.Jesse Gross1-1/+2
2012-04-02openvswitch: Stop using NLA_PUT*().David S. Miller1-7/+11
2012-01-17net: kill duplicate included headerShan Wei1-1/+0
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+1346