summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-3/+13
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-5/+10
|\ \
| * | net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-091-4/+10
| * | netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-1/+0
* | | net: openvswitch: Fill act ct extensionPaul Blakey2022-01-041-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+7
|\ \ \ | |/ / |/| / | |/
| * net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-1/+7
* | openvswitch: add net device refcount tracker to struct vportEric Dumazet2021-12-072-4/+6
* | net: openvswitch: Remove redundant if statementsXu Wang2021-12-021-2/+1
|/
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-0/+1
|\
| * ovs: clear skb->tstamp in forwarding pathkaixi.fan2021-08-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-6/+7
|\|
| * net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap2021-08-091-6/+7
* | openvswitch: fix sparse warning incorrect typeMark Gray2021-07-271-1/+1
* | openvswitch: fix alignment issuesMark Gray2021-07-272-8/+14
* | openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-163-3/+95
|/
* openvswitch: Optimize operation for key comparisonBaowen Zheng2021-07-011-3/+3
* openvswitch: add trace pointsAaron Conole2021-06-225-0/+179
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-0/+8
|\
| * openvswitch: meter: fix race when getting now_ms.Tao Liu2021-05-131-0/+8
* | net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng2021-05-101-7/+4
|/
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-291-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-2/+2
|\
| * openvswitch: meter: remove rate from the bucket size calculationIlya Maximets2021-04-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-4/+4
|\|
| * openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets2021-04-051-4/+4
* | net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2021-04-042-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-253-6/+12
|\|
| * net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-163-6/+12
* | openvswitch: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* | openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner2021-03-161-3/+5
|/
* net: openvswitch: add log message for error caseEelco Chaudron2021-01-142-9/+17
* net: openvswitch: fix TTL decrement exception action executionEelco Chaudron2020-12-141-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+1
|\
| * openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai2020-12-041-1/+1
* | net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun2020-12-081-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+3
|\|
| * net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-23/+58
|\|
| * net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
* | net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2020-11-201-0/+8
* | net: openvswitch: use core API to update/provide statsLev Stipakov2020-11-141-22/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-062-8/+8
|\|
| * net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-032-8/+8
* | openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing2020-11-021-1/+1
* | net: openvswitch: Fix kerneldoc warningsAndrew Lunn2020-10-302-1/+7
|/
* net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-182-25/+41
* net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-19/+1