aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-07ath: Fix uninitialized variable warningsPrarit Bhargava3-0/+3
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville11-218/+275
2010-06-07iwlwifi: fix-up botched revertJohn W. Linville1-1/+1
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-07p54usb: Add device ID for Dell WLA3310 USBJason Dravet1-0/+1
2010-06-07wl1251: fix a memory leak in probeGrazvydas Ignotas1-0/+1
2010-06-078139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov1-0/+1
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-06tg3: Update version to 3.111Matt Carlson1-2/+2
2010-06-06tg3: Add 5719 PCI device and phy IDsMatt Carlson2-1/+5
2010-06-06tg3: Add 5719 ASIC revMatt Carlson2-18/+52
2010-06-06tg3: Use devfn to determine function numberMatt Carlson2-10/+4
2010-06-06tg3: 5717: Allow serdes link via parallel detectMatt Carlson1-1/+5
2010-06-06tg3: Allow single MSI-X vector allocationsMatt Carlson1-12/+12
2010-06-06tg3: Off-by-one error in RSS setupMatt Carlson1-1/+1
2010-06-06tg3: Fix a memory leak on 5717+ devicesMatt Carlson1-2/+2
2010-06-06tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2-0/+4
2010-06-06tg3: Relocate APE mutex regs for 5717+Matt Carlson2-12/+38
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller22-172/+179
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-06-05iwlwifi: fix wrapping when handling aggregated batchesDaniel Halperin1-6/+45
2010-06-05iwlwifi: parse block ack responses correctlyDaniel Halperin1-5/+8
2010-06-05iwlwifi: remove unused parameterWey-Yi Guy1-1/+0
2010-06-05iwlwifi: queue user-initiated scan when doing internal scanJohannes Berg3-11/+31
2010-06-05iwlwifi: generic scan TX antenna forcingJohannes Berg6-11/+19
2010-06-05iwlwifi: do not use huge command buffer for channel switchWey-Yi Guy2-2/+2
2010-06-05iwlwifi: reduce memory allocationJohannes Berg7-34/+35
2010-06-05iwlwifi: kzalloc txb arrayJohannes Berg1-1/+1
2010-06-05iwlagn: fix bug in txq freeingJohannes Berg1-2/+9
2010-06-05iwl3945: fix bugs in txq freeingJohannes Berg1-6/+8
2010-06-05iwlwifi: remove inaccurate commentWey-Yi Guy1-1/+1
2010-06-05iwlwifi: remove priv->mac_addrJohannes Berg2-5/+2
2010-06-05iwlwifi: beacon internal time unitWey-Yi Guy1-2/+2
2010-06-05iwlwifi: support channel switch offload in driverWey-Yi Guy6-51/+257
2010-06-05iwlwifi: beacon format related helper functionWey-Yi Guy10-53/+113
2010-06-05iwlwifi: remove unused parameter in iwl_privWey-Yi Guy3-7/+0
2010-06-05iwlwifi: do not clear data after chain noise calibShanyu Zhao2-18/+23
2010-06-05iwlwifi: remove debug frame dumpingJohannes Berg2-285/+0
2010-06-05iwlwifi: use virtual interface address for scanJohannes Berg4-5/+9
2010-06-05iwlwifi: set MAC address in RXON from interfaceJohannes Berg1-1/+4
2010-06-05iwlwifi: remove mac_addr assignmentJohannes Berg2-6/+6
2010-06-05iwlwifi: remove unused wlap_bssid_addr assignmentJohannes Berg1-1/+0
2010-06-05iwlwifi: remove useless node_addr assignmentsJohannes Berg2-4/+0
2010-06-05iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach1-159/+159
2010-06-05iwl3945: fix internal scanAbhijeet Kolekar4-31/+96
2010-06-05iwl3945: enable stuck queue detection on 3945Reinette Chatre1-0/+1
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma1-0/+1
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov1-2/+20
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek3-5/+195