summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-08mptcp: blackhole only if 1st SYN retrans w/o MPC is acceptedMatthieu Baerts (NGI0)
2025-02-08mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-02-08mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)
2025-02-08mptcp: consolidate suboption statusPaolo Abeni
2025-02-08netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever
2025-02-08net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen
2025-02-08tcp: correct handling of extreme memory squeezeJon Maloy
2025-02-08vsock: Allow retrying on connect() failureMichal Luczaj
2025-02-08ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman
2025-02-08rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells
2025-02-08net: page_pool: don't try to stash the napi idJakub Kicinski
2025-02-08net: rose: fix timer races against user threadsEric Dumazet
2025-02-08net/ncsi: use dev_set_mac_address() for Get MC MAC Address handlingPaul Fertser
2025-02-08xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior
2025-02-08ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet
2025-02-08xfrm: state: fix out-of-bounds read during lookupFlorian Westphal
2025-02-08xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu
2025-02-08bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu
2025-02-08net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich
2025-02-08tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani
2025-02-08net: sched: refine software bypass handling in tc_runXin Long
2025-02-08netfilter: nft_flow_offload: update tcp state flags under lockFlorian Westphal
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso
2025-02-08net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim
2025-02-08net: avoid race between device unregistration and ethnl opsAntoine Tenart
2025-02-08net: let net.core.dev_weight always be non-zeroLiu Jian
2025-02-08dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima
2025-02-08inet: ipmr: fix data-racesEric Dumazet
2025-02-08wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov
2025-02-08net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang
2025-02-08wifi: mac80211: don't flush non-uploaded STAsJohannes Berg
2025-02-08wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman
2025-02-08wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook
2025-02-08wifi: mac80211: prohibit deactivating all linksJohannes Berg
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio
2025-02-08ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2025-02-08inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-02-08rxrpc: Fix handling of received connection abortDavid Howells
2025-02-08net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila
2025-02-08wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_...Zichen Xie
2025-02-01net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni