aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-11net: get rid of rtable->idevEric Dumazet4-63/+8
2010-11-11neigh: reorder struct neighbourEric Dumazet1-5/+5
2010-11-11vxge: update driver versionJon Mason1-2/+2
2010-11-11vxge: sparse and other clean-upsJon Mason3-153/+76
2010-11-11vxge: update KconfigJon Mason1-5/+14
2010-11-11vxge: correct multi-function detectionJon Mason2-3/+6
2010-11-11vxge: Titan1A detectionJon Mason4-55/+87
2010-11-11vxge: Handle errors in vxge_hw_vpath_fw_apiJon Mason1-5/+10
2010-11-11vxge: add receive hardware timestampingJon Mason2-9/+132
2010-11-11vxge: add support for ethtool firmware flashingJon Mason7-22/+500
2010-11-11vxge: serialize access to steering control registerJon Mason2-483/+325
2010-11-11vxge: cleanup debug printing and assertsJon Mason2-35/+9
2010-11-11vxge: Wait for Rx to become idle before reseting or closingJon Mason5-9/+106
2010-11-11vxge: enable rxhashJon Mason6-63/+86
2010-11-10qlge: Version change to v1.00.00.27Ron Mercer1-1/+1
2010-11-10qlge: Add firmware info to ethtool get regs.Ron Mercer4-5/+39
2010-11-09net/ipv4/tcp.c: Update WARN usesJoe Perches1-9/+7
2010-11-09net/core/dev.c: Update WARN usesJoe Perches1-2/+1
2010-11-09drivers/net/usb: Update WARN usesJoe Perches1-1/+1
2010-11-09drivers/net/can: Update WARN usesJoe Perches1-1/+1
2010-11-09drivers/net: normalize TX_TIMEOUTEric Dumazet10-10/+10
2010-11-08af_unix: optimize unix_dgram_poll()Eric Dumazet1-0/+4
2010-11-08af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet1-15/+9
2010-11-08af_unix: use keyed wakeupsEric Dumazet1-2/+4
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet8-88/+127
2010-11-08bonding: remove dev_base_lock useEric Dumazet1-4/+4
2010-11-08aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet1-3/+3
2010-11-08ks8851: suspend resume supportArce, Abraham1-0/+33
2010-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-61/+35
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov1-1/+3
2010-11-08qeth: fix race condition during device startupFrank Blaschka1-1/+1
2010-11-08qeth: remove dev_queue_xmit invocationUrsula Braun2-54/+8
2010-11-08pktgen: correct uninitialized queue_mapJunchang Wang1-2/+2
2010-11-08net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain1-0/+5
2010-11-08skge: Remove tx queue stopping in skge_devinit()Guillaume Chazarain1-1/+0
2010-11-08ipv6: fix overlap check for fragmentsShan Wei1-1/+1
2010-11-08classifier: report statistics for basic classifierstephen hemminger1-0/+4
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse1-0/+8
2010-11-08solos: Add 'Firmware' attribute for Traverse overall firmware versionDavid Woodhouse1-0/+1
2010-11-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-91/+214
2010-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds27-43/+47
2010-11-08Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6Linus Torvalds5-4/+4
2010-11-08Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds10-34/+171
2010-11-08Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds49-1482/+259
2010-11-08ext4: Add new ext4 inode tracepointsTheodore Ts'o3-0/+110
2010-11-08ext4: Don't call sb_issue_discard() in ext4_free_blocks()Theodore Ts'o1-2/+0
2010-11-08ext4: do not try to grab the s_umount semaphore in ext4_quota_offDmitry Monakhov1-5/+3
2010-11-08ext4: fix potential race when freeing ext4_io_page structuresTheodore Ts'o2-24/+16
2010-11-08ext4: handle writeback of inodes which are being freedTheodore Ts'o3-25/+38
2010-11-07net dst: need linux/cache.h for ____cacheline_aligned_in_smp.Paul Mundt1-0/+1