summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin
2022-08-25net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean
2022-08-25net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-08-25net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao
2022-08-25net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2022-08-25net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong
2022-08-25net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov
2022-08-25net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong
2022-08-25netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-25netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso
2022-08-25netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso
2022-08-25netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-25netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-25netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso
2022-08-25netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal
2022-08-25netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal
2022-08-25netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal
2022-08-25netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal
2022-08-25netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso
2022-08-25netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso
2022-08-25netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye
2022-08-25ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-08-25devlink: Fix use-after-free after a failed reloadIdo Schimmel
2022-08-25SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust
2022-08-25sunrpc: fix expiry of auth credsDan Aloni
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin
2022-08-25bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao
2022-08-25mptcp: do not queue data on closed subflowsPaolo Abeni
2022-08-25mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni
2022-08-25netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal
2022-08-25rds: add missing barrier to release_refillMikulas Patocka
2022-08-21net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-17Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-17wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg
2022-08-17wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg
2022-08-17wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg
2022-08-17wifi: nl80211: hold wdev mutex for tid configJohannes Berg
2022-08-17wifi: cfg80211: handle IBSS in channel switchJohannes Berg
2022-08-17mptcp: refine memory schedulingPaolo Abeni
2022-08-17raw: fix a typo in raw_icmp_error()Eric Dumazet
2022-08-17raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2022-08-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-17net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-08-17batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)