summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-26netmem: remove the pp fields from net_iovByungchul Park1-37/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-14/+31
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-8/+26
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman2-2/+14
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-37/+0
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-0/+2
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov1-6/+18
2026-02-25ipvs: use single svc tableJulian Anastasov1-6/+2
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu1-0/+13
2026-02-24bonding: Optimise is_netpoll_tx_blocked().Kuniyuki Iwashima1-5/+5
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet1-1/+3
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-5/+1
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-1/+2
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet1-1/+9
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-2/+0
2026-02-24net: __lock_sock() can be staticEric Dumazet1-1/+0
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-3/+5
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-3/+3
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-0/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-6/+6
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet2-2/+6
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-7/+18
2026-02-18inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet1-2/+7
2026-02-18Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2026-02-17ipv6: addrconf: reduce default temp_valid_lft to 2 daysFernando Fernandez Mancera1-1/+2
2026-02-17ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet1-4/+7
2026-02-13ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux1-0/+2
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+44
2026-02-11net: dsa: add tag format for MxL862xx switchesDaniel Golle1-0/+2
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet1-1/+3
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-0/+5
2026-02-10xfrm: reduce struct sec_path sizePaolo Abeni1-5/+5
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean2-22/+18
2026-02-06net/ipv6: Remove HBH helpersAlice Mikityanska1-77/+0
2026-02-06net/ipv6: Introduce payload_len helpersAlice Mikityanska2-4/+2
2026-02-06tcp: inline tcp_filter()Eric Dumazet1-1/+7
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan1-0/+1
2026-02-06netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso1-0/+4
2026-02-06netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-0/+1
2026-02-05net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueueDavide Caratti1-0/+24
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet1-8/+1
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet1-2/+0
2026-02-05flow_offload: add const qualifiers to function argumentsDavid Yang1-2/+2
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp1-0/+28
2026-02-04net/iucv: clean up iucv kernel-doc warningsRandy Dunlap1-204/+3
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet1-1/+9
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-5/+120