summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet
2026-05-02batman-adv: stop tp_meter sessions during mesh teardownJiexun Wang
2026-05-02batman-adv: reject new tp_meter sessions during teardownJiexun Wang
2026-05-02batman-adv: fix integer overflow on buff_posLyes Bourennani
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang
2026-05-02ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie
2026-05-02net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria
2026-05-02net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim
2026-05-01ipv6: update route serial number on NETDEV_CHANGESagarika Sharma
2026-05-01net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u...Eric Dumazet
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet
2026-05-01ipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet
2026-05-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-01ip6mr: plug drop_reason to ip6mr_cache_report()Eric Dumazet
2026-05-01ipmr: prevent info-leak in pmr_cache_report()Eric Dumazet
2026-05-01net: tls: reshuffle the device ops checkJakub Kicinski
2026-05-01Merge tag 'nf-26-05-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-01netfilter: xt_IDLETIMER: Switch to alarm_start_timer()Thomas Gleixner
2026-05-01netfilter: flowtable: use skb_pull_rcsum() to pop vlan/pppoe headerPablo Neira Ayuso
2026-04-30net/sched: speedup tc_dump_qdisc() when tcm_ifindex is providedEric Dumazet
2026-04-30net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()Eric Dumazet
2026-04-30net/sched: tc_dump_qdisc_root() refactorEric Dumazet
2026-04-30net/sched: propagate tc_fill_tclass() errorEric Dumazet
2026-04-30bridge: Do not suppress ARP probes and DAD NS unconditionallyDanielle Ratson
2026-04-30net/smc: cap allocation order for SMC-R physically contiguous buffersD. Wythe
2026-04-30ipv6: Implement limits on extension header parsingDaniel Borkmann
2026-04-30Merge tag 'wireless-next-2026-04-30' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-05-01netfilter: flowtable: fix inline pppoe encapsulation in xmit pathPablo Neira Ayuso
2026-05-01netfilter: flowtable: fix inline vlan encapsulation in xmit pathPablo Neira Ayuso
2026-04-30net: mctp: test: remove skb dumps from test outputJeremy Kerr
2026-04-30net: mctp: test: Use dev_direct_xmit for TX to our test deviceJeremy Kerr
2026-04-30net: mctp: test: use a zeroed struct sockaddr_mctpJeremy Kerr
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-30netfilter: flowtable: ensure sufficient headroom in xmit pathPablo Neira Ayuso
2026-04-30netfilter: xtables: fix L4 header parsing for non-first fragmentsFernando Fernandez Mancera
2026-04-30netfilter: nf_tables: skip L4 header parsing for non-first fragmentsFernando Fernandez Mancera
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera
2026-04-30net/sched: cls_flower: revert unintended changesPaolo Abeni
2026-04-30net: tls: fix strparser anchor skb leak on offload RX setup failureJakub Kicinski
2026-04-30net/tcp: Remove tcp_sigpoolEric Biggers
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers
2026-04-30net/tcp-ao: Use stack-allocated MAC and traffic_key buffersEric Biggers
2026-04-30net/tcp-ao: Use crypto library API instead of crypto_ahashEric Biggers
2026-04-30net/tcp-ao: Drop support for most non-RFC-specified algorithmsEric Biggers
2026-04-30netfilter: nf_tables: fix netdev hook allocation memleak with dormant tablesFlorian Westphal
2026-04-30netfilter: xt_CT: fix usersize for v1 and v2 revisionFlorian Westphal