summaryrefslogtreecommitdiff
path: root/drivers/net/tulip
AgeCommit message (Expand)AuthorFilesLines
2008-01-09[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-5/+0
2008-01-09[TULIP]: NAPI full quantum bug.Stephen Hemminger1-1/+2
2007-11-24dmfe: checkpatch fix (add whitespace)Jeff Garzik1-1/+1
2007-11-24NET: dmfe: don't access configuration space in D3 stateMaxim Levitsky1-2/+2
2007-11-13[NET]: Remove references to net-modules.txt.Adrian Bunk1-14/+7
2007-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+6
2007-10-20NAPI: 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-11Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/ne...Micah Gruber1-5/+0
2007-10-11Clean up redundant PHY write line for ULi526x Ethernet driverRoy Zang1-1/+0
2007-10-11tulip: endianness annotationsAl Viro6-28/+28
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches7-70/+47
2007-10-11[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2-4/+0
2007-10-11drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle8-8/+0
2007-10-11uli526x: Add suspend and resume routines (updated)Rafael J. Wysocki1-6/+102
2007-10-11net/tulip/xircom_cb.c: remove superfulous priv assignmentMariusz Kozlowski1-1/+0
2007-10-11[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-34/+34
2007-08-01DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-07-16fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-35/+23
2007-07-12PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-07-12PCI: Change all drivers to use pci_device->revisionAuke Kok5-34/+22
2007-07-11[NET]: Kill eth_copy_and_sum().David S. Miller4-8/+8
2007-07-09Use menuconfig objects II - netdev (general+100mbit)Jan Engelhardt1-14/+13
2007-07-09tulip: Convert to generic booleanRichard Knutsson2-58/+49
2007-07-09drivers/net: fix comparisons of unsigned < 0Bill Nottingham1-1/+0
2007-05-09Fix occurrences of "the the "Michael Opdenacker3-3/+3
2007-05-03PCI: 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-26[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo5-9/+13
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-3/+11
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo8-18/+4
2007-03-15[PATCH] dmfe trivial endianness annotationsAl Viro1-3/+3
2007-03-06__devinit & __devexit cleanups for de2104x driverPrarit Bhargava1-3/+3
2007-03-06dmfe: Fix link detectionMaxim Levitsky1-18/+40