| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: net: use skb_headlen() | Eric Dumazet | 2010-04-14 | 15 | -30/+30 |
* | virtio_net: Fix mis-merge. | David S. Miller | 2010-04-14 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-14 | 7 | -8/+16 |
|\ |
|
| * | tun: orphan an skb on tx | Michael S. Tsirkin | 2010-04-14 | 1 | -0/+4 |
| * | forcedeth: fix tx limit2 flag check | Ayaz Abdulla | 2010-04-13 | 1 | -1/+1 |
| * | smc91c92_cs: define multicast_table as unsigned char | Ken Kawasaki | 2010-04-13 | 1 | -7/+6 |
| * | e1000e: stop cleaning when we reach tx_ring->next_to_use | Terry Loftin | 2010-04-13 | 1 | -0/+2 |
| * | igb: restrict WoL for 82576 ET2 Quad Port Server Adapter | Stefan Assmann | 2010-04-13 | 2 | -0/+2 |
| * | virtio_net: missing sg_init_table | Shirley Ma | 2010-04-12 | 1 | -0/+2 |
* | | stmmac: updated the drv module version | Giuseppe CAVALLARO | 2010-04-14 | 1 | -1/+1 |
* | | stmmac: fix vlan support setup | Giuseppe CAVALLARO | 2010-04-14 | 2 | -5/+5 |
* | | stmmac: get the descriptor structure from platform | Giuseppe CAVALLARO | 2010-04-14 | 2 | -4/+9 |
* | | stmmac: fix Transmit FIFO flush operation | Giuseppe CAVALLARO | 2010-04-14 | 6 | -13/+12 |
* | | stmmac: rework normal and enhanced descriptors | Giuseppe CAVALLARO | 2010-04-14 | 12 | -584/+627 |
* | | stmmac: split core and dma for the mac10/100 | Giuseppe CAVALLARO | 2010-04-14 | 4 | -200/+234 |
* | | be2net: clarify promiscuous cmd with a comment | Sathya Perla | 2010-04-13 | 1 | -0/+4 |
* | | drivers: net: last_rx elimination | Eric Dumazet | 2010-04-13 | 7 | -9/+0 |
* | | Fix some #includes in CAN drivers (rebased for net-next-2.6) | Hans J. Koch | 2010-04-13 | 13 | -13/+0 |
* | | bcm63xx_enet: do not overwrite ENET_CTL_REG value | Florian Fainelli | 2010-04-13 | 1 | -1/+3 |
* | | PHY: fix typo in bcm63xx PHY driver table | Florian Fainelli | 2010-04-13 | 1 | -1/+1 |
* | | chelsio: Fix build warning. | David S. Miller | 2010-04-13 | 1 | -1/+1 |
* | | e1000e: use static params to save stack space | Jesse Brandeburg | 2010-04-13 | 1 | -8/+8 |
* | | igb: modify register test for i350 to reflect read only bits in RDLEN/TDLEN | Alexander Duyck | 2010-04-13 | 1 | -4/+4 |
* | | myri10ge: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 1 | -22/+22 |
* | | qlge: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 2 | -33/+33 |
* | | cxgb3: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 1 | -10/+10 |
* | | chelsio: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 1 | -25/+25 |
* | | qla3xxx: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 2 | -36/+36 |
* | | tg3: use the DMA state API instead of the pci equivalents | FUJITA Tomonori | 2010-04-13 | 2 | -22/+22 |
* | | tg3: Update version to 3.110 | Matt Carlson | 2010-04-13 | 1 | -2/+2 |
* | | tg3: Remove function errors flagged by checkpatch | Matt Carlson | 2010-04-13 | 1 | -9/+9 |
* | | tg3: Unify max pkt size preprocessor constants | Matt Carlson | 2010-04-13 | 2 | -3/+2 |
* | | tg3: Re-inline VLAN tags when appropriate | Matt Carlson | 2010-04-13 | 1 | -11/+33 |
* | | tg3: Optimize rx double copy test | Matt Carlson | 2010-04-13 | 2 | -10/+27 |
* | | tg3: Reduce 57765 core clock when link at 10Mbps | Matt Carlson | 2010-04-13 | 1 | -0/+5 |
* | | tg3: Set card 57765 card reader MRRS to 1024B | Matt Carlson | 2010-04-13 | 2 | -0/+3 |
* | | tg3: Disable CLKREQ in L2 | Matt Carlson | 2010-04-13 | 2 | -0/+16 |
* | | gianfar: Add hardware TX timestamping support | Manfred Rudigier | 2010-04-13 | 2 | -20/+101 |
* | | gianfar: Add hardware RX timestamping support | Manfred Rudigier | 2010-04-13 | 2 | -5/+66 |
* | | Add non-Virtex5 support for LL TEMAC driver | John Linn | 2010-04-13 | 3 | -38/+115 |
* | | net: ll_temac: remove virt_to_bus call | John Linn | 2010-04-13 | 1 | -3/+1 |
* | | r6040: use (dev|netdev)_<level> macros helpers | Florian Fainelli | 2010-04-13 | 1 | -14/+13 |
* | | can: Add esd board support to plx_pci CAN driver | Matthias Fuchs | 2010-04-13 | 2 | -12/+145 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 449 | -186/+531 |
|\ \
| |/ |
|
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-04-11 | 445 | -117/+377 |
| |\ |
|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-04-06 | 32 | -53/+13998 |
| | |\ |
|
| | * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 442 | -116/+374 |
| | * | | iwlwifi: don't include iwl-dev.h from iwl-devtrace.h | Tejun Heo | 2010-03-30 | 3 | -1/+3 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-04-09 | 1 | -4/+9 |
| |\ \ \ |
|
| | * | | | iwlwifi: need check for valid qos packet before free | Wey-Yi Guy | 2010-04-08 | 1 | -4/+9 |