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
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-05openvswitch: support asymmetric conntrackAaron Conole
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-02openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-02openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-11-27openvswitch: fix flow command message sizePaolo Abeni
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang
2019-11-15net: openvswitch: add hash info to upcallTonghao Zhang
2019-11-07net: openvswitch: select vport upcall portid directlyTonghao Zhang
2019-11-06Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese
2019-11-04net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang
2019-11-04net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang
2019-11-04net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang
2019-11-04net: openvswitch: add likely in flow_lookupTonghao Zhang
2019-11-04net: openvswitch: simplify the flow_hashTonghao Zhang
2019-11-04net: openvswitch: optimize flow-mask looking upTonghao Zhang
2019-11-04net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang
2019-11-04net: openvswitch: shrink the mask array if necessaryTonghao Zhang
2019-11-04net: openvswitch: convert mask list in mask arrayTonghao Zhang
2019-11-04net: openvswitch: add flow-mask cache for performanceTonghao Zhang
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-23net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-29openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit
2019-08-29openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-26openvswitch: Fix conntrack cache with timeoutYi-Hung Wei
2019-08-25openvswitch: Fix log message in ovs conntrackYi-Hung Wei
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-07openvswitch: Print error when ovs_execute_actions() failsYifeng Sun
2019-07-25ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-20net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso
2019-07-13net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo
2019-07-09net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-09net: core: move pop MPLS functionality from OvS to core helperJohn Hurley
2019-07-09net: core: move push MPLS functionality from OvS to core helperJohn Hurley
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-09net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo
2019-07-01net: openvswitch: fix csum updates for MPLS actionsJohn Hurley
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo