summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl
2025-02-21batman-adv: Drop unmanaged ELP metric workerSven Eckelmann
2025-02-21batman-adv: Ignore neighbor throughput metrics in error caseSven Eckelmann
2025-02-21batman-adv: fix panic during interface removalAndy Strohman
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-21net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet
2025-02-21ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov
2025-02-17mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-02-17net/ncsi: wait for the last response to Deselect Package before configuring c...Paul Fertser
2025-02-17NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2025-02-17Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin
2025-02-17Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells
2025-02-17netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang
2025-02-17pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le
2025-02-17net: rose: lock the socket in rose_bind()Eric Dumazet
2025-02-17rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2025-02-17ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski
2025-02-17udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-17tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter
2025-02-17Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad
2025-02-08ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski
2025-02-08ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman
2025-02-08xfrm: Fix acquire state insertion.Steffen Klassert
2025-02-08xfrm: Add error handling when nla_put_u32() returns an errorEverest K.C
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