summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Linux 4.8.10v4.8.10Greg Kroah-Hartman1-1/+1
2016-11-21usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz1-16/+93
2016-11-21usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz1-3/+3
2016-11-21sparc64: Delete now unused user copy fixup functions.David S. Miller3-105/+4
2016-11-21sparc64: Delete now unused user copy assembler helpers.David S. Miller1-30/+0
2016-11-21sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller3-81/+162
2016-11-21sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller3-91/+153
2016-11-21sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+162
2016-11-21sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller3-79/+231
2016-11-21sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller3-124/+237
2016-11-21sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller3-18/+38
2016-11-21sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller1-10/+25
2016-11-21sparc64: Prepare to move to more saner user copy exception handling.David S. Miller15-39/+47
2016-11-21sparc64: Delete __ret_efault.David S. Miller3-8/+1
2016-11-21sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller1-55/+228
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller1-12/+30
2016-11-21sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller1-1/+1
2016-11-21sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller1-14/+51
2016-11-21sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller1-0/+17
2016-11-21sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-11-21spi: spidev_test: fix build with musl libcBaruch Siach1-0/+1
2016-11-21net: stmmac: Fix lack of link transition for fixed PHYsFlorian Fainelli1-0/+7
2016-11-21sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-21bnx2: Wait for in-flight DMA to complete at probe stageBaoquan He1-6/+32
2016-11-21Revert "bnx2: Reset device during driver initialization"Baoquan He1-7/+5
2016-11-21mlxsw: spectrum_router: Correctly dump neighbour activityArkadi Sharshevsky1-1/+21
2016-11-21mlxsw: spectrum: Fix refcount bug on span entriesYotam Gigi1-1/+3
2016-11-21Revert "include/uapi/linux/atm_zatm.h: include linux/time.h"Mike Frysinger1-1/+0
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet3-3/+23
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-21net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-21net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-21sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-21net: icmp6_send should use dst dev to determine L3 domainDavid Ahern1-1/+1
2016-11-21bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann1-1/+2
2016-11-21sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-21ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-21ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-21dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-21dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-21dccp: do not release listeners too soonEric Dumazet4-6/+8
2016-11-21tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-21ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson5-18/+4
2016-11-21tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-21ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()Eli Cooper1-0/+1
2016-11-21bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-21net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12