summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-2/+2
* net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-261-1/+1
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-262-7/+14
* sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-10-261-4/+14
* vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-10-261-1/+1
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-10-262-1/+8
* wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-10-261-3/+0
* net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-10-261-19/+23
* netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal2022-09-281-1/+3
* netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater2022-09-281-6/+28
* netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov2022-09-281-2/+2
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-09-281-4/+7
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-281-0/+3
* SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown2022-09-151-2/+2
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-151-7/+18
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-151-1/+1
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-151-2/+3
* netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-09-152-0/+3
* net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-09-151-1/+1
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-09-151-0/+4
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-151-1/+0
* Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-151-3/+1
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-151-2/+2
* sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-09-151-1/+3
* kcm: fix strp_init() order and cleanupCong Wang2022-09-151-8/+7
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-151-1/+2
* net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
* netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-09-051-1/+0
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-09-051-4/+4
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-053-8/+11
* netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-09-051-0/+1
* netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-09-051-3/+15
* netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-09-051-6/+13
* netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-09-051-2/+8
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-054-31/+1
* rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-09-051-1/+2
* af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-09-051-0/+3
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-09-051-0/+1
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-251-1/+1
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-251-0/+1