aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-14bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
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-14xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-14xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-14xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2020-01-14xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-01-14xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2-4/+22
2020-01-13netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal1-9/+10
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-01-11devlink: correct misspelling of snapshotJacob Keller1-3/+3
2020-01-10devlink: Wait longer before warning about unset port typeIdo Schimmel1-1/+1
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern1-0/+6
2020-01-10net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-10net/tls: avoid spurious decryption error with HW resyncJakub Kicinski1-3/+3
2020-01-10net: bpf: Don't leak time wait and request socketsLorenz Bauer1-5/+4
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-09net/x25: fix nonblocking connectMartin Schiller1-1/+5
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-09bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen1-6/+6
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-92/+157
2020-01-09bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau1-1/+23
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau7-15/+251
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