summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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
2022-11-28Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-11-28ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel
2022-11-28netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long
2022-11-28netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi
2022-11-25wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg
2022-11-25wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg
2022-11-24Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-11-23Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linuxLinus Torvalds
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet
2022-11-22ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima