summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-15netfilter: ct_extend: fix the wrong alloc_sizeChangli Gao1-3/+2
2010-11-15netfilter: xt_LOG: do print MAC header on FORWARDJan Engelhardt2-4/+2
2010-11-12netfilter: xt_NFQUEUE: remove modulo operationsChangli Gao1-2/+4
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao6-15/+13
2010-11-12ipv4: Make rt->fl.iif tests lest obscure.David S. Miller9-20/+42
2010-11-11Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller6-236/+225
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-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGerrit Renker4-12/+50
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGerrit Renker3-83/+79
2010-11-10dccp ccid-2: Ack Vector interface clean-upGerrit Renker5-173/+128
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-09af_unix: optimize unix_dgram_poll()Eric Dumazet1-0/+4
2010-11-09af_unix: fix unix_dgram_poll() behavior for EPOLLOUT eventEric Dumazet1-15/+9
2010-11-09af_unix: use keyed wakeupsEric Dumazet1-2/+4
2010-11-09decnet: RCU conversion and get rid of dev_base_lockEric Dumazet8-88/+127
2010-11-09bonding: remove dev_base_lock useEric Dumazet1-4/+4
2010-11-09aoe: remove dev_base_lock use from aoecmd_cfg_pkts()Eric Dumazet1-3/+3
2010-11-09ks8851: suspend resume supportArce, Abraham1-0/+33
2010-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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/tyt...Linus Torvalds6-91/+214
2010-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds27-43/+47