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
path: root/net
AgeCommit message (Expand)Author
2020-01-14netns: don't disable BHs when locking "nsid_lock"Guillaume Nault
2020-01-14netns: protect netns ID lookups with RCUGuillaume Nault
2020-01-14netns: Remove __peernet2id_alloc()Guillaume Nault
2020-01-10skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-10tcp: Check for filled TCP option space before SACKMat Martineau
2020-01-10tcp: Export TCP functions and ops structMat Martineau
2020-01-10tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-10mptcp: Add MPTCP to skb extensionsMat Martineau
2020-01-10tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2020-01-10sock: Make sk_protocol a 16-bit valueMat Martineau
2020-01-10net: Make sock protocol value checks more specificMat Martineau
2020-01-10flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing
2020-01-10net/ncsi: Support for multi host mellanox cardVijay Khemka
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter
2020-01-09ethtool: fix ->reply_size() error handlingDan Carpenter
2020-01-09ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-09tipc: fix wrong connect() return codeTuong Lien
2020-01-09tipc: fix link overflow issue at socket shutdownTuong Lien
2020-01-09devlink: add devink notification when reporter update health stateVikas Gupta
2020-01-09devlink: add support for reporter recovery completionVikas Gupta
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-09socket: fix unused-function warningArnd Bergmann
2020-01-09netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-01-09netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2020-01-09hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann
2020-01-09net/ncsi: Send device address as source addressVijay Khemka
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada
2020-01-08net/rose: remove redundant assignment to variable failedColin Ian King
2020-01-08vlan: vlan_changelink() should propagate errorsEric Dumazet
2020-01-08vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2020-01-07sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-01-07tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2020-01-06net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean
2020-01-06net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean
2020-01-06net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2020-01-06net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing