summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-18lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2017-04-18net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-04-18dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-04-18net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2-0/+6
2017-04-18drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger1-1/+1
2017-04-18usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi1-8/+0
2017-04-18USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2017-04-18Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser1-1/+1
2017-04-18drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser1-4/+0
2017-04-18staging: iio: ad5933: avoid uninitialized variable in error caseArnd Bergmann1-7/+10
2017-04-18coredump: fix unfreezable coredumping taskAndrey Ryabinin1-0/+3
2017-04-18swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2017-04-18dib0700: fix nec repeat handlingSean Young1-2/+3
2017-04-18ASoC: cs4270: fix DAPM stream name mismatchmurray foster1-4/+4
2017-04-18netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-5/+4
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2017-04-18sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2017-04-18net: sctp, forbid negative lengthJiri Slaby1-1/+4
2017-04-18ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2017-04-18net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2017-04-18packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov6-7/+12
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2017-04-18tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2017-04-18tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2017-04-18fbdev: color map copying bounds checkingKees Cook1-12/+14
2017-04-18selinux: fix off-by-one in setprocattrStephen Smalley1-1/+1
2017-04-18HID: usbhid: add ATEN CS962 to list of quirky devicesOliver Neukum2-0/+2
2017-04-18pwm: Unexport children before chip removalDavid Hsu3-0/+25
2017-04-18UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon1-3/+4
2017-04-18smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2017-04-18drm/exynos: fix error handling in exynos_drm_subdrv_openArnd Bergmann1-1/+1
2017-04-18ARM: 8584/1: floppy: avoid gcc-6 warningArnd Bergmann1-1/+1
2017-04-18tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2017-04-18Fix potential infoleak in older kernelsLinus Torvalds1-5/+5
2017-04-18ALSA: usb-audio: Add quirk for Syntek STK1160Marcel Hasler1-0/+17
2017-04-18ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...Arve Hjønnevåg1-0/+5
2017-04-18ANDROID: binder: Add strong ref checksArve Hjønnevåg1-9/+21
2017-04-18tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2017-04-18usb: chipidea: move the lock initialization to core filePeter Chen2-2/+1
2017-04-18iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2017-04-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-04-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-04-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-04-18sit: fix a double free on error pathWANG Cong1-0/+1