summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
9 daysMerge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds
9 daysMerge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
10 daysMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
10 daysdrivers: net: 8390: wd80x3: Remove this driverAndrew Lunn
10 daysdrivers: net: 8390: ultra: Remove this driverAndrew Lunn
10 daysdrivers: net: smsc: smc9194: Remove this driverAndrew Lunn
10 daysdrivers: net: amd: lance: Remove this driverAndrew Lunn
10 daysdrivers: net: 3com: 3c515: Remove this driverAndrew Lunn
10 daysnet: remove unused ATM protocols and legacy ATM device driversJakub Kicinski
10 daysnet: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski
10 dayscaif: remove CAIF NETWORK LAYERJakub Kicinski
10 daysnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
13 daysnet: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
2026-04-169p: document missing enum values in kernel-doc commentsKit Dallege
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-13Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-13Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-12net_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera
2026-04-12netlink: add a nla_nest_end_safe() helperHangbin Liu
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato
2026-04-12Merge tag 'nf-next-26-04-10' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-09RDMA/mana_ib: Support memory windowsKonstantin Taranov
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-08devlink: Add port-level resource registration infrastructureOr Har-Toov
2026-04-08devlink: Refactor resource functions to be genericOr Har-Toov
2026-04-08net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOGEric Dumazet