summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-09tcp: Check for filled TCP option space before SACKMat Martineau
2020-01-09tcp: Export TCP functions and ops structMat Martineau
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau
2020-01-09sock: Make sk_protocol a 16-bit valueMat Martineau
2020-01-09net: Make sock protocol value checks more specificMat Martineau
2020-01-09flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing
2020-01-09net/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-08ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter
2020-01-08ethtool: fix ->reply_size() error handlingDan Carpenter
2020-01-08ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-08tipc: fix wrong connect() return codeTuong Lien
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien
2020-01-08devlink: add devink notification when reporter update health stateVikas Gupta
2020-01-08devlink: add support for reporter recovery completionVikas Gupta
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-01-08socket: fix unused-function warningArnd Bergmann
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann
2020-01-08net/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-07net/rose: remove redundant assignment to variable failedColin Ian King
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean
2020-01-05net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2020-01-05net: 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
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang