summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-17Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin1-2/+2
2025-02-17Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin1-1/+2
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-17netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang1-1/+1
2025-02-17pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-02-17net: rose: lock the socket in rose_bind()Eric Dumazet1-8/+16
2025-02-17rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2-7/+11
2025-02-17ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-17ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski1-1/+2
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai2-4/+4
2025-02-17tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter1-2/+2
2025-02-17Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad1-1/+11
2025-02-08mptcp: blackhole only if 1st SYN retrans w/o MPC is acceptedMatthieu Baerts (NGI0)1-2/+2
2025-02-08mptcp: handle fastopen disconnect correctlyPaolo Abeni1-1/+3
2025-02-08mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)1-1/+2
2025-02-08mptcp: consolidate suboption statusPaolo Abeni2-22/+21
2025-02-08netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso1-4/+4
2025-02-08Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever1-11/+1
2025-02-08net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet1-2/+5
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-02-08tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2025-02-08vsock: Allow retrying on connect() failureMichal Luczaj1-0/+5
2025-02-08ethtool: Fix set RXNFC command with symmetric RSS hashGal Pressman1-1/+1
2025-02-08rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2025-02-08net: page_pool: don't try to stash the napi idJakub Kicinski4-7/+14
2025-02-08net: rose: fix timer races against user threadsEric Dumazet1-0/+15
2025-02-08net/ncsi: use dev_set_mac_address() for Get MC MAC Address handlingPaul Fertser1-10/+8
2025-02-08xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior1-3/+1
2025-02-08ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-02-08xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2025-02-08xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2025-02-08bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-02-08net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich1-8/+8
2025-02-08tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani1-3/+5
2025-02-08net: sched: refine software bypass handling in tc_runXin Long6-40/+42
2025-02-08netfilter: nft_flow_offload: update tcp state flags under lockFlorian Westphal1-5/+11
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso2-2/+90
2025-02-08net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-02-08net: avoid race between device unregistration and ethnl opsAntoine Tenart1-1/+1
2025-02-08net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-02-08dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-02-08inet: ipmr: fix data-racesEric Dumazet3-31/+31
2025-02-08wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov1-3/+1
2025-02-08net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-02-08wifi: mac80211: don't flush non-uploaded STAsJohannes Berg1-0/+3
2025-02-08wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-02-08wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-02-08wifi: mac80211: prohibit deactivating all linksJohannes Berg1-1/+1
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet5-14/+29
2025-02-08udp: Deal with race between UDP socket address change and rehashStefano Brivio2-0/+106