summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-177-105/+112
|\
| * net/9p/trans_virtio.c: add null terminal for mount tagpiaojun2018-08-131-10/+7
| * 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-08-131-1/+2
| * 9p: fix whitespace issuesStephen Hemminger2018-08-133-4/+3
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-134-1/+13
| * 9p: validate PDU lengthTomas Bortoli2018-08-134-11/+24
| * net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
| * net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2
| * net/9p/virtio: Fix hard lockup in req_donejiangyiwen2018-08-131-10/+11
| * net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun2018-08-131-2/+2
| * 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-08-131-0/+7
| * 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-132-15/+6
| * 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-28/+16
| * 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9
| * 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
| * net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
| * net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-08-131-1/+2
| * 9p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun2018-08-131-1/+1
| * net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun2018-08-131-1/+1
* | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-16436-7663/+24579
|\ \
| * \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-151-1/+1
| |\ \
| | * | crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-031-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15425-7620/+24541
| |\ \ \
| | * | | net: filter: mark expected switch fall-throughGustavo A. R. Silva2018-08-141-0/+1
| | * | | rds: fix building with IPV6=mArnd Bergmann2018-08-141-0/+1
| | * | | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-142-2/+3
| | * | | l2tp: fix unused function warningArnd Bergmann2018-08-133-12/+4
| | * | | net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-131-0/+1
| | * | | net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-131-5/+2
| | * | | net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov2018-08-131-10/+10
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-139-88/+482
| | |\ \ \
| | | * | | bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-131-0/+28
| | | * | | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-116-55/+104
| | | * | | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-115-10/+298
| | | * | | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
| | | * | | net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
| | | * | | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
| | | * | | xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-2/+4
| | | * | | bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11
| | | * | | net: Export skb_headers_offset_updateToshiaki Makita2018-08-101-1/+2
| | | * | | Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel2018-08-101-2/+1
| | * | | | packet: switch kvzalloc to allocate memoryLi RongQing2018-08-132-32/+13
| | * | | | net: sched: act_mirred method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
| | * | | | net: sched: act_vlan method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
| | * | | | net: sched: act_skbmod method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-2/+2
| | * | | | net: sched: act_skbedit method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
| | * | | | net: sched: act_simple method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
| | * | | | net: sched: act_police method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-8/+8
| | * | | | net: sched: act_pedit method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
| | * | | | net: sched: act_nat method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3