summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs_parse: get rid of ->enumsAl Viro2020-02-071-1/+1
* SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()Trond Myklebust2020-02-031-1/+1
* SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-153-79/+0
* xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is createdChuck Lever2020-01-151-20/+11
* xprtrdma: Destroy reps from previous connection instanceChuck Lever2020-01-151-1/+3
* xprtrdma: Destroy rpcrdma_rep when Receive is flushedChuck Lever2020-01-151-1/+8
* xprtrdma: Allocate and map transport header buffers at connect timeChuck Lever2020-01-154-37/+84
* xprtrdma: Refactor frwr_is_supportedChuck Lever2020-01-153-47/+25
* xprtrdma: Eliminate per-transport "max pages"Chuck Lever2020-01-155-40/+23
* xprtrdma: Refactor initialization of ep->rep_max_requestsChuck Lever2020-01-154-11/+11
* xprtrdma: Make sendctx queue lifetime the same as connection lifetimeChuck Lever2020-01-151-7/+15
* xprtrdma: Eliminate ri_max_send_sgesChuck Lever2020-01-154-16/+14
* SUNRPC: constify copied structureJulia Lawall2020-01-151-1/+1
* SUNRPC: call_connect_status should handle -EPROTOChuck Lever2020-01-151-0/+1
* SUNRPC: Capture signalled RPC tasksChuck Lever2020-01-151-1/+3
* sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-156-21/+27
* xprtrdma: Fix oops in Receive handler after device removalChuck Lever2020-01-142-6/+21
* xprtrdma: Fix completion wait during device removalChuck Lever2020-01-141-1/+1
* xprtrdma: Fix create_qp crash on device unloadChuck Lever2020-01-141-0/+2
* tipc: fix wrong connect() return codeTuong Lien2020-01-091-2/+2
* tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-091-21/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-099-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-031-1/+1
* | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-031-1/+4
* | hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-311-1/+2
* | net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-313-51/+17
* | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-311-0/+3
|/
* net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-281-10/+12
* net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-271-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-263-20/+19
|\
| * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| * netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16