aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds13-13/+0
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds11-29/+29
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-103/+202
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds862-11641/+87501
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown13-13/+0
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+15
2015-11-03sh_eth: use DMA barriersSergei Shtylyov1-4/+4
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-49/+135
2015-11-03net: dsa: mv88e6xxx: include DSA ports in VLANsVivien Didelot1-6/+6
2015-11-03net: dsa: mv88e6xxx: disable SA learning for DSA and CPU portsAndrew Lunn2-2/+11
2015-11-03arcnet/com20020: add LEDS_CLASS dependencyArnd Bergmann1-0/+1
2015-11-03dp83640: Only wait for timestamps for packets with timestamping enabled.Stefan Sørensen1-12/+13
2015-11-03dp83640: Prune rx timestamp list before reading from itStefan Sørensen1-0/+1
2015-11-03dp83640: Delay scheduled work.Stefan Sørensen1-8/+12
2015-11-03dp83640: Include hash in timestamp/packet matchingStefan Sørensen1-3/+15
2015-11-03net/mlx5e: Fix LSO vlan insertionAchiad Shochat1-2/+3
2015-11-03net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat2-2/+22
2015-11-03net/mlx5e: Return error in case mlx5e_set_features() failsAchiad Shochat1-1/+1
2015-11-03net/mlx5e: Don't allow more than max supported channelsAchiad Shochat3-5/+9
2015-11-03net/mlx5_core: Use the the real irqn in eq->irqnAchiad Shochat1-4/+4
2015-11-03net/mlx5e: Wait for RX buffers initialization in a more proper mannerAchiad Shochat1-2/+2
2015-11-03net/mlx5e: Avoid NULL pointer access in case of configuration failureAchiad Shochat1-0/+6
2015-11-02net: phy: fix a bug in get_phy_c45_idsShaohui Xie1-25/+49
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets4-4/+36
2015-11-02sh_eth: fix typo in RX descriptor bit nameSergei Shtylyov2-3/+3
2015-11-02bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar2-44/+8
2015-11-02bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar1-35/+52
2015-11-02bonding: Simplify __get_duplex function.Mahesh Bandewar1-4/+2
2015-11-02ravb: use pdev rather than ndev for error messagesSimon Horman1-2/+2
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings3-9/+11
2015-11-02qmi_wwan: fix entry for HP lt4112 LTE/HSPA+ Gobi 4G ModuleBjørn Mork1-1/+4
2015-11-02sh_eth: fix WARNING in dma_common_free_remap()Sergei Shtylyov1-1/+1
2015-11-02sh_eth: fix uninitialized arrays in sh_eth_ring_init()Sergei Shtylyov1-4/+4
2015-11-02net: dsa: mv88e6xxx: lookup switch nameVivien Didelot6-112/+95
2015-11-02net: dsa: mv88e6xxx: assert SMI lockVivien Didelot1-11/+14
2015-11-02Merge tag 'linux-can-fixes-for-4.3-20151030' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-1/+1
2015-11-02net: encx24j600: Export missing SPI module alias informationJavier Martinez Canillas1-0/+1
2015-11-02net: encx24j600: Fix SPI id table definitionJavier Martinez Canillas1-3/+4
2015-11-02enic: assign affinity hint to interruptsGovindarajulu Varadarajan2-0/+99
2015-11-01stmmac: Correctly report PTP capabilities.Phil Reid1-2/+5
2015-11-01net: hisilicon: Remove .owner assignment from platform_driverhuangdaode1-1/+0
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot4-27/+97
2015-11-01net: bcmgenet: Software reset EPHY after power onFlorian Fainelli3-1/+22
2015-11-01net: smsc911x: Fix crash if loopback test failsPavel Fedin1-0/+1
2015-11-01fec: Use gpio_set_value_cansleep()Fabio Estevam1-1/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-48/+82
2015-10-30can: Use correct type in sizeof() in nla_put()Marek Vasut1-1/+1
2015-10-30Merge tag 'wireless-drivers-next-for-davem-2015-10-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller56-726/+1504
2015-10-30mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops staticJiri Pirko1-1/+1