aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextHEADmasterDavid S. Miller63-596/+4208
2018-11-26bpf: align map type names formatting.David Calavera1-23/+23
2018-11-26bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King1-1/+1
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev1-2/+1
2018-11-25net: remove unsafe skb_insert()Eric Dumazet3-26/+2
2018-11-25net: bridge: remove redundant checks for null p->dev and p->brColin Ian King1-3/+0
2018-11-25Merge branch 'r8169-xmit_more'David S. Miller2-10/+17
2018-11-25r8169: make use of xmit_more and __netdev_sent_queueHeiner Kallweit1-10/+9
2018-11-25net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit1-0/+8
2018-11-24selftests/net: add txring_overwriteWillem de Bruijn4-1/+191
2018-11-24net: qualcomm: rmnet: move null check on dev before dereferecing itColin Ian King1-1/+4
2018-11-24cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing1-4/+1
2018-11-24net: fixup type in netdev_start_xmit()Alexey Dobriyan1-1/+1
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller197-741/+1786
2018-11-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+3
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-335/+537
2018-11-24Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-46/+104
2018-11-23net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-11-23net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz1-9/+5
2018-11-23dt-bindings: dsa: Fix typo in "probed"Fabio Estevam1-1/+1
2018-11-23net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2018-11-23Merge branch 'switchdev-blocking-notifiers'David S. Miller10-76/+474
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata3-9/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata7-61/+25
2018-11-23ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata3-0/+32
2018-11-23mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-1/+44
2018-11-23switchdev: Add helpers to aid traversal through lower devicesPetr Machata2-0/+133
2018-11-23staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-23staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()Petr Machata1-1/+6
2018-11-23net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-23rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+55
2018-11-23switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata1-0/+10
2018-11-23switchdev: Add a blocking notifier chainPetr Machata2-0/+53
2018-11-23switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata1-4/+4
2018-11-23Merge branch 'r8169-next'David S. Miller1-47/+43
2018-11-23r8169: replace macro TX_FRAGS_READY_FOR with a functionHeiner Kallweit1-11/+13
2018-11-23r8169: use napi_consume_skb where possibleHeiner Kallweit1-3/+4
2018-11-23r8169: simplify detecting chip versions with same XIDHeiner Kallweit1-12/+7
2018-11-23r8169: remove default chip versionsHeiner Kallweit1-10/+5
2018-11-23r8169: remove ancient GCC bug workaround in a second placeHeiner Kallweit1-11/+14
2018-11-23Merge branch 'hns3-debugfs'David S. Miller12-4/+807
2018-11-23net: hns3: Add "qos buffer" config info query functionliuzhongzhu2-0/+116
2018-11-23net: hns3: Add "qos prio map" info query functionliuzhongzhu3-0/+55
2018-11-23net: hns3: Add "qos pause" config info query functionliuzhongzhu2-0/+26
2018-11-23net: hns3: Add "tm config" info query functionliuzhongzhu2-0/+200
2018-11-23net: hns3: Add "tc config" info query functionliuzhongzhu4-0/+48
2018-11-23net: hns3: Add "FD flow table" info query functionliuzhongzhu6-1/+83
2018-11-23net: hns3: Add "queue info" query functionliuzhongzhu1-0/+122
2018-11-23net: hns3: Add debugfs framework registrationliuzhongzhu5-3/+157
2018-11-23net: cavium: clean up return value check in cavium_ptp_probeYueHaibing1-4/+0
2018-11-23net: phy: vitesse: remove duplicate support for VSC8574Quentin Schulz1-12/+0
2018-11-23net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-11-23Merge branch 'octeontx2-af-CGX-LMAC-link-bringup-and-cleanups'David S. Miller7-65/+214
2018-11-23octeontx2-af: Bringup CGX LMAC links by defaultLinu Cherian3-0/+82
2018-11-23octeontx2-af: Unregister cgx event callbacks gracefullyLinu Cherian3-1/+43
2018-11-23octeontx2-af: Handle non-contiguous CGX LMAC interfacesLinu Cherian5-28/+40
2018-11-23octeontx2-af: Misc cleanups in cgx driverLinu Cherian5-37/+50
2018-11-23net: hinic: fix null pointer dereference on pointer hwdevColin Ian King1-2/+4
2018-11-23Merge branch 'smc-next'David S. Miller7-51/+117
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul3-13/+18
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul3-1/+57
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul1-1/+3
2018-11-23net/smc: cleanup listen worker mutex unlockingUrsula Braun1-2/+3
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun3-11/+13
2018-11-23net/smc: no link delete for a never active linkUrsula Braun1-1/+4
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun2-6/+11
2018-11-23net/smc: remove sock_error detour in clc-functionsUrsula Braun1-13/+5
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun2-2/+3
2018-11-23net/smc: cleanup tcp_listen_worker initializationUrsula Braun1-1/+0
2018-11-23team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu1-2/+0
2018-11-23net: mvneta: remove redundant check for eee->tx_lpi_timer < 0YueHaibing1-2/+1
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2-1/+4
2018-11-23samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee1-9/+24
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov1-4/+4
2018-11-23virtio-net: fail XDP set if guest csum is negotiatedJason Wang1-2/+3
2018-11-23virtio-net: disable guest csum during XDP setJason Wang1-6/+2
2018-11-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller15-68/+97
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet1-4/+6
2018-11-23Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+9
2018-11-23Merge tag 'for-linus-20181123' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+63
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti1-0/+1
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu1-6/+13
2018-11-23Merge branch 'dpaa-coalesce'David S. Miller3-10/+104
2018-11-23dpaa_eth: add ethtool coalesce controlMadalin Bucur1-0/+71
2018-11-23soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2-9/+32
2018-11-23soc: fsl: qbman: read ithresh from HWMadalin Bucur1-1/+1
2018-11-23Merge tag 'iommu-fixes-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+7
2018-11-23Merge branch 'ravb-Duplex-handling-update-V3'David S. Miller2-19/+5
2018-11-23ravb: Clean up duplex handlingMagnus Damm2-19/+1
2018-11-23ravb: Do not announce HDX as supportedMagnus Damm1-0/+4
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur9-55/+114
2018-11-23net: bcmgenet: remove HFB_CTRL accessDoug Berger1-4/+0
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn2-3/+19
2018-11-23Merge tag 'acpi-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2018-11-23Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds10-22/+42
2018-11-23arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD blockWill Deacon1-1/+1
2018-11-23Merge tag 'gpio-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-19/+30
2018-11-23Merge tag 'mmc-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-3/+83
2018-11-23Merge tag 'drm-fixes-2018-11-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-63/+273
2018-11-23arm64: sysreg: fix sparse warningsSergey Matyukevich1-2/+2
2018-11-23Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2-7/+24
2018-11-23Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki7-14/+14
2018-11-23Merge tag 'drm-intel-fixes-2018-11-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie7-4/+112
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu4-0/+60
2018-11-22Merge branch 'ibmvnic-Fix-queue-and-buffer-accounting-errors'David S. Miller1-3/+10
2018-11-22ibmvnic: Update driver queues after change in ring size supportThomas Falcon1-1/+8
2018-11-22ibmvnic: Fix RX queue buffer cleanupThomas Falcon1-2/+2
2018-11-22net: thunderx: set xdp_prog to NULL if bpf_prog_add failsLorenzo Bianconi1-2/+7
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens5-7/+82
2018-11-22net/dim: Update DIM start sample after each DIM iterationTal Gilboa1-0/+2
2018-11-22selftests: explicitly require kernel features needed by udpgro testsPaolo Abeni1-0/+14
2018-11-22Merge tag 'sound-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-8/+10
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-32/+55
2018-11-22Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-55/+167
2018-11-22Merge tag 'mtd/fixes-for-4.20-rc4' of git://git.infradead.org/linux-mtdLinus Torvalds4-55/+137
2018-11-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-2/+25
2018-11-22iommu/vt-d: Use memunmap to free memremapPan Bian1-1/+1
2018-11-22tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King1-2/+2
2018-11-22bpf, lpm: make longest_prefix_match() fasterEric Dumazet1-10/+49
2018-11-22Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie11-56/+115
2018-11-22Merge tag 'drm-misc-fixes-2018-11-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-2/+23
2018-11-22drm/ast: fixed cursor may disappear sometimesY.C. Chen1-1/+1
2018-11-21Merge branch 'mlxsw-Add-VxLAN-learning-support'David S. Miller13-75/+606
2018-11-21selftests: forwarding: vxlan_bridge_1d: Add learning testIdo Schimmel1-0/+108
2018-11-21selftests: mlxsw: Consider VxLAN learning enabled as validIdo Schimmel1-1/+1
2018-11-21mlxsw: spectrum_nve: Allow VxLAN learningIdo Schimmel1-6/+2
2018-11-21mlxsw: spectrum_switchdev: Allow deletion of learned FDB entriesIdo Schimmel1-1/+2
2018-11-21mlxsw: spectrum_switchdev: Process learned VxLAN FDB entriesIdo Schimmel1-14/+189
2018-11-21mlxsw: spectrum_nve: Add API to resolve learned IP addressesIdo Schimmel2-0/+17
2018-11-21mlxsw: spectrum_fid: Allow FID lookup by its indexIdo Schimmel2-2/+42
2018-11-21mlxsw: spectrum_fid: Store ifindex of NVE device in FIDIdo Schimmel3-3/+16
2018-11-21mlxsw: reg: Add definition of unicast tunnel record for SFN registerIdo Schimmel1-0/+64
2018-11-21bridge: Allow querying bridge port flagsIdo Schimmel2-0/+18
2018-11-21vxlan: Allow changing ageing timeIdo Schimmel1-4/+6
2018-11-21vxlan: Add hardware FDB learningPetr Machata2-1/+74
2018-11-21vxlan: Don't override user-added entries with ext-learned onesPetr Machata1-9/+17
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata2-6/+12
2018-11-21vxlan: vxlan_fdb_notify(): Make switchdev notification configurablePetr Machata1-30/+41
2018-11-21vxlan: __vxlan_fdb_delete(): Drop unused argument vidPetr Machata1-4/+3
2018-11-21net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen1-4/+3
2018-11-22drm/ast: change resolution may cause screen blurredY.C. Chen1-0/+1
2018-11-21net: lpc_eth: fix trivial comment typoAndrea Claudi1-2/+2
2018-11-21Merge branch 'smc-fixes'David S. Miller8-50/+120
2018-11-21net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun1-1/+3
2018-11-21net/smc: atomic SMCD cursor handlingUrsula Braun2-26/+60
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel4-14/+43
2018-11-21net/smc: use queue pair number when matching link groupKarsten Graul3-9/+12
2018-11-21net/smc: abort CLC connection in smc_releaseHans Wippel1-0/+2
2018-11-21Merge tag 'wireless-drivers-for-davem-2018-11-20' of git://git.kernel.org/pub...David S. Miller16-38/+82
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet4-6/+17
2018-11-21Merge branch 'VLAN-tag-handling-cleanup'David S. Miller4-7/+9
2018-11-21mlx5: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21benet: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-21net/hyperv: use skb_vlan_tag_*() helpersMichał Mirosław1-4/+5
2018-11-21net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław1-1/+2
2018-11-21net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+5
2018-11-21Merge branch 'bpf-libbpf-mapinmap'Daniel Borkmann5-7/+177
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov3-1/+141
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov2-6/+36
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev1-1/+2
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2-11/+3
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev1-0/+58
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev5-3/+56
2018-11-21bpf: fix a libbpf loader issueYonghong Song1-1/+1
2018-11-21Merge tag 'riscv-for-linus-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-17/+150
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin2-3/+1
2018-11-21ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-3/+3
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg11-54/+73
2018-11-21docs-networking: fix typo in defineJesse Brandeburg1-1/+1
2018-11-21igb: Fix format with line continuation whitespaceJoe Perches1-7/+6
2018-11-21iomap: readpages doesn't zero page tail beyond EOFDave Chinner1-3/+8
2018-11-21vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner1-8/+7
2018-11-21iomap: dio data corruption and spurious errors when pipes fillDave Chinner1-3/+19
2018-11-21iomap: sub-block dio needs to zeroout beyond EOFDave Chinner1-1/+8
2018-11-21iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner1-5/+6
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner1-1/+4
2018-11-21xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner3-5/+17
2018-11-21ixgbe: add ipsec hw offload note to ixgbe DocumentationShannon Nelson1-0/+13
2018-11-21Merge branch 'nvme-4.20' of git://git.infradead.org/nvme into for-linusJens Axboe1-10/+63
2018-11-21Merge tag 'linux-cpupower-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki7-14/+14
2018-11-21drm/i915: Add rotation readout for plane initial configVille Syrjälä2-0/+32
2018-11-21drm/i915: Force a LUT update in intel_initial_commit()Ville Syrjälä1-0/+8
2018-11-21ACPI / platform: Add SMB0001 HID to forbidden_id_listHans de Goede1-0/+1
2018-11-21drm/fb-helper: Blacklist writeback when adding connectors to fbdevPaul Kocialkowski1-0/+3
2018-11-21drm/i915: Write GPU relocs harder with gen3Chris Wilson1-1/+6
2018-11-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-313/+251
2018-11-20Merge branch 'dsa-microchip-Modify-KSZ9477-DSA-driver-in-preparation-to-add-o...David S. Miller10-1420/+2039
2018-11-20net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.hTristram Ha3-2/+2
2018-11-20net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha8-1242/+1903
2018-11-20net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.cTristram Ha3-8/+8
2018-11-20net: dsa: microchip: rename some functions with ksz9477 prefixTristram Ha1-57/+59
2018-11-20net: dsa: microchip: clean up codeTristram Ha1-4/+4
2018-11-20net: dsa: microchip: replace license with GPLTristram Ha4-54/+10
2018-11-20bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song1-0/+14
2018-11-20net/sched: act_police: fix race condition on state variablesDavide Caratti1-14/+21
2018-11-20Merge tag 'mips_fixes_4.20_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+6
2018-11-20MAINTAINERS: add myself as co-maintainer for r8169Heiner Kallweit1-0/+1
2018-11-20drm/amdgpu: Enable HDP memory light sleepKenneth Feng1-7/+32