summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-03net: dcb: add new apptrust attributeDaniel Machon
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon
2022-11-03vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui
2022-11-03vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui
2022-11-02ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-11-02Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei
2022-11-02Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen
2022-11-02Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy
2022-11-02netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik
2022-11-02Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov
2022-11-02rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong
2022-11-02netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-11-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert
2022-11-01netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso
2022-11-01netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-31net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn
2022-10-28net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean
2022-10-28net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher
2022-10-28net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov