summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-23netxen: remove netxen_nic_isr.cDhananjay Phadke5-283/+122
2008-07-23netxen: pci probe and firmware init changesDhananjay Phadke4-438/+872
2008-07-23netxen: add 2MB PCI memory supportDhananjay Phadke8-272/+1492
2008-07-23netxen: add defs for new chip/boardsDhananjay Phadke7-70/+331
2008-07-23netxen: hw multicast filteringDhananjay Phadke7-49/+147
2008-07-23netxen: cleanup unused variables/functionsDhananjay Phadke6-360/+113
2008-07-23net 8390p: fix interface usageIngo Molnar4-4/+4
2008-07-23netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller4-0/+11
2008-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-699/+175
2008-07-23myri10ge: use ioremap_wcBrice Goglin1-4/+4
2008-07-23myri10ge: remove wcfifoBrice Goglin1-51/+3
2008-07-23de4x5: Remove developer debug feature about set/clear promiscWang Chen2-18/+1
2008-07-23Merge branch 'r8169-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jeff Garzik1-9/+5
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt390-53170/+73475
2008-07-22arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers3-5/+5
2008-07-223c59x: handle pci_name() being constGreg Kroah-Hartman1-1/+1
2008-07-22device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2-4/+5
2008-07-22mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference ...Ian Schram1-6/+12
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-8/+2
2008-07-21hdlcdrv: Fix CRC calculation.Micah Dowty1-0/+1
2008-07-21sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller1-4/+0
2008-07-21ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-21gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-21atl1: Do not wake queue before queue has been started.David S. Miller1-2/+1
2008-07-21Merge branch 'linus' into xen-64bitIngo Molnar387-53165/+73463
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds379-53115/+73427
2008-07-21m68k/Apollo: remove the unused APOLLO_ELPLUS optionGeert Uytterhoeven1-9/+0
2008-07-21ariadne: use netstats in net_device structurePaulius Zaleckas1-25/+22
2008-07-21Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/lin...Linus Torvalds1-6/+4
2008-07-21Fix strip driver back up for ldisc/tty changesAlan Cox1-1/+1
2008-07-21tty: Ldisc revampAlan Cox8-9/+9
2008-07-20r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06Marcus Sundberg1-2/+4
2008-07-20r8169: multicast register updateFrancois Romieu1-7/+1
2008-07-19bnx2: Update version to 1.7.9.Benjamin Li1-2/+2
2008-07-19bnx2: Fix Sparse warningsBenjamin Li1-2/+0
2008-07-19bnx2: Add TX multiqueue support.Benjamin Li2-18/+38
2008-07-19bnx2: Update TPAT firmwareBenjamin Li1-233/+233
2008-07-19e1000: resolve tx multiqueue bugBen Hutchings1-0/+2
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher3-4/+10
2008-07-18Revert "remove the strip driver"David S. Miller3-0/+2829
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller53-3826/+492
2008-07-18pkt_sched: Kill netdev_queue lock.David S. Miller1-20/+0
2008-07-18niu: Add TX multiqueue support.David S. Miller1-20/+25
2008-07-18netdev: Convert all drivers away from netif_schedule().David S. Miller9-11/+11
2008-07-18netdev: netdev_priv() can now be sane again.David S. Miller1-4/+4
2008-07-18net: Use queue aware tests throughout.David S. Miller5-73/+39
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller4-7/+0
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller5-11/+25
2008-07-18igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2-53/+0
2008-07-18configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+1