aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-23virtio-net: introduce virtnet_receive()Jason Wang1-5/+14
2014-07-23ethernet: realtek: use pci_device_idVarka Bhadram1-7/+7
2014-07-23ethernet: realtek: use module_pci_driverVarka Bhadram1-20/+2
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru4-6/+5
2014-07-22drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N3-3/+37
2014-07-22dp83640: Fix receive timestamp race conditionStefan Sørensen1-71/+102
2014-07-22sfc: Add support for busy pollingAlexandre Rames5-7/+208
2014-07-22Merge branch 'mlx4-next'David S. Miller8-11/+113
2014-07-22net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai3-4/+8
2014-07-22net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2-3/+32
2014-07-22net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai4-4/+72
2014-07-22net/mlx4_en: current_mac isn't updated in port upEyal Perry1-0/+1
2014-07-22net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia1-13/+6
2014-07-22net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia1-3/+3
2014-07-22net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas1-8/+32
2014-07-22net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas1-1/+1
2014-07-22net: skbuff: Use ALIGN macro instead of open coding itTobias Klauser1-2/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight3-5/+5
2014-07-22net: sctp: Open out the check for NagleDavid Laight1-33/+36
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller189-942/+1904
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-128/+367
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-1/+6
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-4/+9
2014-07-21Merge tag 'trace-fixes-v3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-5/+6
2014-07-21sparc: Hook up renameat2 syscall.David S. Miller4-1/+6
2014-07-21Merge branch 'cxgb4-next'David S. Miller9-44/+78
2014-07-21iw_cxgb4: Don't limit TPTE count to 32KBHariprasad Shenai2-2/+1
2014-07-21iw_cxgb4: advertise the correct device max attributesHariprasad Shenai5-33/+32
2014-07-21iw_cxgb4: Support query_qp() verbHariprasad Shenai1-0/+6
2014-07-21iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai1-6/+23
2014-07-21cxgb4: Add the MC1 registers to read in the interrupt handlerHariprasad Shenai2-3/+16
2014-07-21Merge branch 'enic-next'David S. Miller4-45/+168
2014-07-21enic: Add ethtool support to show classifier filters added by the driverGovindarajulu Varadarajan3-0/+117
2014-07-21enic: remove #ifdef CONFIG_RFS_ACCEL around filter structuresGovindarajulu Varadarajan3-45/+51
2014-07-21af_iucv: avoid path quiesce of severed path in shutdown()Ursula Braun1-1/+2
2014-07-21qeth: Display adjacent switch attributesStefan Raspl4-1/+100
2014-07-21Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-24/+108
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-21net: bcmgenet: only update UMAC_CMD if something changedFlorian Fainelli1-2/+3
2014-07-21Merge branch 'bcmgenet-next'David S. Miller4-60/+430
2014-07-21net: bcmgenet: hook ethtool set/get_wol operationsFlorian Fainelli1-0/+2
2014-07-21net: bcmgenet: suspend and resume from Wake-on-LANFlorian Fainelli1-0/+12
2014-07-21net: bcmgenet: fix bcmgenet_wol_resumeFlorian Fainelli1-7/+1
2014-07-21net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bitFlorian Fainelli1-0/+7
2014-07-21net: bcmgenet: handle GENET_POWER_WOL_MAGICFlorian Fainelli1-0/+7
2014-07-21net: bcmgenet: add Wake-on-LAN support codeFlorian Fainelli3-1/+216
2014-07-21net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli2-2/+19
2014-07-21net: bcmgenet: add suspend/resume callbacksFlorian Fainelli1-0/+95
2014-07-21net: bcmgenet: modularize bcmgenet_{open,close}Florian Fainelli1-33/+53
2014-07-21net: bcmgenet: add umac_enable_set helperFlorian Fainelli1-13/+24