aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov8-25/+5
2008-07-22netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller4-0/+11
2008-07-21mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference at 0000000000000370Ian Schram1-6/+12
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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds379-53115/+73427
2008-07-20m68k/Apollo: remove the unused APOLLO_ELPLUS optionGeert Uytterhoeven1-9/+0
2008-07-20ariadne: use netstats in net_device structurePaulius Zaleckas1-25/+22
2008-07-20Merge branch 'configfs-fixup-ptr-error' of git://oss.oracle.com/git/jlbec/linux-2.6Linus Torvalds1-6/+4
2008-07-20Fix strip driver back up for ldisc/tty changesAlan Cox1-1/+1
2008-07-20tty: Ldisc revampAlan Cox8-9/+9
2008-07-18bnx2: Update version to 1.7.9.Benjamin Li1-2/+2
2008-07-18bnx2: Fix Sparse warningsBenjamin Li1-2/+0
2008-07-18bnx2: Add TX multiqueue support.Benjamin Li2-18/+38
2008-07-18bnx2: Update TPAT firmwareBenjamin Li1-233/+233
2008-07-18e1000: 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/linux-2.6David S. Miller53-3826/+492
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller1-20/+0
2008-07-17niu: Add TX multiqueue support.David S. Miller1-20/+25
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller9-11/+11
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller1-4/+4
2008-07-17net: Use queue aware tests throughout.David S. Miller5-73/+39
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller4-7/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller5-11/+25
2008-07-17igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2-53/+0
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+1
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker1-6/+4
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds1-4/+6
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy5-36/+5
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy5-27/+57
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-13/+7
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt27-1613/+167
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar1-1/+1
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman1-13/+7
2008-07-15wireless: fix warnings from QoS patchJohannes Berg2-44/+8
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller3-24/+12
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller7-0/+36
2008-07-14mlx4_core: Use MOD_STAT_CFG command to get minimal page sizeVladimir Sokolovsky3-0/+41
2008-07-14RDMA/cxgb3: Fixes for zero STagSteve Wise1-1/+1
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne1-4/+13
2008-07-14RDMA/cxgb3: Add support for protocol statisticsSteve Wise2-0/+8
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt8-38/+68
2008-07-14bnx2: Update version to 1.7.8.Michael Chan1-2/+2
2008-07-14bnx2: Support secondary MAC addresses.Benjamin Li2-8/+32
2008-07-14bnx2: Allow flexible VLAN tag settings.Michael Chan2-17/+33