Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | e1000e: delete excessive space character in debug message | Jean Sacren | 2014-08-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | e1000e: fix trivial kernel doc typos | Jean Sacren | 2014-08-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | i40e: Cleaning up missing null-terminate in conjunction with strncpy | Rickard Strandqvist | 2014-08-12 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | i40e: use correct structure type name in sizeof | Julia Lawall | 2014-08-12 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | i40e: fix sparse non static symbol warning | Wei Yongjun | 2014-08-12 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c | Lucas Tanure | 2014-08-11 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | Merge branch 'xen-netback-synchronization' | David S. Miller | 2014-08-13 | 3 | -40/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | xen-netback: remove loop waiting function | Wei Liu | 2014-08-13 | 1 | -29/+0 | |
| | * | | | | | | | | | | | | | xen-netback: don't stop dealloc kthread too early | Wei Liu | 2014-08-13 | 3 | -7/+42 | |
| | * | | | | | | | | | | | | | xen-netback: move NAPI add/remove calls | Wei Liu | 2014-08-13 | 1 | -4/+5 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 'xen-netback-debugfs' | David S. Miller | 2014-08-13 | 1 | -7/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | xen-netback: fix debugfs entry creation | Wei Liu | 2014-08-13 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | xen-netback: fix debugfs write length check | Wei Liu | 2014-08-13 | 1 | -3/+6 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | net-timestamp: fix missing tcp fragmentation cases | Willem de Bruijn | 2014-08-13 | 1 | -0/+17 | |
| * | | | | | | | | | | | | | net-timestamp: fix missing ACK timestamp | Willem de Bruijn | 2014-08-13 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | drivers/net/irda/donauboe.c: convert to module_pci_driver | Libo Chen | 2014-08-13 | 1 | -14/+1 | |
| * | | | | | | | | | | | | | irda: Fix rd_frame control field initialization in irlap_send_rd_frame() | Maks Naumov | 2014-08-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfig | Anish Bhatt | 2014-08-13 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | tg3: fix return value in tg3_get_stats64 | Govindarajulu Varadarajan | 2014-08-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx path | Sowmini Varadhan | 2014-08-13 | 2 | -2/+14 | |
| * | | | | | | | | | | | | | sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN | Sowmini Varadhan | 2014-08-13 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | sunvnet: Do not ask for an ACK for every dring transmit | Sowmini Varadhan | 2014-08-13 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a | chas williams - CONTRACTOR | 2014-08-13 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | atm/svc: Fix blocking in wait loop | chas williams - CONTRACTOR | 2014-08-13 | 1 | -28/+32 | |
| * | | | | | | | | | | | | | myri10ge: check for DMA mapping errors | Stanislaw Gruszka | 2014-08-13 | 1 | -30/+58 | |
| * | | | | | | | | | | | | | openvswitch: Fix memory leak in ovs_vport_alloc() error path | Christoph Jaeger | 2014-08-13 | 1 | -1/+3 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2014-08-14 | 8 | -30/+275 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | kbuild: kselftest - new make target to build and run kernel selftests | Shuah Khan | 2014-08-07 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | Coccinelle: Script to replace if and BUG with BUG_ON | Himangi Saraogi | 2014-08-06 | 1 | -0/+62 | |
| * | | | | | | | | | | | | | Coccinelle: Script to detect incorrect argument to sizeof | Himangi Saraogi | 2014-08-06 | 1 | -0/+76 | |
| * | | | | | | | | | | | | | Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofs | Himangi Saraogi | 2014-08-06 | 1 | -0/+87 | |
| * | | | | | | | | | | | | | Coccinelle: Script to detect cast after memory allocation | Himangi Saraogi | 2014-08-06 | 2 | -67/+72 | |
| * | | | | | | | | | | | | | coccinelle/null: solve parse error | Himangi Saraogi | 2014-08-06 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | Documentation: headers_install.txt is part of kbuild | Yann Droneaud | 2014-08-05 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | kbuild: make -s should be used with kernelrelease/kernelversion/image_name | Michal Marek | 2014-07-11 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-08-14 | 9 | -103/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | kbuild: Fix handling of backslashes in *.cmd files | Michal Marek | 2014-08-07 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | kbuild, LLVMLinux: Supress warnings unless W=1-3 | Behan Webster | 2014-08-05 | 2 | -10/+12 | |
| * | | | | | | | | | | | | | | Kbuild: Add a option to enable dwarf4 v2 | Andi Kleen | 2014-07-30 | 2 | -0/+12 | |
| * | | | | | | | | | | | | | | kbuild: Support split debug info v4 | Andi Kleen | 2014-07-30 | 3 | -0/+21 | |
| * | | | | | | | | | | | | | | kbuild: allow to override Python command name | Masahiro Yamada | 2014-07-18 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | kbuild: clean-up and bug fix of scripts/Makefile.host | Masahiro Yamada | 2014-07-16 | 1 | -6/+3 | |
| * | | | | | | | | | | | | | | kbuild: clean up scripts/Makefile.host | Masahiro Yamada | 2014-07-16 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | kbuild: drop shared library support from Makefile.host | Masahiro Yamada | 2014-07-16 | 2 | -71/+11 | |
| * | | | | | | | | | | | | | | kbuild: fix a bug of C++ host program handling | Masahiro Yamada | 2014-07-16 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | kbuild: fix a typo in scripts/Makefile.host | Masahiro Yamada | 2014-07-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | scripts/Makefile.clean: clean also $(extra-m) and $(extra-) | Masahiro Yamada | 2014-07-03 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-08-14 | 57 | -455/+1851 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-----------------. \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4... | Roland Dreier | 2014-08-14 | 48 | -451/+1436 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | * | | | | | | | | | | | | | | IB/srp: Fix return value check in srp_init_module() | Wei Yongjun | 2014-08-14 | 1 | -2/+2 |