| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-07-01 | 2 | -8/+2 |
|\ |
|
| * | cxgb4: use kvfree() in t4_free_mem() | Pekka Enberg | 2015-06-30 | 1 | -4/+1 |
| * | cxgb3: use kvfree() in cxgb_free_mem() | Pekka Enberg | 2015-06-30 | 1 | -4/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-07-01 | 41 | -315/+515 |
|\ \ |
|
| * | | net: mvneta: disable IP checksum with jumbo frames for Armada 370 | Simon Guinot | 2015-06-30 | 1 | -1/+25 |
| * | | net: mvneta: introduce compatible string "marvell, armada-xp-neta" | Simon Guinot | 2015-06-30 | 1 | -0/+1 |
| * | | net: icplus: fix typo in constant name | Nik Nyby | 2015-06-29 | 2 | -2/+2 |
| * | | sis900: Trivial: Fix typos in enums | Nik Nyby | 2015-06-29 | 1 | -2/+2 |
| * | | stmmac: Trivial: fix typo in constant name | Nik Nyby | 2015-06-29 | 1 | -2/+2 |
| * | | net-Liquidio: Delete unnecessary checks before the function call "vfree" | Markus Elfring | 2015-06-29 | 3 | -13/+5 |
| * | | amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation | Tom Lendacky | 2015-06-29 | 1 | -1/+1 |
| * | | net: bcmgenet: workaround initial read failures for integrated PHYs | Florian Fainelli | 2015-06-28 | 2 | -4/+51 |
| * | | bnx2x: fix DMA API usage | Michal Schmidt | 2015-06-28 | 3 | -24/+12 |
| * | | net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA | Geert Uytterhoeven | 2015-06-28 | 1 | -0/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2015-06-28 | 9 | -104/+198 |
| |\ \ |
|
| | * | | i40evf: don't configure unused RSS queues | Mitch Williams | 2015-06-26 | 1 | -1/+1 |
| | * | | i40evf: fix panic during MTU change | Mitch Williams | 2015-06-26 | 4 | -65/+54 |
| | * | | e1000e: i219 - k1 workaround for LPT is not required for SPT | Yanir Lubetkin | 2015-06-26 | 1 | -2/+1 |
| | * | | e1000e: i219 - Increase minimum FIFO read/write min gap | Yanir Lubetkin | 2015-06-26 | 1 | -0/+46 |
| | * | | e1000e: i219 - increase IPG for speed 10/100 full duplex | Yanir Lubetkin | 2015-06-26 | 1 | -3/+7 |
| | * | | e1000e: i219 - fix to enable both ULP and EEE in Sx state | Yanir Lubetkin | 2015-06-26 | 1 | -13/+32 |
| | * | | e1000e: synchronization of MAC-PHY interface only on non- ME systems | Yanir Lubetkin | 2015-06-26 | 1 | -10/+12 |
| | * | | e1000e: fix locking issue with e1000e_disable_aspm | Yanir Lubetkin | 2015-06-26 | 1 | -4/+34 |
| | * | | igb: bump version of igb to 5.2.18 | Todd Fujinaka | 2015-06-26 | 1 | -1/+1 |
| | * | | igb: disable IPv6 extension header processing | Todd Fujinaka | 2015-06-26 | 2 | -5/+10 |
| * | | | bnx2x: fix lockdep splat | Eric Dumazet | 2015-06-28 | 1 | -1/+2 |
| * | | | net: fec: don't access RACC register when not available | Greg Ungerer | 2015-06-28 | 2 | -13/+19 |
| * | | | drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources() | Geert Uytterhoeven | 2015-06-28 | 1 | -1/+1 |
| |/ / |
|
| * | | bnx2x: Fix linearization for encapsulated packets | Yuval Mintz | 2015-06-25 | 1 | -2/+7 |
| * | | bnx2x: Release nvram lock on error flow | Yuval Mintz | 2015-06-25 | 1 | -0/+1 |
| * | | bnx2x: Fix statistics gathering on link change | Ariel Elior | 2015-06-25 | 1 | -0/+2 |
| * | | bnx2x: Fix self-test for 20g devices | Yuval Mintz | 2015-06-25 | 1 | -4/+8 |
| * | | bnx2x: Fix VF MAC removal | Shahed Shaikh | 2015-06-25 | 1 | -1/+1 |
| * | | bnx2x: Don't notify about scratchpad parities | Manish Chopra | 2015-06-25 | 2 | -10/+21 |
| * | | bnx2x: Prevent false warning when accessing MACs | Yuval Mintz | 2015-06-25 | 1 | -1/+1 |
| * | | bnx2x: Correct speed from baseT into KR. | Yuval Mintz | 2015-06-25 | 3 | -19/+59 |
| * | | bnx2x: Correct asymmetric flow-control | Yuval Mintz | 2015-06-25 | 2 | -14/+29 |
| * | | enic: use atomic_t instead of spin_lock in busy poll | Govindarajulu Varadarajan | 2015-06-25 | 2 | -66/+29 |
| * | | net/fsl: remove dependency FSL_SOC for Gianfar | Alison Wang | 2015-06-25 | 1 | -2/+2 |
| * | | cavium/liquidio: fix some error handling in lio_set_phys_id() | Dan Carpenter | 2015-06-25 | 1 | -2/+3 |
| * | | renesas: missing unlock on error path | Dan Carpenter | 2015-06-25 | 1 | -1/+3 |
| * | | mlx4: Disable HA for SRIOV PF RoCE devices | Or Gerlitz | 2015-06-25 | 1 | -1/+7 |
| * | | net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled | Ido Shamay | 2015-06-25 | 1 | -11/+6 |
| * | | net/mlx4_en: Wake TX queues only when there's enough room | Ido Shamay | 2015-06-25 | 2 | -8/+12 |
| * | | net/mlx4_en: Release TX QP when destroying TX ring | Eran Ben Elisha | 2015-06-25 | 3 | -5/+1 |
| |/ |
|
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | module: add per-module param_lock | Dan Streetman | 2015-06-23 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-06-24 | 377 | -7246/+49459 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-24 | 8 | -28/+66 |
| |\ \ |
|
| | * | | stmmac: troubleshoot unexpected bits in des0 & des1 | Alexey Brodkin | 2015-06-24 | 4 | -24/+28 |