aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip
AgeCommit message (Expand)AuthorFilesLines
2011-08-12ewrk3/tulip: Move the DEC - Tulip driversJeff Kirsher18-21304/+0
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+0
2011-07-18tulip: dmfe: Remove old log spamming pr_debugsJoe Perches1-4/+0
2011-07-04net: de4x5: Use helpers from linux/etherdevice.hTobias Klauser1-4/+3
2011-07-01net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-4/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan3-0/+3
2011-05-31Revert "net: fix section mismatches"David S. Miller1-2/+2
2011-05-09tulip: Use pr_<level> where appropriateJoe Perches5-29/+14
2011-05-09tulip: Convert uses of KERN_DEBUGJoe Perches12-182/+166
2011-05-09tulip: Convert printks to netdev_<level>Joe Perches7-180/+170
2011-05-09tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches1-121/+13
2011-04-29tulip/de2104x: don't report different speeds depending on port typeDavid Decotigny1-7/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2-6/+6
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-18net: fix section mismatchesMichał Mirosław1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi3-5/+5
2010-12-21drivers/net/*/: Use static constJoe Perches1-6/+12
2010-12-21tulip: Use DEFINE_PCI_DEVICE_TABLE and static constJoe Perches1-6/+9
2010-12-02tulip: fix hang in dmfe driver on sending of big packetAlexander V. Lukyanov1-3/+3
2010-11-03de2104x: fix panic on loadEric Dumazet1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2010-10-03drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixesAndrew Morton1-1/+2
2010-09-29de2104x: remove experimental statusOndrej Zary1-2/+2
2010-09-29de2104x: disable media debug messages by defaultOndrej Zary1-1/+2
2010-09-27de2104x: fix ethtoolOndrej Zary1-2/+5
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+34
2010-09-26drivers/net: return operator cleanupEric Dumazet2-19/+19
2010-09-26de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-26de2104x: fix power managementOndrej Zary1-0/+3
2010-09-24de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-09-16drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg1-1/+1
2010-09-13net/de4x5: remove undefined operationsAndreas Schwab1-9/+9
2010-09-03tulip: use integrated netdev statsEric Dumazet3-40/+50
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches3-3/+3
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-15/+0
2010-08-09fix printk typo 'faild'Paul Bolle1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-10/+10
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-34/+180
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-2/+3
2010-08-02Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof Hałasa1-0/+6
2010-07-14tulip: formatting of pointers in printk()Kulikov Vasiliy2-4/+4
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-10/+10
2010-06-15alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen1-2/+3
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-06-01drivers/net/tulip/eeprom.c: Remove unnecessary kmalloc castsJoe Perches1-5/+5
2010-06-01tulip: implement wake-on-lan supportSteven Walter2-23/+156
2010-06-01tulip: explicity set to D0 power state during initSteven Walter1-0/+7
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches4-73/+0
2010-05-10net: trans_start cleanupsEric Dumazet7-15/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-4/+4
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+5
2010-04-03net: convert multicast list to list_headJiri Pirko6-37/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo7-4/+4
2010-03-28tulip: Add missing parens.David S. Miller1-1/+1
2010-03-26tulip: Fix null dereference in uli526x_rx_packet()Kyle McMartin1-3/+5
2010-03-24net/tulip: remove trailing space in messagesFrans Pop2-5/+5
2010-03-13drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messagesJoe Perches1-24/+30
2010-02-18tulip: convert to use netdev_for_each_mc_addrJiri Pirko6-50/+35
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko6-29/+37
2010-01-31tulip/xircom_cb.c: Use dev_<level> and pr_<level>Joe Perches1-19/+25
2010-01-31tulip/winbond-840.c: Use dev_<level> and pr_<level>Joe Perches1-87/+90
2010-01-31tulip/uli526x.c: Use dev_<level> and pr_<level>Joe Perches1-19/+27
2010-01-31tulip/timer.c: Use dev_<level> and pr_<level>Joe Perches1-27/+25
2010-01-31tulip/pnic2.c: Use dev_<level> and pr_<level>Joe Perches1-29/+30
2010-01-31tulip/pnic.c: Use dev_<level> and pr_<level>Joe Perches1-16/+17
2010-01-31tulip/media.c: Use dev_<level> and pr_<level>Joe Perches1-38/+36
2010-01-31tulip/interrupt.c: Use dev_<level> and pr_<level>Joe Perches1-47/+53
2010-01-31tulip/eeprom.c: Use dev_<level> and pr_<level>Joe Perches1-23/+24
2010-01-31tulip/dmfe.c: Use dev_<level> and pr_<level>Joe Perches1-36/+31
2010-01-31tulip/de2104x.c: Use dev_<level> and pr_<level>Joe Perches1-70/+68
2010-01-31tulip/21142.c: Use dev_<level> and pr_<level>Joe Perches1-37/+39
2010-01-31tulip_core: Use dev_<level> and pr_<level>Joe Perches1-80/+82
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-01-23Please add support for Microsoft MN-120 PCMCIA network cardRon Murray1-0/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+50
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan6-6/+6
2010-01-07dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings3-7/+50
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches8-38/+40
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches5-6/+6
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2-4/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2009-09-01tulip: convert drivers to netdev_tx_tStephen Hemminger7-17/+23
2009-08-14drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-15/+18
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+3
2009-08-02tulip: Read buffer overflowroel kluin1-3/+3
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches3-12/+15
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy5-6/+6
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy4-6/+6
2009-06-11de2104x: support for systems lacking cache coherenceRisto Suominen2-1/+24
2009-05-01net: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang3-3/+3
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-16/+29
2009-03-18tulip: fix crash on iface up with shirq debugKyle McMartin1-16/+29
2009-03-13tulip: Fix for MTU problems with 802.1q tagged framesTomasz Lemiech2-30/+86
2009-02-26tulip: get rid of warning for non-const string literalStephen Hemminger4-6/+7
2009-02-17drivers/net/tulip: fix sparse warning: symbol shadows an earlier oneHannes Eder2-7/+5
2009-02-17drivers/net/tulip: fix warning: format not a string literal and no ...Hannes Eder2-2/+3
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2009-02-08de2104x: force correct order when writing to rx ringRisto Suominen1-1/+2
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-02-02net: variables reach -1, but 0 testedRoel Kluin1-1/+1
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+19
2009-01-29tulip: fix 21142 with 10Mbps without negotiationPhilippe De Muyter1-4/+19
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2009-01-07windbond: convert devices to new APIStephen Hemminger1-9/+14
2009-01-07uli526x: convert devices to new APIStephen Hemminger1-36/+27
2009-01-07dmfe: convert to new APIStephen Hemminger1-37/+25
2009-01-07xircom: convert devices to new APIStephen Hemminger1-24/+19
2009-01-07de4x5: convert to net_device_opsStephen Hemminger1-7/+13
2009-01-07de2104x: convert to net_device_opsStephen Hemminger1-6/+13
2009-01-07tulip: convert devices to new APIStephen Hemminger1-10/+17
2008-12-26drivers/net/tulip: fix sparse warnings: make do-while a compound statementHannes Eder2-4/+4
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+4
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen3-24/+24
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller7-8/+0
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+11
2008-10-27net: convert print_mac to %pMJohannes Berg7-37/+20
2008-10-27dmfe: check pci_alloc_consistent errorsFUJITA Tomonori1-1/+11
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-2/+2
2008-10-13de2104x: wrong MAC address fixMartin Langer1-0/+1
2008-09-24tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer1-1/+0
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller1-30/+8
2008-07-22de4x5: Remove developer debug feature about set/clear promiscWang Chen2-18/+1
2008-06-28tulip: remove wrapper around get_unalignedHarvey Harrison1-6/+4
2008-06-24drivers/net/tulip: update first comment in tulip filesGrant Grundler9-30/+20
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+1
2008-05-30[netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2Grant Grundler1-2/+8
2008-05-22uli526x: add support for netpollAnton Vorontsov1-1/+15
2008-05-06uli526x: fix endianness issues in the setup frameAnton Vorontsov1-12/+18
2008-05-06uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov1-4/+4
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison4-29/+25
2008-04-16[netdrvr] tulip: Better MWI workaround for 21143 rev 65 chip errataPeter Horton2-15/+11
2008-04-16[netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp oursJeff Garzik1-2/+3
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-1/+12
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2-1/+12
2008-03-22Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller3-1741/+1
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler1-3/+7
2008-03-17remove the obsolete xircom_tulip_cb driverAdrian Bunk3-1741/+1
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary1-1/+2
2008-02-23uli526x partially recognizing interfaceGrant Grundler1-1/+11
2008-02-05xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw1-1/+1
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik1-2/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-1/+1
2008-01-23[TULIP] DMFE: Fix SROM parsing regression.David S. Miller1-3/+3
2008-01-12endianness noise in tulip_coreAl Viro1-1/+2
2008-01-12de4x5 fixesAl Viro1-84/+43
2008-01-12xircom_cb endianness fixesAl Viro1-28/+26
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-5/+0
2008-01-08[TULIP]: NAPI full quantum bug.Stephen Hemminger1-1/+2
2007-11-23dmfe: checkpatch fix (add whitespace)Jeff Garzik1-1/+1
2007-11-23NET: dmfe: don't access configuration space in D3 stateMaxim Levitsky1-2/+2
2007-11-12[NET]: Remove references to net-modules.txt.Adrian Bunk1-14/+7
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-19Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+6
2007-10-19NAPI: kconfig prompt and deleted doc fileRandy Dunlap1-8/+6
2007-10-20Typo: depricated -> deprecatedRolf Eike Beer1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-2/+2
2007-10-14more tulip endianness annotationsAl Viro1-1/+1
2007-10-14more trivial signedness fixes in driversAl Viro1-2/+3
2007-10-10Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Micah Gruber1-5/+0
2007-10-10Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang1-1/+0
2007-10-10tulip: endianness annotationsAl Viro6-28/+28
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches7-70/+47
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2-4/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle8-8/+0
2007-10-10uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki1-6/+102
2007-10-10net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-34/+34
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-07-15fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-35/+23
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok5-34/+22
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller4-8/+8
2007-07-08Use menuconfig objects II - netdev (general+100mbit)Jan Engelhardt1-14/+13
2007-07-08tulip: Convert to generic booleanRichard Knutsson2-58/+49
2007-07-08drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-1/+0
2007-05-09Fix occurrences of "the the "Michael Opdenacker3-3/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare5-4/+1
2007-04-28Rev tulip versionValerie Henson1-3/+3
2007-04-28Fix tulip SytemError typoValerie Henson3-4/+4
2007-04-28TULIP: Natsemi dp83840a PHY fixThibaut VARENE1-1/+17
2007-04-28TULIP: Fix for 64-bit MIPSValerie Henson2-4/+25
2007-04-28dmfe: add support for Wake on lanMaxim Levitsky1-2/+64
2007-04-28dmfe: add support for suspend/resumeMaxim Levitsky1-3/+49
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-27/+19
2007-04-26[TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller1-11/+7
2007-04-26[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller5-16/+12
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo5-9/+13
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-3/+11
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo8-18/+4