index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2020-08-14
8
-243
/
+218
|
\
|
*
kconfig: qconf: move setOptionMode() to ConfigList from ConfigView
Masahiro Yamada
2020-08-14
2
-28
/
+27
|
*
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
2020-08-14
1
-34
/
+34
|
*
kconfig: qconf: refactor icon setups
Masahiro Yamada
2020-08-14
2
-14
/
+27
|
*
kconfig: qconf: remove unused voidPix, menuInvPix
Masahiro Yamada
2020-08-14
2
-2
/
+2
|
*
kconfig: qconf: remove ConfigItem::text/setText
Masahiro Yamada
2020-08-14
1
-8
/
+0
|
*
kconfig: qconf: remove ConfigList::addColumn/removeColumn
Masahiro Yamada
2020-08-14
2
-19
/
+11
|
*
kconfig: qconf: remove ConfigItem::pixmap/setPixmap
Masahiro Yamada
2020-08-14
2
-19
/
+11
|
*
kconfig: qconf: drop more localization code
Masahiro Yamada
2020-08-14
1
-8
/
+3
|
*
kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
Masahiro Yamada
2020-08-14
2
-10
/
+10
|
*
kconfig: qconf: remove unused argument from ConfigView::updateList()
Masahiro Yamada
2020-08-14
2
-5
/
+5
|
*
kconfig: qconf: remove unused argument from ConfigList::updateList()
Masahiro Yamada
2020-08-14
2
-5
/
+5
|
*
kconfig: qconf: omit parent to QHBoxLayout()
Masahiro Yamada
2020-08-14
1
-1
/
+2
|
*
kconfig: qconf: remove name from ConfigSearchWindow constructor
Masahiro Yamada
2020-08-14
2
-24
/
+22
|
*
kconfig: qconf: remove unused ConfigList::listView()
Masahiro Yamada
2020-08-14
1
-4
/
+0
|
*
kconfig: qconf: overload addToolBar() to create and insert toolbar
Masahiro Yamada
2020-08-14
1
-3
/
+1
|
*
kconfig: qconf: remove toolBar from ConfigMainWindow members
Masahiro Yamada
2020-08-14
2
-2
/
+1
|
*
kconfig: qconf: use 'menu' variable for (QMenu *)
Masahiro Yamada
2020-08-14
1
-21
/
+20
|
*
kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
Masahiro Yamada
2020-08-14
1
-6
/
+5
|
*
kconfig: qconf: remove ->addSeparator() to menuBar
Masahiro Yamada
2020-08-14
1
-1
/
+0
|
*
kconfig: add 'static' to some file-local data
Masahiro Yamada
2020-08-14
2
-5
/
+11
|
*
kconfig: qconf: Fix mouse events in search view
Maxime Chretien
2020-08-14
1
-2
/
+3
|
*
kconfig: constify XPM data
Masahiro Yamada
2020-08-14
2
-30
/
+30
|
*
Revert "checkpatch: kconfig: prefer 'help' over '---help---'"
Masahiro Yamada
2020-08-14
1
-5
/
+1
|
*
kconfig: remove '---help---' support
Masahiro Yamada
2020-08-14
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-14
66
-350
/
+494
|
\
\
|
*
|
net: openvswitch: introduce common code for flushing flows
Tonghao Zhang
2020-08-14
3
-21
/
+27
|
*
|
af_packet: TPACKET_V3: fix fill status rwlock imbalance
John Ogness
2020-08-14
1
-2
/
+7
|
*
|
random32: add a tracepoint for prandom_u32()
Eric Dumazet
2020-08-14
2
-0
/
+19
|
*
|
Revert "ipv4: tunnel: fix compilation on ARCH=um"
David S. Miller
2020-08-12
1
-1
/
+0
|
*
|
net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus
Eric Dumazet
2020-08-12
1
-5
/
+7
|
*
|
Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'
David S. Miller
2020-08-12
2
-0
/
+4
|
|
\
\
|
|
*
|
net: ethernet: stmmac: Disable hardware multicast filter
Jonathan McDowell
2020-08-12
1
-0
/
+1
|
|
*
|
net: stmmac: dwmac1000: provide multicast filter fallback
Jonathan McDowell
2020-08-12
1
-0
/
+3
|
|
/
/
|
*
|
ipv4: tunnel: fix compilation on ARCH=um
Johannes Berg
2020-08-12
1
-0
/
+1
|
*
|
vsock: fix potential null pointer dereference in vsock_poll()
Stefano Garzarella
2020-08-12
1
-1
/
+1
|
*
|
sfc: fix ef100 design-param checking
Edward Cree
2020-08-12
1
-1
/
+2
|
*
|
Merge branch 'net-initialize-fastreuse-on-inet_inherit_port'
David S. Miller
2020-08-12
3
-44
/
+58
|
|
\
\
|
|
*
|
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
2020-08-12
1
-0
/
+1
|
|
*
|
net: refactor bind_bucket fastreuse into helper
Tim Froidcoeur
2020-08-12
2
-44
/
+57
|
|
/
/
|
*
|
net: phy: marvell10g: fix null pointer dereference
Marek BehĂșn
2020-08-12
1
-11
/
+7
|
*
|
net: Fix potential memory leak in proto_register()
Miaohe Lin
2020-08-12
1
-10
/
+15
|
*
|
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...
Wang Hai
2020-08-11
1
-3
/
+14
|
*
|
ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()
Xu Wang
2020-08-11
1
-2
/
+2
|
*
|
net/nfc/rawsock.c: add CAP_NET_RAW check.
Qingyu Li
2020-08-11
1
-2
/
+5
|
*
|
hinic: fix strncpy output truncated compile warnings
Luo bin
2020-08-11
2
-22
/
+12
|
*
|
drivers/net/wan/x25_asy: Added needed_headroom and a skb->len check
Xie He
2020-08-11
1
-0
/
+14
|
*
|
net/tls: Fix kmap usage
Ira Weiny
2020-08-11
1
-1
/
+2
|
*
|
bitfield.h: don't compile-time validate _val in FIELD_FIT
Jakub Kicinski
2020-08-10
1
-1
/
+1
|
*
|
tcp: correct read of TFO keys on big endian systems
Jason Baron
2020-08-10
4
-24
/
+33
[next]