Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-10net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-10net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-18net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-12-08openvswitch: add net device refcount tracker to struct vportEric Dumazet
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray
2021-07-27openvswitch: fix alignment issuesMark Gray
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng
2021-06-22openvswitch: add trace pointsAaron Conole
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-14openvswitch: meter: fix race when getting now_ms.Tao Liu
2021-05-11net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng
2021-04-30openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury
2021-03-17openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner
2021-03-17net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron
2020-12-15net: openvswitch: fix TTL decrement exception action executionEelco Chaudron
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique
2020-11-15net: openvswitch: use core API to update/provide statsLev Stipakov
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-04net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-11-03openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron