summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* page_pool: update document about fragment APIYunsheng Lin2023-10-231-13/+80
* page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-231-0/+66
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-4/+2
* page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-231-13/+34
* Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-10-233-8/+37
|\
| * Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-1/+5
| * Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-231-23/+20
| * Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-232-1/+27
| * Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-231-0/+2
* | devlink: make devlink_flash_overwrite enum named oneJiri Pirko2023-10-231-1/+1
|/
* tcp: add TCPI_OPT_USEC_TSEric Dumazet2023-10-231-0/+1
* tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-233-4/+9
* tcp: introduce TCP_PAWS_WRAPEric Dumazet2023-10-231-2/+7
* tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2023-10-232-7/+16
* tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet2023-10-231-5/+4
* tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2023-10-231-6/+0
* tcp: rename tcp_skb_timestamp()Eric Dumazet2023-10-231-5/+9
* tcp: replace tcp_time_stamp_raw()Eric Dumazet2023-10-231-6/+19
* tcp: introduce tcp_clock_ms()Eric Dumazet2023-10-231-0/+5
* tcp: add tcp_time_stamp_ms() helperEric Dumazet2023-10-231-0/+5
* tcp: fix cookie_init_timestamp() overflowsEric Dumazet2023-10-231-1/+1
* ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-3/+4
* ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-1/+1
* ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-232-6/+7
* ethtool: untangle the linkmode and ethtool headersJakub Kicinski2023-10-202-35/+16
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-1/+2
* net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel2023-10-201-0/+4
* netlink: add variable-length / auto integersJakub Kicinski2023-10-202-2/+72
* devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel2023-10-201-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-1916-23/+60
|\
| * Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-196-12/+27
| |\
| | * neighbor: tracing: Move pin6 inside CONFIG_IPV6=y sectionGeert Uytterhoeven2023-10-181-2/+2
| | * Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-171-0/+1
| | |\
| | | * xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-0/+1
| | * | tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2023-10-171-0/+3
| | * | Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-10-161-1/+1
| | |\ \
| | | * | Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-131-1/+1
| | * | | net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validationWillem de Bruijn2023-10-151-3/+16
| | * | | tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni2023-10-131-6/+4
| * | | | Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-191-1/+1
| |\ \ \ \
| | * | | | audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-1/+1
| * | | | | Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-172-3/+1
| |\ \ \ \ \
| | * | | | | fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.hJorge Maidana2023-10-161-2/+0
| | * | | | | fbdev: mmp: Annotate struct mmp_path with __counted_byKees Cook2023-09-231-1/+1
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-10-161-0/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'kvmarm-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-10-151-0/+7
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Marc Zyngier2023-10-121-0/+7
| * | | | | | | | Merge tag 'char-misc-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-151-1/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia2023-10-051-1/+0
| * | | | | | | | | Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-151-0/+2
| |\ \ \ \ \ \ \ \ \