aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-23bpf: update MAINTAINERS entryAlexei Starovoitov1-0/+7
2014-07-23net: filter: split filter.c into two filesAlexei Starovoitov4-511/+538
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli2-4/+4
2014-07-23net: bcmgenet: add missing braces to some if statementsFlorian Fainelli1-4/+5
2014-07-23net: bcmgenet: add and remove missing blank linesFlorian Fainelli1-3/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli3-147/+142
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli3-30/+2
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-23virtio-net: rx busy polling supportJason Wang1-1/+47
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-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-21sparc: Hook up renameat2 syscall.David S. Miller4-1/+6
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-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-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-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