summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-02-17mptcp: prevent excessive coalescing on receivePaolo Abeni1-0/+1
2025-02-17net/ncsi: wait for the last response to Deselect Package before configuring c...Paul Fertser1-6/+7
2025-02-17NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter1-0/+2
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: 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-08ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski1-1/+1
2025-02-08ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2025-02-08xfrm: Fix acquire state insertion.Steffen Klassert1-0/+1
2025-02-08xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C1-1/+4
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-08net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree1-0/+5
2025-02-08rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+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: Add an inbound percpu state cache.Steffen Klassert4-7/+64
2025-02-08xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert2-0/+67
2025-02-08xfrm: Add support for per cpu xfrm state handling.Steffen Klassert4-20/+107
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