summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-02-10ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10mptcp: allow overridden write_space to be invokedGeliang Tang
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska
2026-02-06ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet
2026-02-06tcp: inline tcp_filter()Eric Dumazet
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp
2026-02-06net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano
2026-02-04net/rds: Trigger rds_send_ping() more than onceGerd Rausch
2026-02-04net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch
2026-02-04net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson
2026-02-04net/rds: Clear reconnect pending bitHåkon Bugge
2026-02-04net/rds: Kick-start TCP receiver after acceptGerd Rausch
2026-02-04net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch
2026-02-04net/rds: Encode cp_index in TCP source portGerd Rausch
2026-02-04net/rds: new extension header: rdma bytesShamir Rabinovitch
2026-02-04net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()Eric Dumazet
2026-02-04net/iucv: clean up iucv kernel-doc warningsRandy Dunlap