summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* queue_api: define queue apiMina Almasry2024-05-052-0/+34
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-031-35/+4
* net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-031-1/+1
* ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0213-89/+172
|\
| * Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-023-0/+12
| |\
| | * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+9
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-262-0/+3
| | |\
| | | * bpf: verifier: prevent userspace memory accessPuranjay Mohan2024-04-261-0/+1
| | | * bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-081-0/+2
| * | | Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-011-2/+2
| |\ \ \
| | * | | regulator: change devm_regulator_get_enable_optional() stub to return OkMatti Vaittinen2024-04-241-1/+1
| | * | | regulator: change stubbed devm_regulator_get_enable to return OkMatti Vaittinen2024-04-231-1/+1
| * | | | Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-281-0/+11
| |\ \ \ \
| | * | | | cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-251-0/+11
| * | | | | profiling: Remove create_prof_cpu_mask().Tetsuo Handa2024-04-271-5/+0
| * | | | | Merge tag 'soc-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-262-9/+56
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'qcom-drivers-fixes-for-6.9' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann2024-04-262-9/+56
| | |\ \ \ \ \
| | | * | | | | firmware: qcom: uefisecapp: Fix memory related IO errors and crashesMaximilian Luz2024-04-092-9/+56
| * | | | | | | Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-263-65/+88
| |\ \ \ \ \ \ \
| | * | | | | | | mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)2024-04-242-37/+34
| | * | | | | | | mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)2024-04-242-5/+7
| | * | | | | | | mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macrosMatthew Wilcox (Oracle)2024-04-241-23/+47
| * | | | | | | | Merge tag 'drm-fixes-2024-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-04-261-5/+0
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/ls...Dave Airlie2024-04-261-5/+0
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Revert "drm/etnaviv: Expose a few more chipspecs to userspace"Christian Gmeiner2024-04-251-5/+0
| | | | |_|/ / / / | | | |/| | | | |
| * | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-04-251-3/+3
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | vDPA: code clean for vhost_vdpa uapiZhu Lingshan2024-04-221-3/+3
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | net: dsa: Remove adjust_link pathsFlorian Fainelli2024-05-011-7/+0
* | | | | | | | net: dsa: Remove fixed_link_update memberFlorian Fainelli2024-05-011-4/+0
* | | | | | | | net: Protect dev->name by seqlock.Kuniyuki Iwashima2024-05-011-0/+1
* | | | | | | | net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2024-04-302-3/+4
* | | | | | | | net: add <net/proto_memory.h>Eric Dumazet2024-04-302-78/+83
* | | | | | | | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-04-301-9/+1
* | | | | | | | net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-04-301-0/+1
* | | | | | | | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-302-2/+1
* | | | | | | | inet: introduce dst_rtable() helperEric Dumazet2024-04-303-11/+13
* | | | | | | | net: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)2024-04-301-2/+2
* | | | | | | | net/smc: add operations to merge sndbuf with peer DMBWen Gu2024-04-301-0/+3
* | | | | | | | net/smc: mark optional smcd_ops and check for support when calledWen Gu2024-04-301-6/+8
* | | | | | | | net/smc: decouple ism_client from SMC-D DMB registrationWen Gu2024-04-301-2/+2
* | | | | | | | netdev: add queue statsXuan Zhuo2024-04-302-0/+46
* | | | | | | | virtio_net: introduce device stats feature and structuresXuan Zhuo2024-04-301-0/+143
* | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-298-12/+137
|\ \ \ \ \ \ \ \
| * | | | | | | | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu2024-04-252-2/+4
| * | | | | | | | bpf: make common crypto API for TC/XDP programsVadim Fedorenko2024-04-242-0/+25
| * | | | | | | | bpf: update the comment for BTF_FIELDS_MAXHaiyue Wang2024-04-241-1/+1
| * | | | | | | | bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi2024-04-241-0/+1
| * | | | | | | | bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires2024-04-231-0/+1
| * | | | | | | | bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires2024-04-231-0/+2