aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-23phonet: pep: fix use-after-free in pep_get_sb()Breno Leitao1-0/+2
2026-07-23tipc: fix integer overflow in tipc_recvmsg() and tipc_recvstream()Cen Zhang (Microsoft)1-2/+2
2026-07-23netfilter: nft_payload: fix mask build for partial field offloadXiang Mei (Microsoft)1-11/+1
2026-07-23mctp: check register_netdevice_notifier() error in mctp_device_init()Minhong He1-1/+3
2026-07-23ipvs: clear the nfct flag under lockJulian Anastasov1-2/+8
2026-07-23rds: tcp: unregister sysctl before tearing down listen socketCen Zhang (Microsoft)1-2/+2
2026-07-23ipv6: Change allocation flags to match rcu_read_lock section requirementsNikola Z. Ivanov1-2/+2
2026-07-23ipvs: do not mangle ICMP replies for non-first fragmentsJulian Anastasov2-46/+43
2026-07-23ipvs: fix places with wrong packet offsetsJulian Anastasov6-87/+88
2026-07-23ipvs: fix the checksum validationsJulian Anastasov4-84/+45
2026-07-23netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCHPablo Neira Ayuso1-1/+15
2026-07-23netfilter: nf_tables: make nft_object rhltable per tablePablo Neira Ayuso1-18/+16
2026-07-23ipvs: adjust double hashing when fwd method changesJulian Anastasov1-42/+147
2026-07-23ipvs: do not propagate one-packet flag to synced connsZhiling Zou1-0/+3
2026-07-23netfilter: ipset: do not update comments from kernel-side hash addsDavid Lee1-1/+1
2026-07-23net: ipv6: fix dif and sdif mismatch in raw6_icmp_errorLi RongQing1-1/+1
2026-07-23tcp: challenge ACK for non-exact RST in SYN-RECEIVEDYuxiang Yang2-14/+54
2026-07-23mac802154: llsec: reject frames shorter than the authentication tagDoruk Tan Ozturk1-0/+5
2026-07-23raw: annotate lockless match fields in raw_v4_match()Runyu Xiao2-9/+18
2026-07-23net: qrtr: restrict socket creation to the initial network namespaceAldo Ariel Panzardo1-0/+8
2026-07-23ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookupEric Dumazet1-3/+15
2026-07-23mpls: Set rt->rt_nhn just before returning from mpls_nh_build_multi().Kuniyuki Iwashima1-3/+5
2026-07-23net: gre: fix lltx regression for GRE tunnels with SEQ/CSUMYun Zhou2-4/+4
2026-07-23tipc: clear sock->sk on the failed-insert path in tipc_sk_create()Daehyeon Ko1-0/+1
2026-07-23bpf: tcp: fix double sock release on batch reallocXiang Mei (Microsoft)1-1/+4
2026-07-23net/x25: fix use-after-free in x25_kill_by_neigh()David Lee1-2/+6
2026-07-23tipc: fix u16 MTU truncation in media and bearer MTU validationCen Zhang (Microsoft)1-1/+5
2026-07-23xfrm: Fix skb double-free in xfrm_dev_direct_output()Sanghyun Park1-3/+1
2026-07-23xfrm: avoid lock inversion in nat keepalive workZihan Xi1-9/+48
2026-07-22net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo1-5/+19
2026-07-22ila: reload IPv6 header after pskb_may_pull in checksum adjustMichael Bommarito1-0/+12
2026-07-22sctp: auth: verify auth requirement when auth_chunk is NULLQing Luo1-1/+1
2026-07-22netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()Pablo Neira Ayuso3-30/+47
2026-07-22netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()Xiang Mei2-2/+2
2026-07-22net: hsr: fix memory leak on slave unregistration by removing synced VLANsEric Dumazet1-0/+2
2026-07-22net: bridge: vlan: fix vlan range dumps starting with pvidNikolay Aleksandrov4-9/+13
2026-07-22Merge tag 'for-net-2026-07-21' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski3-6/+31
2026-07-22Merge tag 'wireless-2026-07-22' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski4-2/+12
2026-07-22seg6: add FIB table attribute for post-encap SID route lookupAndrea Mayer1-16/+116
2026-07-22wifi: cfg80211: reg: add a newline in DFS debug messageJiajia Liu1-1/+2
2026-07-22wifi: cfg80211: tests: check BSS lookup failure reasonsLouis Kotze1-0/+119
2026-07-22wifi: cfg80211: say why the auth/assoc BSS lookup failedLouis Kotze3-19/+54
2026-07-22wifi: mac80211: implement STA-mode peer probingPriyansha Tiwari2-61/+61
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni26-69/+85
2026-07-22udp: Set length in UDP header to 0 for big GSO packetsAlice Mikityanska2-2/+2
2026-07-22udp: Validate UDP length in udp_gro_receiveAlice Mikityanska1-5/+7
2026-07-22udp: Support gro_ipv4_max_size > 65536Alice Mikityanska4-7/+7
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska5-5/+5
2026-07-22net: Enable BIG TCP with partial GSOAlice Mikityanska1-5/+5
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska25-55/+69