summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov2014-05-311-0/+1
* net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck2014-05-311-2/+2
* sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-311-6/+8
* macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen2014-05-311-2/+4
* net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork2014-05-311-11/+28
* net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lockBjørn Mork2014-05-311-5/+13
* net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry2014-05-311-1/+2
* net: cdc_ncm: fix buffer overflowBjørn Mork2014-05-311-1/+1
* Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-05-311-3/+0
* mactap: Fix checksum errors for non-gso packets in bridge modeVlad Yasevich2014-05-311-0/+9
* slip: fix spinlock variantOliver Hartkopp2014-05-311-3/+3
* net: qmi_wwan: add a number of Dell devicesBjørn Mork2014-05-311-0/+5
* net: qmi_wwan: add a number of CMOTech devicesBjørn Mork2014-05-311-0/+16
* net: qmi_wwan: add Alcatel L800MABjørn Mork2014-05-311-0/+1
* net: qmi_wwan: add Olivetti Olicard 500Bjørn Mork2014-05-311-0/+1
* net: qmi_wwan: add Sierra Wireless MC7305/MC7355Bjørn Mork2014-05-311-0/+1
* net: qmi_wwan: add Sierra Wireless MC73xxBjørn Mork2014-05-311-0/+3
* net: qmi_wwan: add Sierra Wireless EM7355Bjørn Mork2014-05-311-0/+1
* tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-05-311-1/+3
* macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich2014-05-311-2/+10
* bonding: Remove debug_fs files when module init failsThomas Richter2014-05-311-0/+1
* wl18xx: align event mailbox with current fwEliad Peller2014-05-311-0/+20
* mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason2014-05-313-7/+1
* rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King2014-05-131-1/+1
* rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbbLarry Finger2014-05-131-0/+6
* rtlwifi: rtl8192se: Fix too long disable of IRQsLarry Finger2014-05-131-6/+21
* rtlwifi: rtl8192cu: Fix too long disable of IRQsLarry Finger2014-05-131-1/+14
* rtlwifi: rtl8188ee: Fix too long disable of IRQsLarry Finger2014-05-131-4/+16
* rtlwifi: rtl8723ae: Fix too long disable of IRQsLarry Finger2014-05-131-3/+15
* ath9k: fix ready time of the multicast buffer queueFelix Fietkau2014-05-131-1/+1
* iwlwifi: mvm: disable uAPSD due to bugs in the firmwareEmmanuel Grumbach2014-05-131-1/+1
* iwlwifi: dvm: take mutex when sending SYNC BT config commandEmmanuel Grumbach2014-05-131-2/+6
* Revert "net: mvneta: fix usage as a module on RGMII configurations"Thomas Petazzoni2014-05-131-8/+33
* b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki2014-05-131-7/+7
* iwlwifi: mvm: rs: fix search cycle rulesEyal Shapira2014-04-141-18/+18
* net/at91_ether: avoid NULL pointer dereferenceGilles Chanteperdrix2014-04-141-0/+3
* net: vxlan: fix crash when interface is created with no groupMike Rapoport2014-04-141-1/+5
* Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-142-1/+9
* xen-netback: disable rogue vif in kthread contextWei Liu2014-04-143-2/+30
* xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant2014-04-141-1/+7
* xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant2014-04-141-1/+20
* xen-netback: remove pointless clause from if statementPaul Durrant2014-04-141-2/+2
* veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich2014-03-281-1/+4
* ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
* qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
* net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang2014-03-271-1/+5
* usbnet: include wait queue head in device structureOliver Neukum2014-03-271-14/+19
* virtio-net: correct error handling of virtqueue_kick()Jason Wang2014-03-271-3/+3
* net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni2014-03-261-6/+11
* net: mvneta: fix usage as a module on RGMII configurationsThomas Petazzoni2014-03-261-33/+8