summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-08-148-243/+218
|\
| * kconfig: qconf: move setOptionMode() to ConfigList from ConfigViewMasahiro Yamada2020-08-142-28/+27
| * kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada2020-08-141-34/+34
| * kconfig: qconf: refactor icon setupsMasahiro Yamada2020-08-142-14/+27
| * kconfig: qconf: remove unused voidPix, menuInvPixMasahiro Yamada2020-08-142-2/+2
| * kconfig: qconf: remove ConfigItem::text/setTextMasahiro Yamada2020-08-141-8/+0
| * kconfig: qconf: remove ConfigList::addColumn/removeColumnMasahiro Yamada2020-08-142-19/+11
| * kconfig: qconf: remove ConfigItem::pixmap/setPixmapMasahiro Yamada2020-08-142-19/+11
| * kconfig: qconf: drop more localization codeMasahiro Yamada2020-08-141-8/+3
| * kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()Masahiro Yamada2020-08-142-10/+10
| * kconfig: qconf: remove unused argument from ConfigView::updateList()Masahiro Yamada2020-08-142-5/+5
| * kconfig: qconf: remove unused argument from ConfigList::updateList()Masahiro Yamada2020-08-142-5/+5
| * kconfig: qconf: omit parent to QHBoxLayout()Masahiro Yamada2020-08-141-1/+2
| * kconfig: qconf: remove name from ConfigSearchWindow constructorMasahiro Yamada2020-08-142-24/+22
| * kconfig: qconf: remove unused ConfigList::listView()Masahiro Yamada2020-08-141-4/+0
| * kconfig: qconf: overload addToolBar() to create and insert toolbarMasahiro Yamada2020-08-141-3/+1
| * kconfig: qconf: remove toolBar from ConfigMainWindow membersMasahiro Yamada2020-08-142-2/+1
| * kconfig: qconf: use 'menu' variable for (QMenu *)Masahiro Yamada2020-08-141-21/+20
| * kconfig: qconf: do not use 'menu' variable for (QMenuBar *)Masahiro Yamada2020-08-141-6/+5
| * kconfig: qconf: remove ->addSeparator() to menuBarMasahiro Yamada2020-08-141-1/+0
| * kconfig: add 'static' to some file-local dataMasahiro Yamada2020-08-142-5/+11
| * kconfig: qconf: Fix mouse events in search viewMaxime Chretien2020-08-141-2/+3
| * kconfig: constify XPM dataMasahiro Yamada2020-08-142-30/+30
| * Revert "checkpatch: kconfig: prefer 'help' over '---help---'"Masahiro Yamada2020-08-141-5/+1
| * kconfig: remove '---help---' supportMasahiro Yamada2020-08-142-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1466-350/+494
|\ \
| * | net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-143-21/+27
| * | af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-141-2/+7
| * | random32: add a tracepoint for prandom_u32()Eric Dumazet2020-08-142-0/+19
| * | Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * | net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
| * | Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'David S. Miller2020-08-122-0/+4
| |\ \
| | * | net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| | * | net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| |/ /
| * | ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * | vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
| * | sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * | Merge branch 'net-initialize-fastreuse-on-inet_inherit_port'David S. Miller2020-08-123-44/+58
| |\ \
| | * | net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-121-0/+1
| | * | net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-122-44/+57
| |/ /
| * | net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-121-11/+7
| * | net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-121-10/+15
| * | net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * | ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
| * | net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
| * | hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
| * | drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He2020-08-111-0/+14
| * | net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
| * | bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski2020-08-101-1/+1
| * | tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-104-24/+33