aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-09ipv6: do not use RT_TOS for IPv6 flowlabelGravatar Matthias May 1-2/+1
2022-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar Jakub Kicinski 6-134/+211
2022-08-09bpf: Allow calling bpf_prog_test kfuncs in tracing programsGravatar Kumar Kartikeya Dwivedi 1-0/+1
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-1/+1
2022-08-09Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 1-3/+5
2022-08-09netfilter: nf_tables: fix null deref due to zeroed list headGravatar Florian Westphal 1-0/+1
2022-08-09netfilter: nf_tables: disallow jump to implicit chain from set elementGravatar Pablo Neira Ayuso 1-0/+4
2022-08-09netfilter: nf_tables: upfront validation of data via nft_data_init()Gravatar Pablo Neira Ayuso 5-113/+124
2022-08-09netfilter: nf_tables: do not allow RULE_ID to refer to another chainGravatar Thadeu Lima de Souza Cascardo 1-2/+5
2022-08-09netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableGravatar Thadeu Lima de Souza Cascardo 1-2/+4
2022-08-09netfilter: nf_tables: do not allow SET_ID to refer to another tableGravatar Thadeu Lima de Souza Cascardo 1-1/+3
2022-08-09netfilter: nf_tables: validate variable length element extensionGravatar Pablo Neira Ayuso 2-16/+70
2022-08-09can: j1939: j1939_session_destroy(): fix memory leak of skbsGravatar Fedor Pchelkin 1-1/+7
2022-08-09can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Gravatar Fedor Pchelkin 1-1/+4
2022-08-08Merge tag 'for-net-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 7-39/+64
2022-08-08net/x25: fix call timeouts in blocking connectsGravatar Martin Schiller 1-0/+5
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 7-28/+30
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Gravatar Al Viro 3-19/+26
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 4-9/+4
2022-08-08Bluetooth: ISO: Fix not using the correct QoSGravatar Luiz Augusto von Dentz 1-5/+11
2022-08-08Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Gravatar Tetsuo Handa 1-0/+2
2022-08-08Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPGravatar Luiz Augusto von Dentz 1-1/+1
2022-08-08Bluetooth: MGMT: Fixes build warnings with C=1Gravatar Luiz Augusto von Dentz 1-3/+2
2022-08-08Bluetooth: hci_event: Fix build warning with C=1Gravatar Luiz Augusto von Dentz 1-2/+5
2022-08-08Bluetooth: ISO: Fix memory corruptionGravatar Luiz Augusto von Dentz 1-1/+4
2022-08-08Bluetooth: Fix null pointer deref on unexpected status eventGravatar Soenke Huster 2-6/+24
2022-08-08Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Gravatar Luiz Augusto von Dentz 1-5/+5
2022-08-08Bluetooth: hci_conn: Fix updating ISO QoS PHYGravatar Luiz Augusto von Dentz 1-9/+2
2022-08-08Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Gravatar Dan Carpenter 1-2/+4
2022-08-08Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionGravatar Luiz Augusto von Dentz 1-7/+6
2022-08-08net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGravatar Gao Feng 1-1/+4
2022-08-08wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_resultGravatar Veerendranath Jakkam 1-3/+5
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxGravatar Linus Torvalds 5-92/+97
2022-08-05net: seg6: initialize induction variable to first valid array indexGravatar Nick Desaulniers 1-5/+5
2022-08-05net: avoid overflow when rose /proc displays timer information.Gravatar Francois Romieu 1-1/+3
2022-08-05netfilter: flowtable: fix incorrect Kconfig dependenciesGravatar Pablo Neira Ayuso 1-2/+1
2022-08-05netfilter: nf_tables: fix crash when nf_trace is enabledGravatar Florian Westphal 1-11/+10
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-2/+9
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-11/+4
2022-08-05mptcp: do not queue data on closed subflowsGravatar Paolo Abeni 2-5/+14
2022-08-05mptcp: move subflow cleanup in mptcp_destroy_common()Gravatar Paolo Abeni 3-26/+18
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-39/+3
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2022-08-03net/sched: remove hacks added to dev_trans_start() for bonding to workGravatar Vladimir Oltean 1-6/+2
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 289-10418/+20458
2022-08-03Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-85/+35
2022-08-03libceph: clean up ceph_osdc_start_request prototypeGravatar Jeff Layton 1-9/+6
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 3-8/+8
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoGravatar Jason Wang 1-1/+1