summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xprtrdma: Ensure creating an MR does not trigger FS writebackChuck Lever2019-08-202-4/+5
| * | | | xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever2019-08-204-43/+35
| * | | | xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_putChuck Lever2019-08-203-28/+11
| * | | | xprtrdma: Simplify rpcrdma_mr_popChuck Lever2019-08-204-21/+11
| * | | | xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methodsChuck Lever2019-08-201-1/+3
| * | | | xprtrdma: Rename rpcrdma_buffer::rb_allChuck Lever2019-08-202-19/+9
| * | | | xprtrdma: Rename CQE field in Receive trace pointsChuck Lever2019-08-201-1/+1
| * | | | xprtrdma: Boost maximum transport header sizeChuck Lever2019-08-202-14/+18
| * | | | xprtrdma: Fix calculation of ri_max_segs againChuck Lever2019-08-201-2/+2
| * | | | xprtrdma: Update obsolete commentChuck Lever2019-08-201-3/+0
| * | | | xprtrdma: Refresh the documenting comment in frwr_ops.cChuck Lever2019-08-201-48/+18
| * | | | SUNRPC: Inline xdr_commit_encodeChuck Lever2019-08-201-1/+1
| * | | | SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-201-23/+4
* | | | | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-255-44/+140
|\ \ \ \ \
| * | | | | libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov2019-09-161-26/+43
| * | | | | libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov2019-09-161-6/+23
| * | | | | libceph: drop unused con parameter of calc_target()Ilya Dryomov2019-09-161-7/+5
| * | | | | libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp2019-09-161-5/+22
| * | | | | libceph: add function that clears osd client's abort_errYan, Zheng2019-09-161-0/+8
| * | | | | libceph: add function that reset client's entity addrYan, Zheng2019-09-164-0/+39
* | | | | | net/xdp: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+1
* | | | | | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-213-14/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-13113-722/+1234
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-21118-409/+673
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-053-14/+13
* | | | | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-181-2/+1
|\ \ \ \ \ \
| * | | | | | new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18267-3102/+14737
|\ \ \ \ \ \
| * \ \ \ \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1710-14/+40
| |\ \ \ \ \ \
| | * | | | | | ip6_gre: fix a dst leak in ip6erspan_tunnel_xmitXin Long2019-09-161-1/+1
| | * | | | | | udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-165-6/+23
| | * | | | | | net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch2019-09-151-1/+1
| | * | | | | | net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-151-0/+3
| | * | | | | | net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn2019-09-151-0/+2
| | * | | | | | net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-6/+10
| | | |_|_|/ / | | |/| | | |
| * | | | | | ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-161-0/+6
| * | | | | | drop_monitor: Better sanitize notified packetsIdo Schimmel2019-09-161-0/+6
| * | | | | | net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2019-09-161-1/+2
| * | | | | | net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-4/+8
| * | | | | | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-43/+366
| * | | | | | tcp: Add snd_wnd to TCP_INFOThomas Higdon2019-09-161-0/+1
| * | | | | | tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-162-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-1/+1
| |\ \ \ \ \ \
| | * | | | | | kcm: use BPF_PROG_RUNSami Tolvanen2019-09-061-1/+1
| * | | | | | | net: sched: use get_dev() action API in flow_action infraVlad Buslov2019-09-162-18/+16
| * | | | | | | net: sched: take reference to psample group in flow_action infraVlad Buslov2019-09-163-8/+52
| * | | | | | | net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-32/+45
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1529-121/+152
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-131-1/+20