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
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre
2018-03-29ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-18net: Convert ovs_net_opsKirill Tkhai
2018-03-12openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping
2018-03-08openvswitch: fix vport packet length check.William Tu
2018-02-01openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk
2018-01-31openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-01-26openvswitch: add erspan version I and II supportWilliam Tu
2018-01-19flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2018-01-09net: ovs: remove unused hardirq.hYang Shi
2018-01-02openvswitch: drop unneeded newlineJulia Lawall
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesEric Garver
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-03openvswitch: do not propagate headroom updates to internal portPaolo Abeni
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann
2017-11-27openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-11-26net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-15openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun
2017-11-13openvswitch: Add meter action supportAndy Zhou
2017-11-13openvswitch: Add meter infrastructureAndy Zhou
2017-11-13openvswitch: export get_dp() API.Andy Zhou
2017-11-08openvswitch: enable NSH supportYi Yang
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva
2017-10-11openvswitch: add ct_clear actionEric Garver
2017-10-10openvswitch: Add erspan tunnel support.William Tu