summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-11net: allwinner: emac: Add missing free_irqMaxime Ripard1-2/+3
2013-12-10net: emaclite: add barriers to support Xilinx Zynq platformSrikanth Thokala1-0/+13
2013-12-10net: emaclite: Remove unnecessary code that enables/disables interrupts on PO...Srikanth Thokala1-38/+0
2013-12-07virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-07net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2013-12-07virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-07virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-07bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-07be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-07be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2-4/+17
2013-12-06tun: update file current positionZhi Yong Wu1-0/+2
2013-12-06macvtap: update file current positionZhi Yong Wu1-0/+2
2013-12-06forcedeth: run loopback test only on chipsets that support itIvan Vecera1-3/+5
2013-12-06bonding: add arp_ip_target checks when install the moduledingtianhong1-3/+3
2013-12-06bnx2x: avoid null pointer dereference when enabling SR-IOVMichal Kalderon1-0/+5
2013-12-06net: davinci_emac: Fix platform data handling and make usable for am3517Tony Lindgren1-1/+25
2013-12-06qlge: Update version to 1.00.00.34Jitendra Kalsaria1-1/+1
2013-12-06qlge: Allow enable/disable rx/tx vlan acceleration independentlyJitendra Kalsaria1-8/+0
2013-12-06qlge: Fix ethtool statisticsJitendra Kalsaria1-0/+4
2013-12-06xen-netback: fix fragment detection in checksum setupPaul Durrant1-99/+137
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-44/+134
2013-12-04cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai4-190/+289
2013-12-04cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai6-16/+39
2013-12-04cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai5-70/+73
2013-12-03net/mlx4_core: destroy workqueue when driver fails to registerWei Yang1-0/+2
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant1-8/+12
2013-12-03net: do not pretend FRAGLIST supportEric Dumazet4-4/+3
2013-12-03net: fec_main: dma_map() only the length of the skbSebastian Siewior1-5/+4
2013-12-03drivers: net: cpsw: fix dt probe for one port ethernetMugunthan V N1-0/+2
2013-12-03PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki1-7/+19
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel1-0/+2
2013-12-02net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz1-6/+13
2013-12-02net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz1-4/+3
2013-12-02ath9k: Fix XLNA bias strengthSujith Manoharan1-1/+1
2013-12-02ath9k: Fix QuickDrop usageSujith Manoharan1-9/+11
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-240/+263
2013-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville12-18/+88
2013-12-02net/mlx4_en: Remove selftest TX queues empty conditionEugenia Emantayev1-7/+0
2013-12-02virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin1-17/+37
2013-12-02virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin1-31/+51
2013-12-01virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth1-1/+1
2013-11-30ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2-2/+2
2013-11-30ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend1-3/+2
2013-11-30ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend1-2/+2
2013-11-30e1000: fix possible reset_task running after adapter downVladimir Davydov1-4/+11
2013-11-30e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2-35/+3
2013-11-30e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12-0/+14
2013-11-30igb: Fixed Wake On LAN supportAkeem G Abodunrin1-3/+4
2013-11-30team: fix master carrier set when user linkup is enabledJiri Pirko1-0/+4
2013-11-30sfc: Convert to use hwmon_device_register_with_groupsGuenter Roeck2-48/+32