aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2-4/+9
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+7
2020-01-09tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau1-0/+14
2020-01-09sock: Make sk_protocol a 16-bit valueMat Martineau1-38/+22
2020-01-09net: Make sock protocol value checks more specificMat Martineau2-2/+2
2020-01-09flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing1-1/+1
2020-01-09net/ncsi: Support for multi host mellanox cardVijay Khemka2-0/+89
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-92/+157
2020-01-08ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter1-0/+1
2020-01-08ethtool: fix ->reply_size() error handlingDan Carpenter1-2/+4
2020-01-08ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter1-3/+10
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli3-5/+31
2020-01-08tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2020-01-08devlink: add devink notification when reporter update health stateVikas Gupta1-17/+42
2020-01-08devlink: add support for reporter recovery completionVikas Gupta1-2/+9
2020-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-39/+69
2020-01-08socket: fix unused-function warningArnd Bergmann1-11/+12
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2-0/+6
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann1-1/+1
2020-01-08net/ncsi: Send device address as source addressVijay Khemka1-1/+9
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada1-2/+0
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada1-1/+1
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King1-1/+0
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue1-2/+2
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso3-10/+5
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+1
2020-01-05net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean1-2/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean3-39/+15
2020-01-05net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang1-1/+1
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso1-2/+6
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu1-8/+16
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu1-2/+14
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu1-2/+4
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu1-3/+0
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang1-2/+0
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing3-3/+3
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing1-2/+0
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan1-1/+1
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1
2020-01-02net: Add device index to tcp_md5sigDavid Ahern2-1/+37
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern2-39/+101
2020-01-02ipv4/tcp: Pass dif and sdif to tcp_v4_inbound_md5_hashDavid Ahern1-5/+8