summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches2016-10-121-0/+14
* lib/bitmap.c: enhance bitmap syntaxNoam Camus2016-10-122-18/+82
* lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-10-121-5/+1
* include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan2016-10-121-1/+4
* lib: harden strncpy_from_userMark Rutland2016-10-121-0/+2
* radix-tree tests: properly initialize mutexRoss Zwisler2016-10-121-1/+1
* radix-tree tests: add iteration testRoss Zwisler2016-10-124-1/+184
* radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler2016-10-121-0/+8
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2016-10-121-3/+11
* block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-122-1/+79
* block: require write_same and discard requests align to logical block sizeDarrick J. Wong2016-10-121-0/+15
* block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong2016-10-121-6/+12
* ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-121-0/+3
* Fix off-by-one in __pipe_get_pages()Al Viro2016-10-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1157-1206/+1421
|\
| * netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
| * Merge branch 'be2net-fixes'David S. Miller2016-10-094-6/+47
| |\
| | * be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
| | * be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
| | * be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
| | * be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
| | * be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10
| |/
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-084-49/+70
| |\
| | * Bluetooth: btusb: Fix atheros firmware download errorEthan Hsieh2016-10-071-4/+4
| | * Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-063-50/+38
| | * Bluetooth: Add appearance to default scan rsp dataMichał Narajowski2016-10-061-1/+10
| | * Bluetooth: Fix local name in scan rspMichał Narajowski2016-10-061-12/+35
| | * Bluetooth: btusb: add entry for Marvell 8997 chipsetAmitkumar Karwar2016-10-061-0/+1
| * | wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent()Christophe Jaillet2016-10-081-4/+4
| * | net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-081-0/+1
| * | xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-081-11/+9
| * | Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversionAlex Sidorenko2016-10-081-1/+1
| * | MAINTAINERS: add myself as a maintainer of xen-netbackPaul Durrant2016-10-081-0/+1
| * | ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski2016-10-081-1/+3
| * | drivers: net: phy: Correct duplicate MDIO_XGENE entryLaura Abbott2016-10-071-7/+1
| * | ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEMGeert Uytterhoeven2016-10-071-0/+1
| * | Merge branch 'mediatek-hw-lro-chip-id-check'David S. Miller2016-10-073-4/+47
| |\ \
| | * | net: ethernet: mediatek: remove hwlro property in the device treeNelson Chang2016-10-071-2/+0
| | * | net: ethernet: mediatek: get hw lro capability by the chip id instead of by t...Nelson Chang2016-10-072-2/+13
| | * | net: ethernet: mediatek: get the chip id by ETHDMASYS registersNelson Chang2016-10-072-0/+34
| |/ /
| * | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-0712-117/+252
| |\ \
| | * | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
| | * | rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
| | * | afs: Check for fatal error when in waiting for ack stateDavid Howells2016-10-061-1/+1
| | * | rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
| | * | rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
| | * | rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
| | * | rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
| | * | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
| | * | rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102