summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+1
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-011-2/+4
* net: stmmac: fix warning from Sparse for socfpgaLey Foon Tan2014-08-291-2/+1
* qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
* mlx4: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-3/+3
* i40evf: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
* i40e: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
* benet: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-2/+2
* net: Clarification of CHECKSUM_UNNECESSARYTom Herbert2014-08-291-2/+0
* be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones2014-08-291-1/+1
* bnx2x: Fix sparse warningsYuval Mintz2014-08-292-8/+8
* net: phy: properly report internal PHYs through sysfsFlorian Fainelli2014-08-291-1/+7
* qlcnic: Update version to 5.3.62Shahed Shaikh2014-08-291-2/+2
* qlcnic: Add support to run firmware POSTShahed Shaikh2014-08-294-2/+158
* qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria2014-08-293-5/+5
* qlcnic: Add support for 0x8830 device IDShahed Shaikh2014-08-293-0/+11
* qlcnic: Update Link speed and port type info for 83xx adapterJitendra Kalsaria2014-08-292-59/+158
* r8169: add missing MODULE_FIRMWARE.Francois Romieu2014-08-281-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-08-2816-98/+301
|\
| * i40e/i40evf: Bump i40e & i40evf versionCatherine Sullivan2014-08-272-4/+4
| * i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain2014-08-276-3/+19
| * i40e: quiet complaints when removing default MAC VLAN filter and make set_mac...Shannon Nelson2014-08-271-29/+70
| * i40e/i40evf: add max buf len to aq debug print helperShannon Nelson2014-08-276-18/+27
| * i40e: Add checks and message for Qualified Module infoCarolyn Wyborny2014-08-271-0/+14
| * i40e: set num_queue_pairs to num configured by VFAshish Shah2014-08-271-5/+8
| * i40e: Enable l2tsel bit for VLAN tag controlShannon Nelson2014-08-271-0/+1
| * i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain2014-08-273-0/+11
| * i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain2014-08-264-20/+111
| * i40e: Some FD message fixesAnjali Singhai Jain2014-08-261-10/+28
| * i40e: Update flow director error messages to reduce user confusionCarolyn Wyborny2014-08-261-17/+16
* | virtio_net: flush when in xmit_more mode and under descriptor pressureDavid S. Miller2014-08-281-1/+1
* | igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller2014-08-281-39/+39
* | ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann2014-08-271-29/+34
* | net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli2014-08-271-0/+4
* | net: phy: bcm7xxx: introduce helper macroFlorian Fainelli2014-08-271-36/+18
* | Merge branch 'sf2'David S. Miller2014-08-278-0/+1226
|\ \
| * | net: dsa: add Broadcom SF2 switch driverFlorian Fainelli2014-08-275-0/+1005
| * | net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli2014-08-273-0/+221
| * | sungem: Fix global namespace pollution of phy accessors.David S. Miller2014-08-271-17/+17
* | | sungem: Fix global namespace pollution of phy accessors.David S. Miller2014-08-272-169/+169
|/ /
* | tulip: dmfe: Fix global namespace pollution of phy accessors.David S. Miller2014-08-271-76/+76
* | f_ncm: Don't use netdev_start_xmit().David S. Miller2014-08-271-1/+9
* | ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier2014-08-275-61/+129
* | ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier2014-08-273-6/+5
* | ethernet: arc: remove use of 'struct platform_device'Romain Perier2014-08-271-31/+33
* | bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz2014-08-271-2/+2
* | r8152: replace strncpy with strlcpyhayeswang2014-08-271-2/+2
|/
* net: bnx2x: fix build error with ptpRandy Dunlap2014-08-251-0/+1
* team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko2014-08-251-14/+30
* bnx2x: Fix timesync endianityMichal Kalderon2014-08-251-2/+4