aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-12
* ixgbe: add support for byte queue limitsAlexander Duyck2012-03-12
* ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher2012-03-12
* igb: fix ethtool offline testJeff Kirsher2012-03-12
* bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov2012-03-12
* bnx2x: ethtool returns req. AN even when AN failsYuval Mintz2012-03-12
* bnx2x: ethtool now returns unknown speed/duplexYuval Mintz2012-03-12
* bnx2x: mark functions as loaded on shared memoryYuval Mintz2012-03-12
* bnx2x: use param's id instead of sp_obj's idYuval Mintz2012-03-12
* bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz2012-03-12
* bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz2012-03-12
* bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2012-03-12
* lpc32xx: Added ethernet driverstigge@antcom.de2012-03-12
* net/hyperv: Add support for vlan trunking from guestsHaiyang Zhang2012-03-12
* net/hyperv: Fix data corruption in rndis_filter_receive()Haiyang Zhang2012-03-12
* r8169: enable transmit time stamping.Richard Cochran2012-03-11
* drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...Julia Lawall2012-03-11
* drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall2012-03-11
* Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2012-03-11
|\
| * r8169: stop using net_device.{base_addr, irq}.Francois Romieu2012-03-10
| * r8169: move rtl_cfg_info closer to its caller.Francois Romieu2012-03-10
| * r8169: move the netpoll handler after the irq handler.Francois Romieu2012-03-10
| * r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu2012-03-10
| * r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu2012-03-10
| * r8169: move net_device_ops beyond the methods it references.Francois Romieu2012-03-10
| * r8169: move the driver probe method to the end of the driver file.Francois Romieu2012-03-10
| * r8169: move the driver removal method to the end of the driver file.Francois Romieu2012-03-10
* | net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell2012-03-09
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-03-09
|\ \
| * | sfc: Log the part number on probeBen Hutchings2012-03-06
| * | sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings2012-03-06
| * | sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-06
| * | sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-06
| * | sfc: Test all event queues in parallelBen Hutchings2012-03-06
| * | sfc: Raise self-test timeoutsBen Hutchings2012-03-06
| * | sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings2012-03-06
| * | sfc: Update comments on efx_rx_packet_gro()Ben Hutchings2012-03-06
| * | sfc: Remove redundant function efx_nic_has_mc()Ben Hutchings2012-03-06
| * | sfc: Fix calculation of vf_i in map_vi_index()Robert Stonehouse2012-03-06
* | | ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.David S. Miller2012-03-09
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-09
|\ \
| * \ Merge tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-09
| |\ \
| | * | x86/amd: iommu_set_device_table() must not be __initJan Beulich2012-03-08
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-03-09
| |\ \ \
| | * | | drm/radeon/kms: fix hdmi duallink checksAlex Deucher2012-03-08
| | * | | drm/radeon/kms: set SX_MISC in the r6xx blit code (v2)Marek Olšák2012-03-08
| | * | | drm/radeon: deal with errors from framebuffer init path.Dave Airlie2012-03-07
| | * | | drm/radeon: fix a semaphore deadlock on pre cayman asicsChristian König2012-03-07
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-09
| |\ \ \ \
| | * | | | net/hyperv: Use the built-in macro KBUILD_MODNAME for this driverHaiyang Zhang2012-03-08