summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds2014-07-302-33/+2
* net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli2014-07-291-1/+1
* cdc-ether: clean packet filter upon probeOliver Neukum2014-07-291-0/+16
* cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-07-292-2/+33
* neighbour : fix ndm_type type error issueJun Zhao2014-07-281-1/+1
* sunvnet: only use connected ports when sendingDavid L Stevens2014-07-281-5/+17
* Merge tag 'linux-can-fixes-for-3.16-20140725' of git://gitorious.org/linux-ca...David S. Miller2014-07-281-1/+2
|\
| * can: c_can_platform: Fix raminit, use devm_ioremap() instead of devm_ioremap_...George Cherian2014-07-251-1/+2
* | bnx2x: fix crash during TSO tunnelingDmitry Kravkov2014-07-242-0/+10
* | r8152: fix the checking of the usb speedhayeswang2014-07-241-4/+3
* | Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-07-243-9/+22
|\ \
| * | ath9k: fix aggregation session lockupFelix Fietkau2014-07-231-0/+9
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-07-222-9/+13
| |\ \
| | * | iwlwifi: mvm: pass beacons from foreign APsEliad Peller2014-07-211-2/+13
| | * | iwlwifi: mvm: fix merge damageEmmanuel Grumbach2014-07-061-7/+0
* | | | net: phy: Ensure the MDIO bus module is heldEzequiel Garcia2014-07-241-0/+13
* | | | net: phy: Set the driver when registering an MDIO bus deviceEzequiel Garcia2014-07-241-0/+1
* | | | bnx2x: fix set_setting for some PHYsYaniv Rosner2014-07-241-0/+1
* | | | hyperv: Fix error return code in netvsc_init_buf()Wei Yongjun2014-07-231-1/+3
* | | | amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2014-07-231-1/+2
* | | | net: bcmgenet: correctly pad short packetsFlorian Fainelli2014-07-221-0/+5
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-218-34/+114
|\ \ \
| * | | xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-201-1/+1
| * | | xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-201-5/+33
| * | | xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-201-0/+9
| * | | xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-201-17/+20
| * | | net: huawei_cdc_ncm: add "subclass 3" devicesBjørn Mork2014-07-171-0/+3
| * | | net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork2014-07-171-0/+2
| * | | wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter2014-07-171-1/+5
| * | | net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-161-6/+16
| * | | net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai2014-07-161-3/+4
| * | | sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan2014-07-161-1/+19
| * | | r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer2014-07-161-0/+2
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-07-181-4/+15
|\ \ \ \ | |/ / / |/| | |
| * | | mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-091-4/+15
* | | | hso: fix deadlock when receiving bursts of dataOlivier Sobrie2014-07-141-21/+17
* | | | hso: remove unused workqueueOlivier Sobrie2014-07-141-12/+0
* | | | net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-141-7/+1
* | | | mlx4: mark napi id for gro_skbJason Wang2014-07-141-0/+1
* | | | bonding: fix ad_select module param checkNikolay Aleksandrov2014-07-141-1/+1
* | | | net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz2014-07-141-1/+1
* | | | net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli2014-07-131-1/+1
* | | | r8152: fix r8152_csum_workaround functionhayeswang2014-07-111-1/+1
* | | | be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy2014-07-111-1/+1
* | | | farsync: fix invalid memory accesses in fst_add_one() and fst_init_card()Alexey Khoroshilov2014-07-111-54/+58
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-07-1011-27/+38
|\ \ \ \ | | |/ / | |/| |
| * | | rt2800usb: Don't perform DMA from stackAndrea Merello2014-07-071-6/+22
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-07-073-21/+8
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: mvm: disable CTS to SelfEmmanuel Grumbach2014-07-031-3/+2
| | * | iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach2014-07-031-12/+0