summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2017-12-01can: flexcan: adding platform specific details for LS1021APankaj Bansal-0/+8
2017-12-01can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN contro...Pankaj Bansal-102/+131
2017-12-01can: c_can_pci: make c_can_pci_data constBhumika Goyal-2/+2
2017-12-01can: vxcan: Use common error handling code in vxcan_newlink()Markus Elfring-8/+8
2017-12-01can: peak_usb: use ktime_t consistentlyArnd Bergmann-33/+15
2017-12-01can: peak_usb: remove some 'struct timeval' usersArnd Bergmann-22/+14
2017-11-30net: macb: Added support for RX filteringRafal Ozieblo-1/+444
2017-11-30net: macb: Added some queue statisticsRafal Ozieblo-4/+64
2017-11-30net: macb: Added support for many RX queuesRafal Ozieblo-141/+191
2017-11-30vmxnet3: increase default rx ring sizesShrikrishna Khare-4/+4
2017-11-30net: dsa: bcm_sf2: Utilize b53_get_tag_protocol()Florian Fainelli-9/+4
2017-11-30forcedeth: optimize the xmit with unlikelyZhu Yanjun-3/+3
2017-11-30atm: eni: fix several indentation issuesColin Ian King-9/+9
2017-11-30netxen: remove timespec usageArnd Bergmann-3/+1
2017-11-30net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matchingLukas Wunner-7/+2
2017-11-30net: thunderx: Set max queue count taking XDP_TX into accountSunil Goutham-0/+5
2017-11-30net: thunderx: Add support for xdp redirectSunil Goutham-31/+94
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-148/+174
2017-11-29ethernet: dwmac-stm32: Fix copyrightBenjamin Gaignard-2/+2
2017-11-29net: via: via-rhine: use %p to format void * address instead of %xColin Ian King-2/+2
2017-11-29net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven-0/+1
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King-1/+1
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long-2/+2
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long-1/+1
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds-23/+64
2017-11-28lmc: Use memdup_user() as a cleanupVasyl Gomonovych-10/+3
2017-11-28bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET-2/+2
2017-11-28net: phy: marvell10g: fix the PHY id maskAntoine Tenart-2/+3
2017-11-28net: mvpp2: check ethtool sets the Tx ring size is to a valid min valueAntoine Tenart-0/+6
2017-11-28net: mvpp2: do not disable GMAC paddingYan Markman-9/+0
2017-11-28net: mvpp2: cleanup probed ports in the probe error pathAntoine Tenart-2/+9
2017-11-28net: mvpp2: fix the txq_init error pathAntoine Tenart-18/+2
2017-11-28mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata-7/+21
2017-11-28mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata-32/+29
2017-11-28mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata-0/+18
2017-11-28mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata-1/+1
2017-11-28Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-8/+13
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum-2/+4
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar-1/+0
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin-4/+8
2017-11-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-11/+11
2017-11-27auxdisplay: img-ascii-lcd: Only build on archs that have IOMEMThomas Meyer-0/+1
2017-11-27xen-netfront: remove warning when unloading moduleEduardo Otubo-0/+18
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller-6/+7
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg-6/+7
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+28