summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/ethernet/sis/sis900.c: fix error return codePeter Senna Tschudin2012-10-071-1/+3
* drivers/net/ethernet/natsemi/natsemi.c: fix error return codePeter Senna Tschudin2012-10-071-2/+2
* drivers/net/ethernet/dec/tulip/dmfe.c: fix error return codePeter Senna Tschudin2012-10-071-3/+9
* net: remove skb recyclingEric Dumazet2012-10-078-102/+16Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-053-14/+13Star
|\
| * Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-1715-186/+71Star
| |\
| | * Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-1353-227/+316
| | |\
| * | \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-0753-232/+316
| |\ \ \ | | | |/ | | |/|
| * | | ehea: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-053-14/+13Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-0513-143/+163
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-046-114/+112Star
| |\ \ \ \
| | * | | | ixgbe: add support for X540-AT1joshua.a.hay@intel.com2012-10-033-0/+4
| | * | | | ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov2012-10-031-1/+1
| | * | | | ixgbe: fix PTP ethtool timestamping functionJacob Keller2012-10-031-4/+1Star
| | * | | | ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-032-61/+48Star
| | * | | | ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller2012-10-031-89/+99
| * | | | | cxgb4: Fix build error due to missing linux/vmalloc.h include.David S. Miller2012-10-041-0/+1
| * | | | | bnx2x: fix ring size for 10G functionsYuval Mintz2012-10-031-7/+10
| * | | | | cxgb4: Dynamically allocate memory in t4_memory_rw() and get_vpd_params()Vipul Pandya2012-10-031-13/+30
| |/ / / /
| * | | | tg3: Fix sparse warnings.Michael Chan2012-10-031-5/+6
| * | | | bnx2x: use strlcpy() to copy a stringDan Carpenter2012-10-031-3/+2Star
| * | | | net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin2012-10-031-0/+1
| * | | | pch_gbe: Fix PTP dependencies.David S. Miller2012-10-031-1/+1
* | | | | drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() functionTakuya Yoshikawa2012-10-052-10/+4Star
* | | | | drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-053-16/+4Star
* | | | | sections: fix section conflicts in drivers/netAndi Kleen2012-10-0511-11/+11
|/ / / /
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-039-193/+1113
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-029-193/+1113
| |\ \ \ \ \
| | | * | | | mlx4_core: Disable SENSE_PORT for multifunction devicesRoland Dreier2012-10-011-0/+3
| | | * | | | mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAsRoland Dreier2012-10-012-14/+15
| | | * | | | mlx4_core: Stash PCI ID driver_data in mlx4_priv structureRoland Dreier2012-10-012-13/+22
| | | * | | | mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier2012-10-013-26/+38
| | | * | | | mlx4_core: Trivial cleanups to driver log messagesRoland Dreier2012-10-011-5/+4Star
| | | * | | | mlx4_core: Trivial readability fix: "0X30" -> "0x30"Roland Dreier2012-10-011-1/+1
| | | * | | | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2012-10-014-114/+205
| | | * | | | mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2012-10-013-0/+34
| | | * | | | mlx4: Activate SR-IOV mode for IBJack Morgenstein2012-10-011-6/+0Star
| | | * | | | IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2012-10-013-2/+8
| | | * | | | mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV modeJack Morgenstein2012-10-012-17/+92
| | | * | | | net/mlx4_core: Adjustments to SET_PORT for IB SR-IOVJack Morgenstein2012-10-011-0/+10
| | | * | | | IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein2012-10-011-0/+6
| | | * | | | mlx4: Add alias_guid mechanismJack Morgenstein2012-10-011-2/+4
| | | * | | | mlx4_core: Add IB port-state machine and port mgmt event propagationJack Morgenstein2012-10-012-16/+222
| | | * | | | mlx4: MAD_IFC paravirtualizationJack Morgenstein2012-10-011-0/+162
| | | * | | | mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2012-10-014-12/+275
| | | * | | | IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein2012-10-011-0/+3
| | | * | | | mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein2012-10-015-4/+50
| | |/ / / / | |/| | | |
| | * | | | mlx4_core: Remove annoying debug message in the resource trackerOr Gerlitz2012-10-011-2/+0Star
| | * | | | mlx4_core: Fix wrong offset in parsing query device caps responseDotan Barak2012-10-011-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02113-4083/+8935
|\ \ \ \ \