summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-13Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-10SUNRPC: Fix crasher in unwrap_integ_data()Chuck Lever
2022-12-10SUNRPC: Make the svc_authenticate tracepoint conditionalChuck Lever
2022-12-10SUNRPC: Clean up xdr_write_pages()Chuck Lever
2022-12-10SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet
2022-12-07Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-12-07Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...Paolo Abeni
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockXin Long
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel
2022-12-06SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-12-06xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N
2022-12-02Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim
2022-12-02Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk
2022-12-02Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo
2022-12-02Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-12-01af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-11-30net: devinet: Reduce refcount before grace periodEric Dumazet
2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google)
2022-11-30netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso
2022-11-30netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn
2022-11-28net: hsr: Fix potential use-after-freeYueHaibing
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long
2022-11-28mptcp: fix sleep in atomic at close timePaolo Abeni
2022-11-28mptcp: don't orphan ssk in mptcp_close()Menglong Dong