summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | econet: Fix crash in aun_incoming().David S. Miller2010-12-091-1/+5
* | | | | qlcnic: reset pci function unconditionally during probeRajesh Borundia2010-12-172-6/+3
* | | | | qlcnic: fix ocm window register offset calculationRajesh Borundia2010-12-171-1/+1
* | | | | qlcnic: fix LED test when interface is down.Sucheta Chakraborty2010-12-172-5/+23
* | | | | ifb: fix a lockdep splatEric Dumazet2010-12-161-1/+1
* | | | | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-1614-15/+15
* | | | | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-169-16/+13
* | | | | net: Introduce skb_checksum_start_offset()Michał Mirosław2010-12-161-0/+5
* | | | | tcp: relax tcp_paws_check()Eric Dumazet2010-12-161-1/+7
* | | | | net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-163-49/+99
* | | | | net: Add batman-adv meshing protocolSven Eckelmann2010-12-1646-0/+10278
* | | | | net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-163-3/+4
* | | | | bonding: add the debugfs interface to see RLB hash tableTaku Izumi2010-12-161-0/+50
* | | | | bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi2010-12-162-36/+38
* | | | | cxgb4: NUMA-aware Tx queue allocationsDimitris Michailidis2010-12-161-7/+10
* | | | | cxgb4: extend VPD parsingDimitris Michailidis2010-12-161-20/+21
* | | | | cxgb4: add const to static arraysJoe Perches2010-12-161-24/+24
* | | | | cxgb4: remove a bitmapDimitris Michailidis2010-12-162-3/+1
* | | | | cxgb4: remove the name field from the adapter structureDimitris Michailidis2010-12-162-23/+15
* | | | | cxgb4: correct formatting of MSI-X interrupt namesDimitris Michailidis2010-12-161-14/+7
* | | | | cxgb4: allocate more space for MSI-X interrupt namesDimitris Michailidis2010-12-161-1/+1
* | | | | cxgb4: print port information after registering each netdevDimitris Michailidis2010-12-161-32/+22
* | | | | cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 portsDimitris Michailidis2010-12-162-2/+8
* | | | | cxgb4: set the number of queues before device registrationDimitris Michailidis2010-12-161-5/+5
* | | | | cxgb4: do not read the clock frequency from VPDDimitris Michailidis2010-12-161-3/+1
* | | | | cxgb4: enable PCIe relaxed orderingDimitris Michailidis2010-12-162-0/+19
* | | | | bnx2x: update version to 1.62.00-2Vladislav Zolotarov2010-12-161-2/+2
* | | | | bnx2x: remove old FW filesVladislav Zolotarov2010-12-163-38096/+0
* | | | | bnx2x: replace FW to 6.2.5Vladislav Zolotarov2010-12-162-5/+5
* | | | | bnx2x: add FW 6.2.5 filesVladislav Zolotarov2010-12-163-0/+38120
* | | | | bnx2x: Add DCB/PFC support - link layerVladislav Zolotarov2010-12-163-39/+689
* | | | | bnx2x: add DCB supportVladislav Zolotarov2010-12-169-5/+2050
* | | | | bnx2x: add a select queue callbackVladislav Zolotarov2010-12-163-0/+33
* | | | | bnx2x: add FCoE ringVladislav Zolotarov2010-12-167-241/+631
* | | | | bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-163-7/+23
* | | | | net: Abstract default MTU metric calculation behind an accessor.David S. Miller2010-12-146-39/+60
* | | | | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-12-1412-30/+842
|\ \ \ \ \
| * | | | | tools/virtio: virtio_test toolMichael S. Tsirkin2010-12-095-0/+487
| * | | | | vhost test moduleMichael S. Tsirkin2010-12-094-0/+330
| * | | | | vhost: better variable name in loggingMichael S. Tsirkin2010-12-091-4/+4
| * | | | | vhost: correctly set bits of dirty pagesMichael S. Tsirkin2010-12-091-1/+2
| * | | | | vhost: fix typos in commentJason Wang2010-12-092-2/+2
| * | | | | vhost: remove unused includeMichael S. Tsirkin2010-12-091-2/+0
| * | | | | vhost: get/put_user -> __get/__put_userMichael S. Tsirkin2010-11-041-8/+8
| * | | | | vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin2010-11-041-1/+1
| * | | | | vhost-net: batch use/unuse mmMichael S. Tsirkin2010-11-042-8/+6
| * | | | | vhost: put mm after thread stopMichael S. Tsirkin2010-11-041-4/+3
| * | | | | drivers/vhost/vhost.c: delete double assignmentJulia Lawall2010-10-261-1/+0
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-14114-2331/+4237
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-13114-2331/+4237
| |\ \ \ \ \ \