summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-142-4/+2
* netns: don't disable BHs when locking "nsid_lock"Guillaume Nault2020-01-141-11/+11
* netns: protect netns ID lookups with RCUGuillaume Nault2020-01-141-15/+7
* netns: Remove __peernet2id_alloc()Guillaume Nault2020-01-141-32/+23
* skb: add helpers to allocate ext independently from sk_buffPaolo Abeni2020-01-091-2/+33
* tcp: Check for filled TCP option space before SACKMat Martineau2020-01-091-3/+7
* tcp: Export TCP functions and ops structMat Martineau2020-01-093-7/+7
* tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau2020-01-092-4/+9
* mptcp: Add MPTCP to skb extensionsMat Martineau2020-01-091-0/+7
* tcp, ulp: Add clone operation to tcp_ulp_opsMat Martineau2020-01-091-0/+14
* sock: Make sk_protocol a 16-bit valueMat Martineau2020-01-091-38/+22
* net: Make sock protocol value checks more specificMat Martineau2020-01-092-2/+2
* flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing2020-01-091-1/+1
* net/ncsi: Support for multi host mellanox cardVijay Khemka2020-01-092-0/+89
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-0921-92/+157
|\
| * tipc: fix wrong connect() return codeTuong Lien2020-01-081-2/+2
| * tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-081-21/+32
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-089-39/+69
| |\
| | * netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-081-1/+2
| | * netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-082-0/+6
| | * netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-063-10/+5
| | * netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso2020-01-051-2/+6
| | * netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
| | * netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
| | * netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
| | * netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu2020-01-051-3/+0
| | * netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
| * | net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
| * | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
| * | tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
| * | tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
| * | vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-071-3/+7
| * | vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-073-5/+8
| * | sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-061-10/+18
| * | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
| * | net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang2020-01-051-1/+1
| * | sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang2020-01-021-1/+1
| * | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-021-1/+4
* | | ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter2020-01-081-0/+1
* | | ethtool: fix ->reply_size() error handlingDan Carpenter2020-01-081-2/+4
* | | ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter2020-01-081-3/+10
* | | net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-083-5/+31
* | | devlink: add devink notification when reporter update health stateVikas Gupta2020-01-081-17/+42
* | | devlink: add support for reporter recovery completionVikas Gupta2020-01-081-2/+9
* | | socket: fix unused-function warningArnd Bergmann2020-01-081-11/+12
* | | hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann2020-01-081-1/+1
* | | net/ncsi: Send device address as source addressVijay Khemka2020-01-081-1/+9
* | | net/rose: remove redundant assignment to variable failedColin Ian King2020-01-071-1/+0
* | | net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean2020-01-051-0/+1
* | | net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmitVladimir Oltean2020-01-051-2/+1