aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman35-106/+269
2013-06-13tulip: Properly check dma mapping resultNeil Horman1-0/+6
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda1-4/+11
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N1-4/+1
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N1-2/+2
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2013-06-13bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov2-5/+12
2013-06-13bonding: reset master mac on first enslave failureNikolay Aleksandrov1-0/+4
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen1-1/+1
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur1-0/+3
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich1-5/+6
2013-06-13macvlan: don't touch promisc without passthroughMichael S. Tsirkin1-7/+13
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville19-71/+181
2013-06-12b43: stop format string leaking into error msgsKees Cook1-1/+1
2013-06-12ath9k: Use minstrel rate control by defaultSujith Manoharan4-9/+9
2013-06-12Revert "ath9k_hw: Update rx gain initval to improve rx sensitivity"Felix Fietkau1-5/+5
2013-06-12ath9k: Disable PowerSave by defaultSujith Manoharan1-2/+1
2013-06-12net: wireless: iwlegacy: fix build error for il_pm_opsYijing Wang1-3/+3
2013-06-12rtlwifi: Fix a false leak indication for PCI devicesLarry Finger1-0/+1
2013-06-12wl12xx/wl18xx: scan all 5ghz channelsEliad Peller2-2/+2
2013-06-12wl12xx: increase minimum singlerole firmware version requiredLuciano Coelho1-2/+2
2013-06-12wl12xx: fix minimum required firmware version for wl127x multiroleLuciano Coelho1-1/+1
2013-06-12rtlwifi: rtl8192cu: Fix problem in connecting to WEP or WPA(1) networksLarry Finger7-41/+139
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer1-5/+17
2013-06-12team: move add to port list before port enablementJiri Pirko1-1/+1
2013-06-12team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko2-0/+4
2013-06-12tuntap: set SOCK_ZEROCOPY flag during openJason Wang1-0/+2
2013-06-11qmi_wwan/cdc_ether: let qmi_wwan handle the Huawei E1820Bjørn Mork2-0/+7
2013-06-11sh_eth: fix result of sh_eth_check_reset() on timeoutSergei Shtylyov1-2/+2
2013-06-11net/ti davinci_mdio: don't hold a spin lock while calling pm_runtimeSebastian Siewior1-3/+2
2013-06-10tuntap: fix a possible race between queue selection and changing queuesJason Wang1-1/+1
2013-06-08Merge 3.10-rc5 into char-misc-nextGreg Kroah-Hartman40-358/+505
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+1
2013-06-04tg3: Add read dma workaround for 5720Nithin Sujir2-8/+18
2013-06-04net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANARJens Renner \(EFE\)1-1/+2
2013-06-04bnx2x: Fix bridged GSO for 57710/57711 chipsYuval Mintz1-2/+1
2013-06-04net: fec: add fallback to random MAC addressLucas Stach1-0/+12
2013-06-04bnx2x: fix TCP offload for tunneling ipv4 over ipv6Dmitry Kravkov1-7/+6
2013-06-04Merge branch 'fixes-for-3.10' of git://gitorious.org/linux-can/linux-canDavid S. Miller4-93/+160
2013-06-04net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz1-3/+7
2013-06-04net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz1-4/+12
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficiently initializedJack Morgenstein2-16/+6
2013-06-04net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg1-0/+1
2013-06-03net: can: peak_usb: Do not do dma on the stackMarc Kleine-Budde2-21/+41
2013-06-03net: can: esd_usb2: Do not do dma on the stackOlivier Sobrie1-51/+76
2013-06-03net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware.Jonas Peterson1-21/+43
2013-05-31hyperv: Fix vlan_proto setting in netvsc_recv_callback()Haiyang Zhang1-1/+2
2013-05-31team: fix port list dump for big number of portsJiri Pirko1-3/+4
2013-05-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller18-189/+234
2013-05-30be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur2-28/+26