aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-123-10/+16
| | * | | | smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-121-1/+2
| |/ / / /
| * | | | Merge branch 'mptcp-a-couple-of-fixes'Jakub Kicinski2021-01-121-46/+18
| |\ \ \ \
| | * | | | mptcp: better msk-level shutdown.Paolo Abeni2021-01-121-45/+17
| | * | | | mptcp: more strict state checking for acksPaolo Abeni2021-01-121-1/+1
| |/ / / /
| * | | | Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2021-01-122-3/+8
| |\ \ \ \
| | * | | | bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.Pavan Chebbi2021-01-121-1/+2
| | * | | | bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan2021-01-121-2/+6
| |/ / / /
| * | | | r8153_ecm: Add Lenovo Powered USB-C Hub as a fallback of r8152Leon Schuermann2021-01-121-0/+8
| * | | | r8152: Add Lenovo Powered USB-C Travel HubLeon Schuermann2021-01-122-0/+8
| * | | | net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-121-0/+4
| * | | | net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-121-0/+10
| * | | | net: phy: smsc: fix clk error handlingMarco Felsch2021-01-121-1/+2
| * | | | net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-121-1/+1
| * | | | Merge branch 'skb-frag-kmap_atomic-fixes'Jakub Kicinski2021-01-114-18/+27
| |\ \ \ \
| | * | | | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-112-12/+2
| | * | | | net: compound page support in skb_seq_readWillem de Bruijn2021-01-112-5/+24
| | * | | | net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn2021-01-111-1/+1
| |/ / / /
| * | | | rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin2021-01-111-1/+1
| * | | | net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski2021-01-111-2/+0
| * | | | dt-bindings: net: dwmac: fix queue priority documentationSeb Laveze2021-01-111-2/+6
| | |_|/ | |/| |
| * | | dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-psGeert Uytterhoeven2021-01-091-0/+1
| * | | Merge branch 'mlxsw-core-thermal-control-fixes'Jakub Kicinski2021-01-091-5/+8
| |\ \ \
| | * | | mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak2021-01-091-1/+1
| | * | | mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak2021-01-091-4/+7
| |/ / /
| * | | tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
| * | | selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko2021-01-091-2/+2
| * | | net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
| * | | netxen_nic: fix MSI/MSI-x interruptsManish Chopra2021-01-091-6/+1
| |/ /
| * | Merge branch 'net-fix-issues-around-register_netdevice-failures'Jakub Kicinski2021-01-084-36/+187
| |\ \
| | * | net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-081-10/+4
| | * | net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-083-20/+18
| | * | docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-082-7/+166
| |/ /
| * | ppp: fix refcount underflow on channel unbridgeTom Parkin2021-01-081-3/+9
| * | udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-081-1/+1
| * | net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
| * | net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs linksStephan Gerhold2021-01-081-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-01-1413-12/+55
|\ \ \
| * | | HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth modeNicholas Miell2021-01-141-0/+2
| * | | HID: Ignore battery for Elan touchscreen on ASUS UX550Seth Miller2021-01-082-0/+3
| * | | HID: logitech-dj: add the G602 receiverFilipe LaĆ­ns2021-01-081-0/+4
| * | | HID: wiimote: remove h from printk format specifierTom Rix2021-01-071-1/+1
| * | | HID: uclogic: remove h from printk format specifierTom Rix2021-01-071-1/+1
| * | | HID: sony: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+1
| * | | HID: sfh: fix address space confusionArnd Bergmann2021-01-044-7/+7
| * | | HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad deviceKai-Heng Feng2021-01-041-0/+4
| * | | HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng2020-12-221-3/+32
* | | | Merge tag 'sound-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-01-1337-128/+370
|\ \ \ \
| * | | | ALSA: hda/hdmi - enable runtime pm for CI AMD display audioAlex Deucher2021-01-121-3/+6
| * | | | ALSA: firewire-tascam: Fix integer overflow in midi_port_work()Geert Uytterhoeven2021-01-121-1/+1