summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-20net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-19mptcp: fix accept vs worker racePaolo Abeni
2023-04-19mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring
2023-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-04-18netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela
2023-04-14net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni
2023-04-13mptcp: stricter state check in mptcp_workerPaolo Abeni
2023-04-13mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-13net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima
2023-04-11Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-04-10Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-10Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu
2023-04-10Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz
2023-04-10Bluetooth: Fix race condition in hidp_session_threadMin Li
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz
2023-04-07net: openvswitch: fix race on port outputFelix Huettner
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-04-06netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2023-04-05mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()Joel Fernandes (Google)
2023-04-05net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-04-05can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp
2023-04-05can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-05can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-04-05can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel