summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: static should be at beginning of declarationJesper Juhl2011-07-111-6/+6
* Merge branch 'master' into for-nextJiri Kosina2011-07-1173-535/+1017
|\
| * vmxnet3: round down # of queues to power of twoShreyas Bhatewara2011-07-072-2/+6
| * net: sh_eth: fix the parameter for the ETHER of SH7757Yoshihiro Shimoda2011-07-051-0/+2
| * net: sh_eth: fix cannot work half-duplex modeYoshihiro Shimoda2011-07-051-2/+2
| * vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2011-07-052-43/+96
| * greth: greth_set_mac_add would corrupt the MAC address.Kristoffer Glembo2011-07-041-4/+3
| * natsemi: silence dma-debug warningsFUJITA Tomonori2011-07-031-1/+2
| * net: 8139too: Initial necessary vlan_features to support vlanShan Wei2011-07-031-0/+1
| * Fix call trace when interrupts are disabled while sleeping function kzalloc i...Shyam Iyer2011-07-011-4/+3
| * qlge:Version change to v1.00.00.29Jitendra Kalsaria2011-07-011-1/+1
| * qlge: Fix printk priority so chip fatal errors are always reported.Jitendra Kalsaria2011-07-011-13/+9
| * qlge:Fix crash caused by mailbox execution on wedged chip.Jitendra Kalsaria2011-07-012-4/+15
| * 6pack,mkiss: fix lock inconsistencyArnd Bergmann2011-07-012-4/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-308-32/+36
| |\
| | * ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin2011-06-291-5/+3
| | * ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan2011-06-291-0/+6
| | * iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville2011-06-281-6/+6
| | * iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov2011-06-274-11/+15
| | * Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-06-272-17/+13
| | |\
| | | * iwlagn: map command buffers BIDIJohannes Berg2011-06-271-7/+10
| | | * iwlagn: fix cmd queue unmapJohannes Berg2011-06-271-4/+1
| | | * iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-241-1/+2
| | | * iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach2011-06-241-6/+1
| * | | usbnet: Remove over-broad module alias from zaurus.Dave Jones2011-06-291-10/+0
| * | | net/can: activate bit-timing calculation and netlink based drivers by defaultMarc Kleine-Budde2011-06-291-2/+2
| * | | rionet: fix NULL pointer dereference in rionet_removeYinglin Luan2011-06-291-13/+15
| * | | net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2011-06-292-6/+5
| * | | cxgb3: skb_record_rx_queue now records the queue index relative to the net_de...John (Jay) Hernandez2011-06-241-2/+2
| * | | Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller2011-06-241-1/+1
| |\ \ \
| | * | | r8169: fix wrong register use.Francois Romieu2011-06-241-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-242-1/+32
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | rtl8192cu: Fix missing firmware loadLarry Finger2011-06-221-0/+20
| | * | rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger2011-06-201-1/+12
| | |/
| * | net/usb/kalmia: signedness bug in kalmia_bind()Dan Carpenter2011-06-231-1/+1
| * | net/usb: kalmia: Various fixes for better support of non-x86 architectures.Marius B. Kotsbak2011-06-221-16/+24
| * | netconsole: fix build when CONFIG_NETCONSOLE_DYNAMIC is turned onRandy Dunlap2011-06-211-1/+2
| * | pxa168_eth: fix race in transmit path.Richard Cochran2011-06-201-1/+1
| * | netxen: fix race in skb->len accessEric Dumazet2011-06-201-2/+2
| * | hp100: fix an skb->len raceEric Dumazet2011-06-191-2/+2
| * | Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller2011-06-191-4/+6
| |\ \
| | * | r8169: fix static initializers.Francois Romieu2011-06-171-4/+6
| * | | netpoll: copy dev name of slaves to struct netpollWANG Cong2011-06-191-0/+1
| |/ /
| * | farsync: add module_put to error path in fst_open()Pavel Shved2011-06-171-1/+3
| * | fs_enet: fix freescale FCC ethernet dp buffer alignmentClive Stubbings2011-06-171-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-172-1/+5
| |\ \ | | |/
| | * mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam2011-06-151-1/+3
| | * mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar2011-06-151-0/+2
| * | netdev: bfin_mac: fix memory leak when freeing dma descriptorsSonic Zhang2011-06-171-10/+10
| * | tun: teach the tun/tap driver to support netpollNeil Horman2011-06-161-1/+23