summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-11wl12xx: declare MODULE_FIRMWAREBen Hutchings2-0/+2
2009-11-11prism54: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-11orinoco: declare MODULE_FIRMWAREBen Hutchings1-0/+6
2009-11-11mwl8k: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-11libertas_tf_usb: declare MODULE_FIRMWAREBen Hutchings1-0/+2
2009-11-11libertas: declare MODULE_FIRMWAREBen Hutchings4-0/+13
2009-11-11iwmc3200wifi: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-11-11ipw2200: declare MODULE_FIRMWAREBen Hutchings1-0/+5
2009-11-11ipw2100: declare MODULE_FIRMWAREBen Hutchings1-0/+6
2009-11-11atmel: declare MODULE_FIRMWAREBen Hutchings1-0/+16
2009-11-11at76c50x-usb: declare MODULE_FIRMWAREBen Hutchings1-0/+8
2009-11-11b43-pio: Fix RX error path for rev>=8 devicesMichael Buesch1-1/+5
2009-11-11staging/wireless: don't build when NET etc. are not enabledRandy Dunlap3-4/+4
2009-11-11iwlwifi: MAC_ACCESS_REQ cleanupBen Cahill4-11/+11
2009-11-11iwlwifi: Fix issue on file transfer stalled in HT modeWey-Yi Guy1-0/+1
2009-11-11iwlagn: update write pointers in iwl_irq_tasklet()Ben Cahill1-6/+3
2009-11-11iwlwifi: Add comments about MAC_ACCESS_REQBen Cahill1-0/+20
2009-11-11iwlwifi: Update comments for struct iwl_ssid_ieBen Cahill1-3/+4
2009-11-11iwlwifi: speed up event log dumpsBen Cahill2-12/+32
2009-11-11iwlwifi: Limit size of Event Log dumpBen Cahill2-0/+30
2009-11-11iwlwifi: do not base station's sm_ps setting on APWey-Yi Guy1-6/+0
2009-11-11iwlwifi: drop non-production PCI-IDsWey-Yi Guy3-108/+2
2009-11-11iwlwifi: fix for channel switchWey-Yi Guy6-25/+68
2009-11-11iwlwifi: add FIFO usage for 5000Johannes Berg1-3/+16
2009-11-11iwlwifi: remove un-used parameterWey-Yi Guy1-2/+0
2009-11-11iwlwifi: fix FIFO vs. queue confusionJohannes Berg2-4/+10
2009-11-11iwlwifi: don't double-activate queue 4Johannes Berg1-3/+7
2009-11-11iwlwifi: no periodic Tx/IQ calibration for 6x00/6x50 seriesWey-Yi Guy1-2/+0
2009-11-11iwlwifi: use configured valid rx chain for scanShanyu Zhao2-2/+2
2009-11-11iwlwifi: use only one chain for scan in PSShanyu Zhao1-1/+15
2009-11-11iwlwifi: print rx_on config to help debugWey-Yi Guy3-1/+9
2009-11-11iwlwifi: allocate 128 bytes linear buffer for rx skbZhu Yi2-2/+4
2009-11-11iwlwifi: change debug message to error in failure caseReinette Chatre1-2/+2
2009-11-11b43: Rewrite TX bounce buffer handlingMichael Buesch2-28/+39
2009-11-11CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-11IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-11decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-11s390: use RCU to walk list of network devicesstephen hemminger1-3/+5
2009-11-11net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-11vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-11netdev: add netdev_continue_rcustephen hemminger2-0/+16
2009-11-11IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-11parisc: led: Use for_each_netdev_rcu()Eric Dumazet1-5/+2
2009-11-11sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-11ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-11ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-11net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov3-3/+3
2009-11-11usbnet: Set link down initially for drivers that update link stateBen Hutchings5-9/+12
2009-11-11niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASKMarin Mitov1-5/+1
2009-11-11udp: bind() optimisationEric Dumazet4-16/+80