aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss1-1/+1
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss1-5/+33
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss1-0/+9
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss1-17/+20
2014-07-17net: huawei_cdc_ncm: add "subclass 3" devicesBjørn Mork1-0/+3
2014-07-17net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork1-0/+2
2014-07-17wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter1-1/+5
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-6/+16
2014-07-16net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai1-3/+4
2014-07-16sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-07-16r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer1-0/+2
2014-07-14hso: fix deadlock when receiving bursts of dataOlivier Sobrie1-21/+17
2014-07-14hso: remove unused workqueueOlivier Sobrie1-12/+0
2014-07-14net: ppp: don't call sk_chk_filter twiceChristoph Schulz1-7/+1
2014-07-14mlx4: mark napi id for gro_skbJason Wang1-0/+1
2014-07-14bonding: fix ad_select module param checkNikolay Aleksandrov1-1/+1
2014-07-14net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-07-13net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli1-1/+1
2014-07-11r8152: fix r8152_csum_workaround functionhayeswang1-1/+1
2014-07-11be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-11farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov1-54/+58
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville11-27/+38
2014-07-10igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka7-8/+113
2014-07-10usbnet: smsc95xx: add reset_resume function with reset operationJoonyoung Shim1-1/+13
2014-07-09dp83640: Always decode received status framesStefan Sørensen1-3/+3
2014-07-09r8169: disable L23hayeswang1-0/+25
2014-07-08net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2014-07-08net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni1-1/+1
2014-07-08net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai4-15/+24
2014-07-08r8152: wake up the device before dumping the hw counterhayeswang1-0/+5
2014-07-08xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel1-7/+4
2014-07-08xen-netfront: don't nest queue locks in xennet_connect()David Vrabel1-4/+12
2014-07-07net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz1-1/+1
2014-07-07net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+1
2014-07-07Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2-73/+0
2014-07-07powerpc/ucc_geth: deal with a compile warningZhao Qiang1-2/+2
2014-07-07rt2800usb: Don't perform DMA from stackAndrea Merello1-6/+22
2014-07-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville3-21/+8
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar7-0/+8
2014-07-03iwlwifi: mvm: disable CTS to SelfEmmanuel Grumbach1-3/+2
2014-07-03iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-12/+0
2014-07-02net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers1-4/+1
2014-07-02net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers1-1/+1
2014-07-02net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2-0/+73
2014-07-02net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai1-2/+1
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity mapAmir Vadai6-72/+26
2014-07-02defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki1-6/+6
2014-07-02defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki1-4/+1
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack1-0/+44