aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet1-10/+17
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy1-2/+2
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy1-8/+6
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy2-17/+4
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy2-4/+4
2026-05-04vsock: convert to getsockopt_iterBreno Leitao1-9/+7
2026-05-04netlink: convert to getsockopt_iterBreno Leitao1-10/+11
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet9-12/+12
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet1-18/+24
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang1-1/+1
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx groupEric Dumazet1-4/+4
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet1-1/+1
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet1-2/+2
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet1-2/+2
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet1-2/+2
2026-05-01ip6mr: plug drop_reason to ip6mr_cache_report()Eric Dumazet1-12/+10
2026-05-01net: tls: reshuffle the device ops checkJakub Kicinski1-6/+5
2026-04-30net/sched: speedup tc_dump_qdisc() when tcm_ifindex is providedEric Dumazet1-0/+7
2026-04-30net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()Eric Dumazet1-32/+28
2026-04-30net/sched: tc_dump_qdisc_root() refactorEric Dumazet1-14/+15
2026-04-30net/sched: propagate tc_fill_tclass() errorEric Dumazet1-14/+17
2026-04-30bridge: Do not suppress ARP probes and DAD NS unconditionallyDanielle Ratson1-5/+11
2026-04-30net/smc: cap allocation order for SMC-R physically contiguous buffersD. Wythe1-0/+4
2026-04-30Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski23-629/+773
2026-04-30net: mctp: test: remove skb dumps from test outputJeremy Kerr1-6/+0
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-355/+763
2026-04-30net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-04-30net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski3-0/+11
2026-04-30net/tcp: Remove tcp_sigpoolEric Biggers3-370/+0
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers3-106/+97
2026-04-30net/tcp-ao: Use stack-allocated MAC and traffic_key buffersEric Biggers2-45/+16
2026-04-30net/tcp-ao: Use crypto library API instead of crypto_ahashEric Biggers3-300/+279
2026-04-30net/tcp-ao: Drop support for most non-RFC-specified algorithmsEric Biggers1-0/+4
2026-04-29page_pool: fix memory-provider leak in page_pool_create_percpu() error pathHasan Basbunar1-5/+5
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet2-10/+4
2026-04-29hv_sock: fix ARM64 supportHamza Mahfooz1-2/+2
2026-04-29psp: validate IPv4 header fields in psp_dev_rcv()Jakub Kicinski1-0/+9
2026-04-29psp: add a comment about a psp_dev add netlink notificationJakub Kicinski1-0/+4
2026-04-29psp: validate protocol before mutating skb in psp_dev_encapsulate()Jakub Kicinski1-3/+5
2026-04-29net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()Eric Dumazet3-4/+4
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski1-2/+1
2026-04-28mptcp: pm: kernel: reset fullmesh counter after flushMatthieu Baerts (NGI0)1-0/+1
2026-04-28mptcp: fastclose msk when linger time is 0Matthieu Baerts (NGI0)1-1/+2
2026-04-28mptcp: fix scheduling with atomic in timestamp sockoptGang Yan1-4/+4
2026-04-28mptcp: sockopt: set timestamp flags on subflow socket, not mskGang Yan1-2/+2
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)Eric Dumazet1-44/+46
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (III)Eric Dumazet1-18/+20
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)Eric Dumazet1-15/+19
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (I)Eric Dumazet1-21/+21