summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-02ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal7-122/+126
2019-04-17openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-01-31openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-05-30openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk1-0/+34
2018-05-19openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-03-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme1-1/+29
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2017-08-30openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang3-3/+7
2017-08-11openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-03-30openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
2017-03-30net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-03-22ipv6: orphan skbs in reassembly unitEric Dumazet2-1/+1
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-2/+4
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto1-1/+4
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc1-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc1-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc1-1/+1
2016-10-03openvswitch: use mpls_hdrJiri Benc2-24/+12
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc1-8/+3
2016-09-21openvswitch: avoid resetting flow key while installing new flow.pravin shelar4-9/+10
2016-09-21openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar1-6/+9
2016-09-19openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo3-39/+33
2016-09-19openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2-4/+7
2016-09-16openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28
2016-09-11openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo1-0/+4
2016-09-09openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver5-124/+282
2016-09-04openvswitch: Free tmpl with tmpl_free.Joe Stringer1-1/+1
2016-08-31net: mpls: Fixups for GSODavid Ahern3-13/+40
2016-08-11openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis3-4/+25
2016-08-06OVS: Ignore negative headroom valueIan Wienand1-1/+1
2016-08-03openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme1-7/+1
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal6-40/+18
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller725-4267/+7030
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier1-2/+12
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme1-25/+51
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme1-19/+14
2016-06-22openvswitch: Add packet len info to upcall.William Tu2-1/+14
2016-06-11openvswitch: Add packet truncation support.William Tu6-17/+73
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller144-615/+1364
2016-05-11openvswitch: Fix cached ct with helper.Joe Stringer1-0/+13
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller33-930/+916
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso1-8/+0
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel2-12/+17
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel2-1/+3
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-818/+591
2016-04-24libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel18-38/+87
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller317-1784/+2913
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman1-2/+2
[next]