summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-4.16-20171201' of git://git.kernel.org/pub/scm/...David S. Miller2017-12-047-163/+174
|\
| * can: flexcan: adding platform specific details for LS1021APankaj Bansal2017-12-011-0/+8
| * can: flexcan: Remodel FlexCAN register r/w APIs for big endian FlexCAN contro...Pankaj Bansal2017-12-011-102/+131
| * can: c_can_pci: make c_can_pci_data constBhumika Goyal2017-12-011-2/+2
| * can: vxcan: Use common error handling code in vxcan_newlink()Markus Elfring2017-12-011-8/+8
| * can: peak_usb: use ktime_t consistentlyArnd Bergmann2017-12-012-33/+15
| * can: peak_usb: remove some 'struct timeval' usersArnd Bergmann2017-12-014-22/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-0421-312/+1477
|\ \
| * | net: dummy: remove fake SR-IOV functionalityJakub Kicinski2017-12-031-214/+1
| * | netdevsim: add SR-IOV functionalityJakub Kicinski2017-12-032-2/+284
| * | netdevsim: add bpf offload supportJakub Kicinski2017-12-034-1/+529
| * | netdevsim: add software driver for testing offloadsJakub Kicinski2017-12-035-0/+162
| * | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-036-23/+0
| * | net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-031-0/+1
| * | nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang2017-12-011-0/+237
| * | nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang2017-12-011-7/+45
| * | nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2017-12-014-0/+122
| * | nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2017-12-012-2/+12
| * | nfp: bpf: encode indirect commandsJakub Kicinski2017-12-012-5/+15
| * | nfp: bpf: correct the encoding for No-Dest immedJiong Wang2017-12-011-3/+5
| * | nfp: bpf: relax source operands checkJiong Wang2017-12-011-2/+4
| * | nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang2017-12-011-0/+4
| * | nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang2017-12-011-0/+3
| * | nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2017-12-012-0/+5
| * | nfp: bpf: record jump destination to simplify jump fixupJiong Wang2017-12-014-55/+41
| * | nfp: bpf: support backward jumpJiong Wang2017-12-012-30/+40
| * | nfp: fix old kdoc issuesJakub Kicinski2017-12-012-6/+5
* | | net: phy: broadcom: re-add mistakenly removed config settingsHeiner Kallweit2017-12-041-0/+3
* | | net: phy: core: don't disable device interrupts in phy_changeHeiner Kallweit2017-12-041-13/+6
* | | net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit2017-12-041-24/+2
* | | enic: add sw timestamp supportGovindarajulu Varadarajan2017-12-032-0/+13
* | | vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2017-12-031-0/+23
* | | hv_netvsc: optimize initialization of RNDIS headerStephen Hemminger2017-12-031-31/+26
* | | hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger2017-12-034-26/+21
* | | hv_netvsc: replace divide with mask when computing paddingStephen Hemminger2017-12-031-1/+2
* | | hv_netvsc: don't need local xmit_moreStephen Hemminger2017-12-031-2/+1
* | | hv_netvsc: drop unused macrosStephen Hemminger2017-12-031-26/+0
* | | ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng2017-12-031-16/+17
* | | net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl2017-12-031-30/+53
* | | net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl2017-12-031-13/+14
* | | net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl2017-12-031-2/+5
* | | net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl2017-12-031-2/+2
* | | net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl2017-12-031-5/+6
* | | net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-023-12/+6
* | | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-025-21/+12
* | | net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko2017-12-011-2/+2
* | | net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-014-22/+8
* | | net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko2017-12-011-29/+28
* | | net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko2017-12-011-10/+3
* | | net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko2017-12-011-1/+1