summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | e1000e: delete excessive space character in debug messageJean Sacren2014-08-121-1/+1
| | * | | | | | | | | | | | e1000e: fix trivial kernel doc typosJean Sacren2014-08-121-1/+1
| | * | | | | | | | | | | | i40e: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist2014-08-121-8/+8
| | * | | | | | | | | | | | i40e: use correct structure type name in sizeofJulia Lawall2014-08-121-1/+1
| | * | | | | | | | | | | | i40e: fix sparse non static symbol warningWei Yongjun2014-08-121-3/+3
| | * | | | | | | | | | | | i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.cLucas Tanure2014-08-111-0/+1
| * | | | | | | | | | | | | Merge branch 'xen-netback-synchronization'David S. Miller2014-08-133-40/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | xen-netback: remove loop waiting functionWei Liu2014-08-131-29/+0
| | * | | | | | | | | | | | | xen-netback: don't stop dealloc kthread too earlyWei Liu2014-08-133-7/+42
| | * | | | | | | | | | | | | xen-netback: move NAPI add/remove callsWei Liu2014-08-131-4/+5
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'xen-netback-debugfs'David S. Miller2014-08-131-7/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | xen-netback: fix debugfs entry creationWei Liu2014-08-131-4/+4
| | * | | | | | | | | | | | | xen-netback: fix debugfs write length checkWei Liu2014-08-131-3/+6
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn2014-08-131-0/+17
| * | | | | | | | | | | | | net-timestamp: fix missing ACK timestampWillem de Bruijn2014-08-131-5/+5
| * | | | | | | | | | | | | drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen2014-08-131-14/+1
| * | | | | | | | | | | | | irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov2014-08-131-1/+1
| * | | | | | | | | | | | | libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2014-08-132-2/+2
| * | | | | | | | | | | | | tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan2014-08-131-1/+2
| * | | | | | | | | | | | | sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan2014-08-132-2/+14
| * | | | | | | | | | | | | sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan2014-08-131-0/+16
| * | | | | | | | | | | | | sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan2014-08-131-1/+9
| * | | | | | | | | | | | | lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR2014-08-131-4/+1
| * | | | | | | | | | | | | atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR2014-08-131-28/+32
| * | | | | | | | | | | | | myri10ge: check for DMA mapping errorsStanislaw Gruszka2014-08-131-30/+58
| * | | | | | | | | | | | | openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-131-1/+3
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-08-148-30/+275
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | kbuild: kselftest - new make target to build and run kernel selftestsShuah Khan2014-08-071-0/+12
| * | | | | | | | | | | | | Coccinelle: Script to replace if and BUG with BUG_ONHimangi Saraogi2014-08-061-0/+62
| * | | | | | | | | | | | | Coccinelle: Script to detect incorrect argument to sizeofHimangi Saraogi2014-08-061-0/+76
| * | | | | | | | | | | | | Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsHimangi Saraogi2014-08-061-0/+87
| * | | | | | | | | | | | | Coccinelle: Script to detect cast after memory allocationHimangi Saraogi2014-08-062-67/+72
| * | | | | | | | | | | | | coccinelle/null: solve parse errorHimangi Saraogi2014-08-061-1/+2
| * | | | | | | | | | | | | Documentation: headers_install.txt is part of kbuildYann Droneaud2014-08-052-0/+2
| * | | | | | | | | | | | | kbuild: make -s should be used with kernelrelease/kernelversion/image_nameMichal Marek2014-07-111-3/+3
* | | | | | | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-149-103/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | kbuild: Fix handling of backslashes in *.cmd filesMichal Marek2014-08-071-6/+8
| * | | | | | | | | | | | | | kbuild, LLVMLinux: Supress warnings unless W=1-3Behan Webster2014-08-052-10/+12
| * | | | | | | | | | | | | | Kbuild: Add a option to enable dwarf4 v2Andi Kleen2014-07-302-0/+12
| * | | | | | | | | | | | | | kbuild: Support split debug info v4Andi Kleen2014-07-303-0/+21
| * | | | | | | | | | | | | | kbuild: allow to override Python command nameMasahiro Yamada2014-07-182-2/+3
| * | | | | | | | | | | | | | kbuild: clean-up and bug fix of scripts/Makefile.hostMasahiro Yamada2014-07-161-6/+3
| * | | | | | | | | | | | | | kbuild: clean up scripts/Makefile.hostMasahiro Yamada2014-07-161-7/+3
| * | | | | | | | | | | | | | kbuild: drop shared library support from Makefile.hostMasahiro Yamada2014-07-162-71/+11
| * | | | | | | | | | | | | | kbuild: fix a bug of C++ host program handlingMasahiro Yamada2014-07-161-1/+2
| * | | | | | | | | | | | | | kbuild: fix a typo in scripts/Makefile.hostMasahiro Yamada2014-07-161-1/+1
| * | | | | | | | | | | | | | scripts/Makefile.clean: clean also $(extra-m) and $(extra-)Masahiro Yamada2014-07-031-2/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-1457-455/+1851
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-----------------. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier2014-08-1448-451/+1436
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | | IB/srp: Fix return value check in srp_init_module()Wei Yongjun2014-08-141-2/+2
OpenPOWER on IntegriCloud