aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14net: qrtr: Remove receive workerBjorn Andersson1-40/+17
2020-01-14net: qrtr: Make qrtr_port_lookup() use RCUBjorn Andersson1-2/+6
2020-01-14net: qrtr: Migrate node lookup tree to spinlockBjorn Andersson1-6/+14
2020-01-14net: qrtr: Implement outgoing flow controlBjorn Andersson1-7/+187
2020-01-14net: qrtr: Move resume-tx transmission to recvmsgBjorn Andersson1-27/+33
2020-01-14pktgen: Allow configuration of IPv6 source address rangeNiu Xilei1-0/+98
2020-01-14net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-8/+5
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+3
2020-01-14net: ipv4: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+3
2020-01-14net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2-6/+2
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+4
2020-01-14net: xfrm: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2-17/+7
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2-4/+2
2020-01-14netns: don't disable BHs when locking "nsid_lock"Guillaume Nault1-11/+11
2020-01-14netns: protect netns ID lookups with RCUGuillaume Nault1-15/+7
2020-01-14netns: Remove __peernet2id_alloc()Guillaume Nault1-32/+23
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-2/+33
2020-01-09tcp: Check for filled TCP option space before SACKMat Martineau1-3/+7
2020-01-09tcp: Export TCP functions and ops structMat Martineau3-7/+7
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