summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-08Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz
2022-08-08Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz
2022-08-08Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz
2022-08-08Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster
2022-08-08Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz
2022-08-08Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz
2022-08-08Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter
2022-08-08Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-08net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng
2022-08-08wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_resultVeerendranath Jakkam
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds
2022-08-05net: seg6: initialize induction variable to first valid array indexNick Desaulniers
2022-08-05net: avoid overflow when rose /proc displays timer information.Francois Romieu
2022-08-05netfilter: flowtable: fix incorrect Kconfig dependenciesPablo Neira Ayuso
2022-08-05netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-08-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu
2022-08-05mptcp: do not queue data on closed subflowsPaolo Abeni
2022-08-05mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-03net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-03xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony
2022-08-03Revert "xfrm: update SA curlft.use_time"Antony Antony
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoJason Wang
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-01net: devlink: Fix missing mutex_unlock() callAmmar Faizi
2022-08-01net/tls: Remove redundant workqueue flush before destroyTariq Toukan
2022-08-01net: dsa: Fix spelling mistakes and cleanup codeXie Shaowen
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet
2022-08-01net: rose: fix netdev reference changesEric Dumazet
2022-08-01net: devlink: enable parallel ops on netlink interfaceJiri Pirko
2022-08-01net: devlink: remove devlink_mutexJiri Pirko
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko
2022-08-01net: devlink: introduce "unregistering" mark and use it during devlinks itera...Jiri Pirko
2022-08-01udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima
2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong
2022-07-30batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)
2022-07-29dn_route: replace "jiffies-now>0" with "jiffies!=now"Yu Zhe
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski