summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-11-22netfilter: flowtable_offload: add missing lockingFelix Fietkau
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin
2022-11-22xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch
2022-11-21tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing
2022-11-21tipc: add an extra conn_get in tipc_conn_allocXin Long
2022-11-21tipc: set con sock in tipc_conn_allocXin Long
2022-11-21netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook
2022-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao
2022-11-18nfc/nci: fix race with opening and closingLin Ma
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun
2022-11-15bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel
2022-11-15kcm: close race conditions on sk_receive_queueCong Wang