aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-07ip: Router Alert RCU conversionEric Dumazet3-18/+18
2010-06-07macvlan: use call_rcu for port freeJiri Pirko1-2/+10
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. Linville16-234/+340
2010-06-07mac80211: fix lock leak w/ ARP filtering and w/o CONFIG_INETJohn W. Linville1-2/+1
2010-06-07iwlwifi: fix-up botched revertJohn W. Linville1-1/+1
2010-06-07mac80211: fix function pointer checkHolger Schurig1-1/+1
2010-06-07wireless: remove my name from the maintainer listZhu Yi1-4/+0
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-07ipmr: dont corrupt listsEric Dumazet2-2/+6
2010-06-078139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov1-0/+1
2010-06-07net: Remove unnecessary net action assertionjamal1-3/+0
2010-06-07net sched: make pedit check for clones insteadjamal1-2/+1
2010-06-07htb: remove two unnecessary assignmentsChangli Gao1-2/+0
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-06-07raw: avoid two atomics in xmitEric Dumazet2-8/+12
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert2-9/+86
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. Miller49-270/+323
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
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