summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5_core: Support physical port countersGal Pressman2015-08-063-1/+126
* net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-063-106/+32
* net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-061-2/+2
* net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-063-308/+306
* net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-063-75/+176
* net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2015-08-062-0/+14
* net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-062-11/+114
* net/mlx5e: Unify the RX flowAchiad Shochat2015-08-062-34/+69
* drivers: net: cpsw: add separate napi for txMugunthan V N2015-08-061-13/+31
* drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N2015-08-061-17/+9
* drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N2015-08-061-25/+2
* bnx2x: Add BD support for storageYuval Mintz2015-08-064-2/+118
* cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi2015-08-062-2/+32
* cnic: Populate upper layer driver state in MFWTej Parkash2015-08-062-3/+20
* rocker: use netdev_err after register_netdevScott Feldman2015-08-061-1/+1
* rocker: NULL port if port probe failsScott Feldman2015-08-061-0/+1
* cxgb4: Update T6 register rangesHariprasad Shenai2015-08-041-14/+12
* cxgb4/cxgb4vf: read the correct bits of PL Who Am I registerHariprasad Shenai2015-08-044-4/+45
* cxgb4: Add support to dump edc bist statusHariprasad Shenai2015-08-042-2/+42
* cxgb4: Add debugfs support to dump meminfoHariprasad Shenai2015-08-042-0/+407
* net: dsa: mv88e6xxx: call _mv88e6xxx_stats_wait with SMI lock heldVivien Didelot2015-08-031-2/+5
* tuntap: Don't segment multiple tagged packets on tap deviceToshiaki Makita2015-08-031-0/+1
* veth: Don't segment multiple tagged packets on veth deviceToshiaki Makita2015-08-031-0/+1
* macvlan: Don't segment multiple tagged packets on macvlan deviceToshiaki Makita2015-08-031-0/+1
* virtio_net: add gro capabilityEric Dumazet2015-08-031-2/+2
* rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko2015-08-031-2/+5
* rocker: enable support for scattered packetsIdo Schimmel2015-08-031-1/+1
* bnx2x: Correct logic for pvid configuration.Yuval Mintz2015-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-3127-294/+562
|\
| * stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-07-311-0/+4
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-07-313-13/+3
| * gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-07-311-68/+30
| * gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-07-311-0/+2
| * r8152: reset device when tx timeouthayeswang2015-07-301-4/+3
| * r8152: add pre_reset and post_resethayeswang2015-07-301-0/+54
| * qlcnic: Fix corruption while copyingShahed Shaikh2015-07-291-1/+1
| * net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-291-1/+4
| * net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-291-0/+6
| * net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-291-4/+5
| * net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-292-0/+10
| * net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-293-15/+31
| * net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-291-2/+4
| * net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-291-0/+1
| * net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-291-9/+14
| * net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-291-3/+11
| * net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2015-07-292-3/+6
| * net: thunderx: Fix data integrity issues with LDWBSunil Goutham2015-07-291-1/+1
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-292-28/+17
| * net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-291-3/+2
| * net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-291-2/+11