summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0328-236/+263
|\
| * ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-01-021-0/+3
| * ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-1/+5
| * ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-021-1/+3
| * ip: validate header length on virtual device xmitWillem de Bruijn2019-01-018-32/+46
| * net: rds: remove unnecessary NULL checkZhu Yanjun2019-01-011-1/+1
| * sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-013-12/+20
| * netrom: fix locking in nr_find_socket()Cong Wang2018-12-301-5/+10
| * ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-2/+11
| * ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-301-1/+1
| * ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
| * net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2018-12-301-2/+2
| * net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov2018-12-301-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-12-293-173/+133
| |\
| | * netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal2018-12-291-1/+1
| | * netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-32/+15
| | * netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20
| | * netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-292-91/+69
| | * netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7
| | * netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
| | * netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
| | * netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5
| | * netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
| * | ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-281-2/+10
| |/
| * tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-271-0/+2
| * ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-271-1/+5
| * tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-271-1/+0
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-0223-1268/+487
|\ \
| * | sunrpc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2019-01-021-16/+3
| * | sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-0/+3
| * | sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFSJ. Bruce Fields2019-01-021-2/+2
| * | sunrpc: handle ENOMEM in rpcb_getport_asyncJ. Bruce Fields2019-01-021-0/+8
| * | xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+4
| * | xprtrdma: Don't leak freed MRsChuck Lever2019-01-021-12/+15
| * | xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever2019-01-021-0/+8
| * | xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever2019-01-021-3/+7
| * | xprtrdma: Update comments in frwr_op_sendChuck Lever2019-01-021-2/+2
| * | SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-024-4/+6
| * | xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-023-10/+8
| * | xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-7/+11
| * | xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever2019-01-021-1/+1
| * | xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-3/+3
| * | xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever2019-01-021-2/+0
| * | xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-024-68/+19
| * | xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-023-35/+23
| * | xprtrdma: Expose transport header errorsChuck Lever2019-01-021-1/+0
| * | xprtrdma: Remove request_module from backchannelChuck Lever2019-01-021-2/+0
| * | xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever2019-01-021-5/+6
| * | xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever2019-01-023-5/+8