aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-30mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven1-2/+4
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven1-1/+1
2020-01-29io_uring: add support for epoll_ctl(2)Jens Axboe2-0/+72
2020-01-29eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2-13/+42
2020-01-29eventpoll: abstract out epoll_ctl() handlerJens Axboe1-20/+25
2020-01-29io_uring: fix linked command file table usageJens Axboe3-14/+21
2020-01-29Revert "MAINTAINERS: mptcp@ mailing list is moderated"Mat Martineau1-1/+1
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal5-3/+14
2020-01-29mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal1-2/+6
2020-01-29mptcp: fix panic on user pointer accessFlorian Westphal1-18/+22
2020-01-29mptcp: defer freeing of cached ext until last momentFlorian Westphal1-2/+4
2020-01-29net: mvneta: fix XDP support if sw bm is used as fallbackLorenzo Bianconi1-3/+7
2020-01-29sch_choke: Use kvcallocJoe Perches1-1/+1
2020-01-29mptcp: Fix build with PROC_FS disabled.David S. Miller1-0/+2
2020-01-29MAINTAINERS: mptcp@ mailing list is moderatedRandy Dunlap1-1/+1
2020-01-29drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missingBen Skeggs2-12/+32
2020-01-29drm/nouveau/acr: return error when registering LSF if ACR not supportedBen Skeggs1-1/+5
2020-01-29drm/nouveau/disp/gv100-: not all channel types support reporting error codesBen Skeggs1-6/+17
2020-01-29drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs1-0/+2
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs2-1/+11
2020-01-29drm/nouveau: signal pending fences when channel has been killedBen Skeggs3-1/+12
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs1-0/+2
2020-01-29drm/nouveau: zero vma pointer even if we only unreference it rather than freeBen Skeggs1-1/+1
2020-01-29drm/nouveau: Add HD-audio component notifier supportTakashi Iwai3-0/+119
2020-01-29KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael1-0/+1
2020-01-29KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao1-1/+1
2020-01-28io_uring: support using a registered personality for commandsJens Axboe2-2/+25
2020-01-28io_uring: allow registering credentialsJens Axboe2-7/+70
2020-01-28io_uring: add io-wq workqueue sharingPavel Begunkov2-15/+53
2020-01-28io-wq: allow grabbing existing io-wqPavel Begunkov2-0/+9
2020-01-28io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe4-30/+82
2020-01-28Revert "drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC"Arnd Bergmann1-9/+0
2020-01-28docs: filesystems: add overlayfs to index.rstMauro Carvalho Chehab1-0/+1
2020-01-28docs: usb: remove some broken referencesMauro Carvalho Chehab2-8/+0
2020-01-28selftests/ftrace: fix glob selftestSven Schnelle1-1/+1
2020-01-28scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties with phandles"Rob Herring1-21/+0
2020-01-28of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman3-1/+10
2020-01-28KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei1-1/+2
2020-01-28KVM: arm64: pmu: Only handle supported event countersEric Auger1-5/+5
2020-01-28KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger1-13/+30
2020-01-28KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabledEric Auger1-29/+33
2020-01-28KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger1-0/+3
2020-01-28net: phy: add default ARCH_BCM_IPROC for MDIO_BCM_IPROCScott Branden1-0/+1
2020-01-28udp: segment looped gso packets correctlyWillem de Bruijn1-0/+3
2020-01-28netem: change mailing listStephen Hemminger1-1/+1
2020-01-28prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie3-0/+30
2020-01-27io-wq: make the io_wq ref countedJens Axboe1-1/+10
2020-01-27io_uring: fix refcounting with batched allocations at OOMPavel Begunkov1-2/+5
2020-01-27io_uring: add comment for drain_nextPavel Begunkov1-0/+7
2020-01-27io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe1-2/+1