aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska2-8/+3
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska2-29/+1
2026-02-06net/ipv6: Drop HBH for BIG TCP on TX sideAlice Mikityanska1-17/+3
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska9-18/+12
2026-02-06mptcp: fix kdoc warningsMatthieu Baerts (NGI0)1-7/+9
2026-02-06mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()Matthieu Baerts (NGI0)1-6/+5
2026-02-06mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)1-12/+8
2026-02-06ipv6: do not use skb_header_pointer() in icmpv6_filter()Eric Dumazet1-16/+16
2026-02-06tcp: inline tcp_filter()Eric Dumazet1-8/+0
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp1-1/+1
2026-02-06net_sched: sch_fq: rework fq_gc() to avoid stack canaryEric Dumazet1-13/+11
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan1-13/+21
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung1-2/+5
2026-02-06bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung1-1/+1
2026-02-06bpf: Convert bpf_selem_unlink to failableAmery Hung1-3/+1
2026-02-06bpf: Convert bpf_selem_link_map to failableAmery Hung1-1/+8
2026-02-06bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung1-1/+1
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso2-14/+78
2026-02-06netfilter: nft_set_rbtree: validate element belonging to intervalPablo Neira Ayuso1-4/+143
2026-02-06netfilter: nft_set_rbtree: check for partial overlaps in anonymous setsPablo Neira Ayuso1-5/+25
2026-02-06netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null intervalPablo Neira Ayuso2-0/+18
2026-02-06netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn1-2/+2
2026-02-06netfilter: nft_set_hash: fix get operation on big endianFlorian Westphal1-2/+7
2026-02-06netfilter: flowtable: dedicated slab for flow entryQingfang Deng1-2/+10
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-49/+74
2026-02-06netfilter: nft_set_rbtree: don't gc elements on insertFlorian Westphal1-68/+68
2026-02-05nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria1-0/+8
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet2-4/+16
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges1-1/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-46/+68
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti2-6/+4
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet1-29/+26
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet1-0/+10
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet2-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet2-85/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet2-24/+9
2026-02-05ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONFShigeru Yoshida1-1/+2
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet2-2/+39
2026-02-05can: gw: use can_gw_hops instead of sk_buff::csum_startOliver Hartkopp1-17/+6
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp5-24/+11
2026-02-05can: move ifindex to CAN skb extensionsOliver Hartkopp6-10/+10
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp9-3/+112
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp6-15/+14
2026-02-05netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate()Andrew Fasano1-1/+1
2026-02-04net/rds: Trigger rds_send_ping() more than onceGerd Rausch6-17/+72
2026-02-04net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch4-39/+90
2026-02-04net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson1-36/+36
2026-02-04net/rds: Clear reconnect pending bitHÃ¥kon Bugge1-0/+2
2026-02-04net/rds: Kick-start TCP receiver after acceptGerd Rausch1-0/+2
2026-02-04net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch6-5/+76