summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2913-29/+83
|\
| * sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-294-7/+47
| * packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-11-291-4/+2
| * net: hsr: Fix potential use-after-freeYueHaibing2022-11-281-2/+3
| * tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-11-281-0/+3
| * mptcp: fix sleep in atomic at close timePaolo Abeni2022-11-281-3/+3
| * mptcp: don't orphan ssk in mptcp_close()Menglong Dong2022-11-281-7/+6
| * Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-282-2/+11
| |\
| | * wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
| | * wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| | * wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
| * | ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
| * | net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-11-281-1/+3
* | | Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-2441-223/+295
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-238-15/+57
| |\ \
| | * | xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| | * | xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
| | * | af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
| | * | xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-194-2/+21
| | * | xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| | * | xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-233-6/+8
| |\ \ \
| | * | | netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
| | * | | netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
| | * | | netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
| * | | | l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9
| * | | | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
| * | | | dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-227-16/+40
| * | | | dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-226-85/+55
| * | | | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima2022-11-221-7/+4
| * | | | dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-224-0/+8
| * | | | NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-11-221-1/+3
| * | | | net: sched: allow act_ct to be built without NF_NATXin Long2022-11-221-1/+1
| * | | | tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-11-211-1/+4
| * | | | tipc: add an extra conn_get in tipc_conn_allocXin Long2022-11-211-3/+6
| * | | | tipc: set con sock in tipc_conn_allocXin Long2022-11-211-6/+5
| |/ / /
| * | | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook2022-11-211-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-2112-41/+49
| |\ \ \
| | * | | netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso2022-11-181-2/+4
| | * | | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-1811-39/+45
| * | | | nfc/nci: fix race with opening and closingLin Ma2022-11-181-1/+1
| * | | | rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-11-182-15/+24
| |/ / /
| * | | net: neigh: decrement the family specific qlenThomas Zeitlhofer2022-11-181-28/+30
* | | | Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linuxLinus Torvalds2022-11-232-11/+22
|\ \ \ \ | |/ / / |/| | |
| * | | 9p/xen: check logical size for buffer sizeDominique Martinet2022-11-231-0/+9
| * | | 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-11-181-3/+3
| * | | 9p/fd: Fix write overflow in p9_read_workGUO Zihua2022-11-181-8/+8
| * | | 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-11-181-0/+2
* | | | tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-5/+15
* | | | l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-6/+13