aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02net: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas1-2/+17
2015-12-02net: mvneta: fix error path for building skbMarcin Wojtas1-2/+6
2015-12-02net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas1-1/+1
2015-12-02net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas1-1/+1
2015-12-02net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas1-0/+2
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham3-3/+38
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham3-4/+18
2015-12-02net: thunderx: Set CQ timer threshold properlySunil Goutham3-5/+4
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu2-4/+2
2015-12-02net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu2-0/+4
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2-4/+4
2015-12-01vmxnet3: fix checks for dma mapping errorsAlexey Khoroshilov1-11/+60
2015-12-01wan/x25: Fix use-after-free in x25_asy_open_tty()Peter Hurley1-5/+1
2015-11-30net: fsl: Fix error checking for platform_get_irq()Mark Brown1-1/+1
2015-11-30net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown1-3/+3
2015-11-30stmmac: fix oversized frame receptionGiuseppe CAVALLARO1-0/+6
2015-11-30stmmac: fix PHY reset during resumeGiuseppe CAVALLARO1-15/+13
2015-11-30stmmac: dwmac-sti: fix st,tx-retime-src checkGiuseppe CAVALLARO1-6/+7
2015-11-30stmmac: fix csr clock divisor for 300MHzGiuseppe CAVALLARO1-1/+1
2015-11-30stmmac: fix a filter problem after resuming.Giuseppe CAVALLARO1-0/+1
2015-11-29drivers: net: xgene: fix possible use after freeEric Dumazet1-1/+1
2015-11-25isdn: Partially revert debug format string usage clean upChristoph Biedl4-6/+6
2015-11-24drivers: net: xgene: fix: ifconfig up/down crashIyappan Subramanian1-13/+16
2015-11-24net: cdc_ncm: fix NULL pointer deref in cdc_ncm_bind_commonBjørn Mork1-4/+4
2015-11-24Merge tag 'linux-can-fixes-for-4.4-20151123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller16-45/+24
2015-11-23broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen1-1/+1
2015-11-23vrf: fix double free and memory corruption on register_netdevice failureNikolay Aleksandrov1-10/+1
2015-11-23net: fsl: expands dependencies of NET_VENDOR_FREESCALEShaohui Xie1-1/+2
2015-11-23can: remove obsolete assignment for CAN protocol error typeOliver Hartkopp12-17/+3
2015-11-23can: fix assignment of error location in CAN error messagesOliver Hartkopp10-28/+18
2015-11-23can: sja1000: clear interrupts on startMirza Krak1-0/+3
2015-11-22Merge tag 'wireless-drivers-for-davem-2015-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller14-72/+188
2015-11-20net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controllerMåns Rullgård6-0/+1891
2015-11-20net: tulip: turn compile-time warning into dev_warn()Arnd Bergmann2-3/+8
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
2015-11-20net: cpsw: Fix ethernet regression for dm814xTony Lindgren1-0/+3
2015-11-18net: qmi_wwan: add XS Stick W100-2 from 4G SystemsBjørn Mork1-0/+1
2015-11-18ravb: fix WARNING in __free_irq()Sergei Shtylyov1-2/+4
2015-11-18net: macb: Add support for sgmii phy interfacePunnaiah Choudary Kalluri2-0/+9
2015-11-18ethernet/atheros/alx: add Killer E2400 device IDBen Pope2-0/+3
2015-11-18hdlc: fix null-deref on allocation failurestephen hemminger1-5/+5
2015-11-18fm10k: fix memory leakstephen hemminger1-1/+3
2015-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds11-35/+87
2015-11-18Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-11/+14
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-3277/+449
2015-11-17net: phy: Use interrupts when available in NOLINK stateAndrew Lunn1-0/+3
2015-11-17phy: marvell: Add support for 88E1540 PHYAndrew Lunn1-0/+16
2015-11-17macvlan: fix leak in macvlan_handle_frameSabrina Dubroca1-0/+2
2015-11-17ipvlan: fix use after free of skbSabrina Dubroca1-1/+1
2015-11-17ipvlan: fix leak in ipvlan_rcv_frameSabrina Dubroca1-5/+7