summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow.c
AgeCommit message (Expand)Author
2013-09-11net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou
2013-08-26openvswitch: Rename key_len to key_endAndy Zhou
2013-08-26openvswitch: Add SCTP supportJoe Stringer
2013-08-23openvswitch: Mega flow implementationAndy Zhou
2013-08-23openvswitch: Use non rcu hlist_del() flow table entry.Pravin B Shelar
2013-08-14openvswitch: Use correct type while allocating flex array.Pravin B Shelar
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar
2013-06-14openvswitch: fix variable names in commentLorand Jakab
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-29openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-27openvswitch: correct an invalid BUG_ONHong Zhiguo
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-22openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka
2012-11-02openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-30openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan
2012-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar
2012-08-31openvswitch: using kfree_rcu() to simplify the codeWei Yongjun
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian
2012-04-02openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross
2012-04-02openvswitch: Add length check when retrieving TCP flags.Jesse Gross
2012-04-01openvswitch: Stop using NLA_PUT*().David S. Miller
2012-01-17net: kill duplicate included headerShan Wei
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross