Age | Commit message (Expand) | Author | Files | Lines |
2015-07-05 | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb | Linus Torvalds | 2 | -28/+34 |
2015-07-04 | NTB: Split ntb_hw_intel and ntb_transport drivers | Allen Hubbe | 1 | -24/+30 |
2015-07-04 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -4/+142 |
2015-07-02 | NTB: Move files in preparation for NTB abstraction | Allen Hubbe | 2 | -5/+5 |
2015-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -8/+2 |
2015-07-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 47 | -332/+598 |
2015-07-01 | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -2/+1 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -8/+8 |
2015-07-01 | cxgb4: use kvfree() in t4_free_mem() | Pekka Enberg | 1 | -4/+1 |
2015-07-01 | cxgb3: use kvfree() in cxgb_free_mem() | Pekka Enberg | 1 | -4/+1 |
2015-06-30 | net: mvneta: disable IP checksum with jumbo frames for Armada 370 | Simon Guinot | 1 | -1/+25 |
2015-06-30 | net: mvneta: introduce compatible string "marvell, armada-xp-neta" | Simon Guinot | 1 | -0/+1 |
2015-06-30 | net: icplus: fix typo in constant name | Nik Nyby | 2 | -2/+2 |
2015-06-29 | sis900: Trivial: Fix typos in enums | Nik Nyby | 1 | -2/+2 |
2015-06-29 | stmmac: Trivial: fix typo in constant name | Nik Nyby | 1 | -2/+2 |
2015-06-29 | net-Liquidio: Delete unnecessary checks before the function call "vfree" | Markus Elfring | 3 | -13/+5 |
2015-06-29 | vmxnet3: Bump up driver version number | Shreyas Bhatewara | 1 | -2/+2 |
2015-06-29 | amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation | Tom Lendacky | 1 | -1/+1 |
2015-06-29 | net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYs | Florian Fainelli | 1 | -0/+43 |
2015-06-29 | net: bcmgenet: workaround initial read failures for integrated PHYs | Florian Fainelli | 2 | -4/+51 |
2015-06-29 | net: phy: bcm7xxx: workaround MDIO management controller initial read | Florian Fainelli | 1 | -0/+7 |
2015-06-29 | bnx2x: fix DMA API usage | Michal Schmidt | 3 | -24/+12 |
2015-06-29 | net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+2 |
2015-06-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 9 | -104/+198 |
2015-06-29 | net/phy: tune get_phy_c45_ids to support more c45 phy | Shengzhou Liu | 1 | -6/+14 |
2015-06-29 | bnx2x: fix lockdep splat | Eric Dumazet | 1 | -1/+2 |
2015-06-29 | net: fec: don't access RACC register when not available | Greg Ungerer | 2 | -13/+19 |
2015-06-29 | net: phy: fix phy link up when limiting speed via device tree | Mugunthan V N | 1 | -2/+3 |
2015-06-29 | drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources() | Geert Uytterhoeven | 1 | -1/+1 |
2015-06-29 | xen-netfront: Remove the meaningless code | Li, Liang Z | 1 | -7/+0 |
2015-06-26 | i40evf: don't configure unused RSS queues | Mitch Williams | 1 | -1/+1 |
2015-06-26 | i40evf: fix panic during MTU change | Mitch Williams | 4 | -65/+54 |
2015-06-26 | e1000e: i219 - k1 workaround for LPT is not required for SPT | Yanir Lubetkin | 1 | -2/+1 |
2015-06-26 | e1000e: i219 - Increase minimum FIFO read/write min gap | Yanir Lubetkin | 1 | -0/+46 |
2015-06-26 | e1000e: i219 - increase IPG for speed 10/100 full duplex | Yanir Lubetkin | 1 | -3/+7 |
2015-06-26 | e1000e: i219 - fix to enable both ULP and EEE in Sx state | Yanir Lubetkin | 1 | -13/+32 |
2015-06-26 | e1000e: synchronization of MAC-PHY interface only on non- ME systems | Yanir Lubetkin | 1 | -10/+12 |
2015-06-26 | e1000e: fix locking issue with e1000e_disable_aspm | Yanir Lubetkin | 1 | -4/+34 |
2015-06-26 | igb: bump version of igb to 5.2.18 | Todd Fujinaka | 1 | -1/+1 |
2015-06-26 | igb: disable IPv6 extension header processing | Todd Fujinaka | 2 | -5/+10 |
2015-06-26 | netconsole: implement extended console support | Tejun Heo | 1 | -2/+139 |
2015-06-26 | netconsole: make all dynamic netconsoles share a mutex | Tejun Heo | 1 | -5/+3 |
2015-06-26 | netconsole: make netconsole_target->enabled a bool | Tejun Heo | 1 | -9/+9 |
2015-06-26 | netconsole: remove unnecessary netconsole_target_get/out() from write_msg() | Tejun Heo | 1 | -2/+0 |
2015-06-25 | bnx2x: Fix linearization for encapsulated packets | Yuval Mintz | 1 | -2/+7 |
2015-06-25 | bnx2x: Release nvram lock on error flow | Yuval Mintz | 1 | -0/+1 |
2015-06-25 | bnx2x: Fix statistics gathering on link change | Ariel Elior | 1 | -0/+2 |
2015-06-25 | bnx2x: Fix self-test for 20g devices | Yuval Mintz | 1 | -4/+8 |
2015-06-25 | bnx2x: Fix VF MAC removal | Shahed Shaikh | 1 | -1/+1 |
2015-06-25 | bnx2x: Don't notify about scratchpad parities | Manish Chopra | 2 | -10/+21 |