summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-16bonding: add the debugfs interface to see RLB hash tableTaku Izumi
2010-12-16bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi
2010-12-16cxgb4: NUMA-aware Tx queue allocationsDimitris Michailidis
2010-12-16cxgb4: extend VPD parsingDimitris Michailidis
2010-12-16cxgb4: add const to static arraysJoe Perches
2010-12-16cxgb4: remove a bitmapDimitris Michailidis
2010-12-16cxgb4: remove the name field from the adapter structureDimitris Michailidis
2010-12-16cxgb4: correct formatting of MSI-X interrupt namesDimitris Michailidis
2010-12-16cxgb4: allocate more space for MSI-X interrupt namesDimitris Michailidis
2010-12-16cxgb4: print port information after registering each netdevDimitris Michailidis
2010-12-16cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 portsDimitris Michailidis
2010-12-16cxgb4: set the number of queues before device registrationDimitris Michailidis
2010-12-16cxgb4: do not read the clock frequency from VPDDimitris Michailidis
2010-12-16cxgb4: enable PCIe relaxed orderingDimitris Michailidis
2010-12-16bnx2x: update version to 1.62.00-2Vladislav Zolotarov
2010-12-16bnx2x: replace FW to 6.2.5Vladislav Zolotarov
2010-12-16bnx2x: Add DCB/PFC support - link layerVladislav Zolotarov
2010-12-16bnx2x: add DCB supportVladislav Zolotarov
2010-12-16bnx2x: add a select queue callbackVladislav Zolotarov
2010-12-16bnx2x: add FCoE ringVladislav Zolotarov
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2010-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-13pch_can: Replace netif_rx to netif_receive_skbTomoya
2010-12-13pch_can: Add setting TEC/REC statistics processingTomoya
2010-12-13pch_can: Optimize "if" condition in rx/tx processingTomoya
2010-12-13pch_can: Fix incorrect return processingTomoya
2010-12-13pch_can: Move MSI processing to probe/remove processingTomoya
2010-12-13pch_can: Comment optimizationTomoya
2010-12-13pch_can: Fix miss-setting status issueTomoya
2010-12-13pch_can: Fix bit timing calculation issueTomoya
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya
2010-12-13pch_can: Fix coding rule violationTomoya
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya
2010-12-13pch_can: Change Copyright and module descriptionTomoya
2010-12-13pch_can: Reduce register accessTomoya
2010-12-13pch_can: Change functions typeTomoya
2010-12-13pch_can: Rename function/macro nameTomoya
2010-12-13pch_can: Fix warningsTomoya
2010-12-13pch_can: Improve rx processingTomoya
2010-12-13pch_can: Fix endianness issueTomoya
2010-12-13pch_can: Divide poll functionTomoya
2010-12-13pch_can: Add flow control processingTomoya
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-13ehea: Use the standard logging functionsJoe Perches
2010-12-13ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller
2010-12-12hostap: don't use flush_scheduled_work()Tejun Heo