summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck2014-10-301-0/+7
* net: dsa: Add support for switch EEPROM accessGuenter Roeck2014-10-301-0/+10
* net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2014-10-301-0/+16
* neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-291-1/+2
* net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-291-0/+13
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-10-292-0/+2
* tcp: allow for bigger reordering levelEric Dumazet2014-10-292-5/+3
* ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting supportSaeed Mahameed2014-10-281-1/+13
* net/mlx4_core: Add ethernet backplane autoneg device capabilitySaeed Mahameed2014-10-281-1/+2
* net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev capSaeed Mahameed2014-10-282-1/+41
* ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool supportSaeed Mahameed2014-10-281-0/+4
* net/mlx4_core: Introduce mlx4_get_module_info for cable module info readingSaeed Mahameed2014-10-281-0/+30
* datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman2014-10-281-0/+10
* net: pxa168_eth: Fix providing of phy_interface mode on platform_dataSebastian Hesselbarth2014-10-281-0/+2
* bridge: Add support for IEEE 802.11 Proxy ARPKyeyoon Park2014-10-271-0/+1
* ipx: move extern sysctl_ipx_pprop_broadcasting to header fileFabian Frederick2014-10-271-0/+3
* net: pxa168_eth: Provide phy_interface mode on platform_dataSebastian Hesselbarth2014-10-241-0/+1
* phy: marvell: Add support for 88E3016 FastEthernet PHYSebastian Hesselbarth2014-10-241-0/+1
* Removed unused function sctp_addr_is_valid()Sébastien Barré2014-10-241-1/+0
* net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-241-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-202-0/+6
|\
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-132-0/+6
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-192-3/+21
|\ \
| * | i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-301-3/+0
| * | i2c: designware: add support of platform data to set I2C modeTan, Raymond2014-09-291-0/+21
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-10-192-26/+41
|\ \ \
| * | | IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2014-10-091-18/+14
| * | | IB/mlx5: Use extended internal signature layoutSagi Grimberg2014-10-091-8/+24
| * | | IB/mlx5: Use enumerations for PI copy maskSagi Grimberg2014-10-091-0/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-191-0/+2
|\ \ \
| * | | tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-181-0/+2
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-188-121/+156
|\ \ \ \
| * \ \ \ Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2014-10-152-3/+23
| |\ \ \ \
| | * | | | dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul2014-10-151-3/+0
| | * | | | dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul2014-10-151-0/+13
| | * | | | dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul2014-10-151-0/+10
| * | | | | dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko2014-10-151-0/+27
| * | | | | dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-152-23/+41
| * | | | | dmaengine: dw: move private definitions to regs.hAndy Shevchenko2014-10-151-31/+0
| * | | | | dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart2014-09-231-1/+3
| * | | | | spi/pxa2xx: Don't use slave_id of dma_slave_configMika Westerberg2014-09-181-4/+5
| * | | | | dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-6/+4
| * | | | | dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-113-2/+2
| |/ / / /
* | | | | Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-10-182-1/+19
|\ \ \ \ \
| * | | | | fonts: Add 6x10 fontMaarten ter Huurne2014-10-091-1/+3
| * | | | | videomode: provide dummy inline functions for !CONFIG_OFTomi Valkeinen2014-10-071-0/+16
* | | | | | Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-181-2/+10
|\ \ \ \ \ \
| * | | | | | arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-161-2/+2
| * | | | | | ARM: KVM: fix vgic-disabled buildArnd Bergmann2014-10-071-0/+8
* | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-181-0/+9
|\ \ \ \ \ \ \