summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-1019-42/+41
| * | | | MAINTAINERS: remove me from tulipKyle McMartin2010-12-101-1/+0
| * | | | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-101-0/+8
| * | | | enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri2010-12-101-1/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-1016-66/+100
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
| * | | | connector: add module aliasStephen Hemminger2010-12-101-0/+1
| * | | | net: Document the kernel_recvmsg() functionMartin Lucina2010-12-101-0/+15
| * | | | r8169: Fix runtime power managementRafael J. Wysocki2010-12-101-10/+16
| * | | | hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer2010-12-091-4/+0
| * | | | xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-091-1/+1
| * | | | net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman2010-12-092-20/+9
| * | | | econet: Fix crash in aun_incoming().David S. Miller2010-12-081-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