aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesGravatar Pablo Neira Ayuso 8-107/+37
2022-08-30net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Gravatar Dan Carpenter 1-1/+4
2022-08-30nfp: fix the access to management firmware hangingGravatar Gao Xiao 1-0/+1
2022-08-30Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Gravatar Jakub Kicinski 4-3/+5
2022-08-30net: phy: micrel: Make the GPIO to be non-exclusiveGravatar Horatiu Vultur 1-1/+7
2022-08-30net: virtio_net: fix notification coalescing commentsGravatar Alvaro Karsz 1-7/+7
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Gravatar Wang Hai 1-15/+16
2022-08-30net: sched: tbf: don't call qdisc_put() while holding tree lockGravatar Zhengchao Shao 1-1/+3
2022-08-29Merge branch 'u64_stats-fixups'Gravatar David S. Miller 12-50/+51
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Gravatar Sebastian Andrzej Siewior 11-48/+48
2022-08-29net: dsa: xrs700x: Use irqsave variant for u64 stats updateGravatar Sebastian Andrzej Siewior 1-2/+3
2022-08-29ieee802154: cc2520: add rc code in cc2520_tx()Gravatar Li Qiong 1-0/+1
2022-08-29net: mac802154: Fix a condition in the receive pathGravatar Miquel Raynal 1-1/+1
2022-08-27r8152: add PID for the Lenovo OneLink+ DockGravatar Jean-Francois Le Fillatre 2-0/+10
2022-08-26nfp: flower: fix ingress police using matchall filterGravatar Tianyu Yuan 1-2/+3
2022-08-26openvswitch: fix memory leak at failed datapath creationGravatar Andrey Zhadchenko 1-1/+3
2022-08-26net: smsc911x: Stop and start PHY during suspend and resumeGravatar Florian Fainelli 1-0/+6
2022-08-26tg3: Disable tg3 device on system reboot to avoid triggering AERGravatar Kai-Heng Feng 1-2/+6
2022-08-26net: sparx5: fix handling uneven length packets in manual extractionGravatar Casper Andersson 1-0/+2
2022-08-26Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 6-61/+105
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 13-24/+61
2022-08-26Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar David S. Miller 5-7/+16
2022-08-25Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connGravatar Zhengping Jiang 1-2/+4
2022-08-25Bluetooth: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-3/+3
2022-08-25Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtGravatar Archie Pusaka 1-1/+1
2022-08-25Bluetooth: ISO: Fix not handling shutdown conditionGravatar Luiz Augusto von Dentz 1-10/+25
2022-08-25Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Gravatar Tetsuo Handa 1-1/+0
2022-08-25Bluetooth: MGMT: Fix Get Device FlagsGravatar Luiz Augusto von Dentz 1-29/+42
2022-08-25Bluetooth: L2CAP: Fix build errors in some archsGravatar Luiz Augusto von Dentz 1-5/+5
2022-08-25Bluetooth: hci_sync: Fix suspend performance regressionGravatar Luiz Augusto von Dentz 1-10/+14
2022-08-25Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingGravatar Hans de Goede 1-0/+11
2022-08-25bpf: Don't use tnum_range on array range checking for poke descriptorsGravatar Daniel Borkmann 1-6/+4
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 102-358/+865
2022-08-25Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'Gravatar Jakub Kicinski 1-1/+8
2022-08-25net: lantiq_xrx200: restore buffer if memory allocation failedGravatar Aleksander Jan Bajkowski 1-0/+1
2022-08-25net: lantiq_xrx200: fix lock under memory pressureGravatar Aleksander Jan Bajkowski 1-1/+1
2022-08-25net: lantiq_xrx200: confirm skb is allocated before usingGravatar Aleksander Jan Bajkowski 1-0/+6
2022-08-25net: stmmac: work around sporadic tx issue on link-upGravatar Heiner Kallweit 2-6/+11
2022-08-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Gravatar Jakub Kicinski 2-14/+47
2022-08-25Merge branch 'ionic-bug-fixes'Gravatar Jakub Kicinski 2-6/+93
2022-08-25ionic: VF initial random MAC address if no assigned macGravatar R Mohamed Shah 1-5/+87
2022-08-25ionic: fix up issues with handling EAGAIN on FW cmdsGravatar Shannon Nelson 1-1/+3
2022-08-25ionic: clear broken state on generation changeGravatar Shannon Nelson 1-0/+3
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgGravatar David Howells 2-39/+57
2022-08-25Merge branch 'Fix incorrect pruning for ARG_CONST_ALLOC_SIZE_OR_ZERO'Gravatar Alexei Starovoitov 2-0/+28
2022-08-25selftests/bpf: Add regression test for pruning fixGravatar Kumar Kartikeya Dwivedi 1-0/+25
2022-08-25bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZEROGravatar Kumar Kartikeya Dwivedi 1-0/+3
2022-08-25Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Gravatar Tetsuo Handa 1-0/+2
2022-08-25net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2Gravatar Lorenzo Bianconi 2-10/+17