| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2015-02-19 | 3 | -11/+11 |
|\ |
|
| * | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 2015-01-07 | 3 | -11/+11 |
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -0/+6 |
|\ \ |
|
| * | | virtio/net: verify device has config space | Michael S. Tsirkin | 2015-01-21 | 1 | -0/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-02-17 | 21 | -65/+212 |
|\ \ \ |
|
| * | | | com20020-pci: add support for eae single card | Michael Grzeschik | 2015-02-15 | 1 | -3/+18 |
| * | | | net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081 | Sylvain Rochet | 2015-02-14 | 1 | -0/+28 |
| * | | | r8152: restore hw settings | hayeswang | 2015-02-14 | 1 | -2/+57 |
| * | | | hso: fix rx parsing logic when skb allocation fails | Aleksander Morgado | 2015-02-13 | 1 | -1/+1 |
| * | | | ipvlan: add a missing __percpu pcpu_stats | Eric Dumazet | 2015-02-11 | 1 | -1/+1 |
| * | | | tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one() | Jun'ichi Nomura \(NEC\) | 2015-02-11 | 1 | -0/+2 |
| * | | | Merge tag 'wireless-drivers-for-davem-2015-02-11' of git://git.kernel.org/pub... | David S. Miller | 2015-02-11 | 1 | -4/+1 |
| |\ \ \ |
|
| | * | | | rtlwifi: Remove logging statement that is no longer needed | Larry Finger | 2015-02-10 | 1 | -4/+1 |
| * | | | | bgmac: fix device initialization on Northstar SoCs (condition typo) | Rafał Miłecki | 2015-02-11 | 1 | -2/+3 |
| * | | | | qlcnic: Delete existing multicast MAC list before adding new | Shahed Shaikh | 2015-02-11 | 3 | -13/+51 |
| * | | | | net/mlx5_core: Fix configuration of log_uar_page_sz | Eli Cohen | 2015-02-11 | 1 | -0/+1 |
| * | | | | sunvnet: don't change gso data on clones | David L Stevens | 2015-02-11 | 1 | -13/+10 |
| * | | | | drivers/net: Use setup_timer and mod_timer | Vaishali Thakkar | 2015-02-11 | 1 | -5/+2 |
| * | | | | drivers: net: xgene: Make xgene_enet_of_match depend on CONFIG_OF | Geert Uytterhoeven | 2015-02-11 | 1 | -0/+2 |
| * | | | | et131x: use msecs_to_jiffies for conversions | Nicholas Mc Guire | 2015-02-11 | 1 | -2/+4 |
| * | | | | vxlan: Use checksum partial with remote checksum offload | Tom Herbert | 2015-02-11 | 1 | -6/+19 |
| * | | | | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload | Tom Herbert | 2015-02-11 | 1 | -2/+2 |
| * | | | | net: Fix remcsum in GRO path to not change packet | Tom Herbert | 2015-02-11 | 1 | -10/+9 |
| * | | | | treewide: Remove unnecessary SSB_DEVTABLE_END macro | Joe Perches | 2015-02-11 | 3 | -3/+3 |
| * | | | | treewide: Remove unnecessary BCMA_CORETABLE_END macro | Joe Perches | 2015-02-11 | 3 | -3/+3 |
* | | | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-17 | 1 | -6/+3 |
|\ \ \ \ \ |
|
| * | | | | | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 1 | -6/+3 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | mode_t whack-a-mole: chelsio | Al Viro | 2015-01-25 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | MODULE_DEVICE_TABLE: fix some callsites | Andrew Morton | 2015-02-13 | 1 | -1/+0 |
* | | | | | | wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 2 | -35/+12 |
* | | | | | | tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 2 | -6/+4 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-02-10 | 636 | -13580/+44628 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | i40e: Fix for stats init function call in Rx setup | Carolyn Wyborny | 2015-02-09 | 2 | -2/+2 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-09 | 5 | -21/+55 |
| |\ \ \ \ |
|
| | * | | | | vxlan: Wrong type passed to %pIS | Rasmus Villemoes | 2015-02-08 | 1 | -1/+1 |
| | * | | | | amd-xgbe: Check per channel DMA interrupt use in main ISR | Lendacky, Thomas | 2015-02-07 | 1 | -5/+6 |
| | * | | | | dsa: do not dereference non-existing routing table | Tobias Waldekranz | 2015-02-07 | 1 | -1/+2 |
| | * | | | | net: sxgbe: fix error handling in init_rx_ring() | Dan Carpenter | 2015-02-06 | 1 | -14/+43 |
| | * | | | | ARCNET: Add missing error check for devm_kzalloc | Kiran Padwal | 2015-02-05 | 1 | -0/+3 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2015-02-09 | 9 | -41/+95 |
| |\ \ \ \ \ |
|
| | * | | | | | i40e/i40evf: Add call to u64_stats_init to init | Carolyn Wyborny | 2015-02-09 | 2 | -0/+4 |
| | * | | | | | i40e: Enable Loopback for the FCOE vsi as well | Anjali Singhai Jain | 2015-02-09 | 1 | -0/+1 |
| | * | | | | | i40e: use dev_port for fcoe netdev | Vasu Dev | 2015-02-09 | 1 | -0/+6 |
| | * | | | | | i40e: Fix function header | Greg Rose | 2015-02-09 | 1 | -1/+1 |
| | * | | | | | i40e: fix led blink toggle to enable steady state | Matt Jared | 2015-02-09 | 1 | -2/+4 |
| | * | | | | | i40evf: Force Tx writeback on ITR | Anjali Singhai Jain | 2015-02-09 | 3 | -4/+39 |
| | * | | | | | i40e: stop the service task at shutdown | Mitch Williams | 2015-02-08 | 1 | -0/+2 |
| | * | | | | | i40evf: stop the watchdog for shutdown | Mitch Williams | 2015-02-08 | 1 | -0/+6 |
| | * | | | | | i40evf: ignore bogus messages from FW | Mitch Williams | 2015-02-08 | 1 | -1/+1 |