summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-64/+108
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-12/+19
2023-10-05net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet1-0/+3
2023-10-05net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet1-2/+9
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-0/+1
2023-10-05net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang1-2/+3
2023-10-05tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-10-05Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-0/+1
2023-10-05page_pool: fix documentation typosRandy Dunlap1-3/+3
2023-10-04net: appletalk: remove cops supportGreg Kroah-Hartman1-1/+0
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+4
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-0/+1
2023-10-04net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-0/+1
2023-10-03overflow: add DEFINE_FLEX() for on-stack allocsPrzemek Kitszel3-15/+56
2023-10-03bpf: Remove xdp_do_flush_map().Sebastian Andrzej Siewior1-6/+0
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean1-0/+10
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean1-1/+2
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu1-0/+1
2023-10-02net: mana: Annotate struct hwc_dma_buf with __counted_byKees Cook1-1/+1
2023-10-02net: mana: Annotate struct mana_rxq with __counted_byKees Cook1-1/+1
2023-10-02ipv6: Annotate struct ip6_sf_socklist with __counted_byKees Cook1-1/+1
2023-10-02ipv4/igmp: Annotate struct ip_sf_socklist with __counted_byKees Cook1-1/+1
2023-10-02ipv4: Annotate struct fib_info with __counted_byKees Cook1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds4-4/+25
2023-10-01inet: implement lockless IP_TOSEric Dumazet2-4/+3
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-5/+8
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet1-0/+1
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-1/+1
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet1-0/+1
2023-10-01net_sched: constify qdisc_priv()Eric Dumazet1-4/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-0/+2
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet1-2/+2
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-7/+16
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-3/+5
2023-09-30maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett1-0/+2
2023-09-30maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-30mm: abstract moving to the next PFNMatthew Wilcox (Oracle)1-1/+9
2023-09-30Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-13/+11
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds3-5/+12