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
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
2020-10-14net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-05net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-19net: openswitch: reuse the helper variable to improve the code readablityZeng Tao
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-07-14net: openvswitch: kerneldoc fixesAndrew Lunn
2020-06-25openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi