aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-17qlcnic: fix ocm window register offset calculationRajesh Borundia1-1/+1
2010-12-17qlcnic: fix LED test when interface is down.Sucheta Chakraborty2-5/+23
2010-12-16ifb: fix a lockdep splatEric Dumazet1-1/+1
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław14-15/+15
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław9-16/+13
2010-12-16net: Introduce skb_checksum_start_offset()Michał Mirosław1-0/+5
2010-12-16tcp: relax tcp_paws_check()Eric Dumazet1-1/+7
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila3-49/+99
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann46-0/+10278
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao3-3/+4
2010-12-16bonding: add the debugfs interface to see RLB hash tableTaku Izumi1-0/+50
2010-12-16bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi2-36/+38
2010-12-16cxgb4: NUMA-aware Tx queue allocationsDimitris Michailidis1-7/+10
2010-12-16cxgb4: extend VPD parsingDimitris Michailidis1-20/+21
2010-12-16cxgb4: add const to static arraysJoe Perches1-24/+24
2010-12-16cxgb4: remove a bitmapDimitris Michailidis2-3/+1
2010-12-16cxgb4: remove the name field from the adapter structureDimitris Michailidis2-23/+15
2010-12-16cxgb4: correct formatting of MSI-X interrupt namesDimitris Michailidis1-14/+7
2010-12-16cxgb4: allocate more space for MSI-X interrupt namesDimitris Michailidis1-1/+1
2010-12-16cxgb4: print port information after registering each netdevDimitris Michailidis1-32/+22
2010-12-16cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 portsDimitris Michailidis2-2/+8
2010-12-16cxgb4: set the number of queues before device registrationDimitris Michailidis1-5/+5
2010-12-16cxgb4: do not read the clock frequency from VPDDimitris Michailidis1-3/+1
2010-12-16cxgb4: enable PCIe relaxed orderingDimitris Michailidis2-0/+19
2010-12-16bnx2x: update version to 1.62.00-2Vladislav Zolotarov1-2/+2
2010-12-16bnx2x: remove old FW filesVladislav Zolotarov3-38096/+0
2010-12-16bnx2x: replace FW to 6.2.5Vladislav Zolotarov2-5/+5
2010-12-16bnx2x: add FW 6.2.5 filesVladislav Zolotarov3-0/+38120
2010-12-16bnx2x: Add DCB/PFC support - link layerVladislav Zolotarov3-39/+689
2010-12-16bnx2x: add DCB supportVladislav Zolotarov9-5/+2050
2010-12-16bnx2x: add a select queue callbackVladislav Zolotarov3-0/+33
2010-12-16bnx2x: add FCoE ringVladislav Zolotarov7-241/+631
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov3-7/+23
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller6-39/+60
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller11-33/+75
2010-12-13net: change ip_default_ttl documentationEric Dumazet1-1/+3
2010-12-13pch_can: Replace netif_rx to netif_receive_skbTomoya1-1/+1
2010-12-13pch_can: Add setting TEC/REC statistics processingTomoya1-0/+3
2010-12-13pch_can: Optimize "if" condition in rx/tx processingTomoya1-16/+10
2010-12-13pch_can: Fix incorrect return processingTomoya1-9/+10
2010-12-13pch_can: Move MSI processing to probe/remove processingTomoya1-15/+14
2010-12-13pch_can: Comment optimizationTomoya1-7/+7
2010-12-13pch_can: Fix miss-setting status issueTomoya1-1/+1
2010-12-13pch_can: Fix bit timing calculation issueTomoya1-4/+2
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya1-12/+1
2010-12-13pch_can: Fix coding rule violationTomoya1-24/+21
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya1-8/+8
2010-12-13pch_can: Change Copyright and module descriptionTomoya1-2/+2
2010-12-13pch_can: Reduce register accessTomoya1-34/+21
2010-12-13pch_can: Change functions typeTomoya1-8/+10