summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'r8169-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jeff Garzik2008-07-221-9/+5
| | |\ \ \ \ \
| | | * | | | | r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06Marcus Sundberg2008-07-201-2/+4
| | | * | | | | r8169: multicast register updateFrancois Romieu2008-07-201-7/+1
| * | | | | | | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov2008-07-228-25/+5
| * | | | | | | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-224-0/+11
| |/ / / / / /
| * | | | | | mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference ...Ian Schram2008-07-211-6/+12
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2211-699/+175
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-22390-53170/+73475
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala2008-07-168-692/+5
| * | | | | | | gianfar: Add magic packet and suspend/resume support.Scott Wood2008-07-163-6/+169
* | | | | | | | arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers2008-07-213-5/+5
* | | | | | | | 3c59x: handle pci_name() being constGreg Kroah-Hartman2008-07-211-1/+1
* | | | | | | | device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-4/+5
| |/ / / / / / |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-215-8/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | hdlcdrv: Fix CRC calculation.Micah Dowty2008-07-211-0/+1
| * | | | | | sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller2008-07-211-4/+0
| * | | | | | ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
| * | | | | | gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
| * | | | | | atl1: Do not wake queue before queue has been started.David S. Miller2008-07-211-2/+1
* | | | | | | Merge branch 'linus' into xen-64bitIngo Molnar2008-07-21387-53165/+73463
|\| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-20379-53115/+73427
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | bnx2: Update version to 1.7.9.Benjamin Li2008-07-181-2/+2
| | * | | | | bnx2: Fix Sparse warningsBenjamin Li2008-07-181-2/+0
| | * | | | | bnx2: Add TX multiqueue support.Benjamin Li2008-07-182-18/+38
| | * | | | | bnx2: Update TPAT firmwareBenjamin Li2008-07-181-233/+233
| | * | | | | e1000: resolve tx multiqueue bugBen Hutchings2008-07-181-0/+2
| | * | | | | igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher2008-07-183-4/+10
| | * | | | | Revert "remove the strip driver"David S. Miller2008-07-183-0/+2829
| | * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1853-3826/+492
| | |\ \ \ \ \
| | * | | | | | pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-20/+0
| | * | | | | | niu: Add TX multiqueue support.David S. Miller2008-07-171-20/+25
| | * | | | | | netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-179-11/+11
| | * | | | | | netdev: netdev_priv() can now be sane again.David S. Miller2008-07-171-4/+4
| | * | | | | | net: Use queue aware tests throughout.David S. Miller2008-07-175-73/+39
| | * | | | | | netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-174-7/+0
| | * | | | | | netdev: Allocate multiple queues for TX.David S. Miller2008-07-175-11/+25
| | * | | | | | igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2008-07-172-53/+0
| | * | | | | | netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-165-36/+5
| | * | | | | | netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-165-27/+57
| | * | | | | | wireless: fix warnings from QoS patchJohannes Berg2008-07-152-44/+8
| | * | | | | | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-153-24/+12
| | * | | | | | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-157-0/+36
| | * | | | | | bnx2: Update version to 1.7.8.Michael Chan2008-07-141-2/+2
| | * | | | | | bnx2: Support secondary MAC addresses.Benjamin Li2008-07-142-8/+32
| | * | | | | | bnx2: Allow flexible VLAN tag settings.Michael Chan2008-07-142-17/+33
| | * | | | | | bnx2: Add ack parameter to bnx2_fw_sync().Michael Chan2008-07-141-7/+11
| | * | | | | | bnx2: Add PCI ID for 5716.Michael Chan2008-07-141-1/+5
| | * | | | | | bnx2: Prevent ethtool -s from crashing when device is down.Michael Chan2008-07-141-1/+12
| | * | | | | | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-1442-2692/+1738
| | |\ \ \ \ \ \
| | | * | | | | | SAA9730: Remove driverRalf Baechle2008-07-114-1533/+0