summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2022-04-201-1/+1
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-201-2/+2
* bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-191-108/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-091-2/+2
|\
| * bpf: Correct the comment for BTF kind bitfieldHaiyue Wang2022-04-041-2/+2
* | net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+12
* | net/sched: act_gact: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+15
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-082-3/+6
* | tls: rx: use a define for tag lengthJakub Kicinski2022-04-081-0/+1
* | tls: rx: don't store the decryption status in socket contextJakub Kicinski2022-04-082-1/+1
* | tls: rx: don't store the record type in socket contextJakub Kicinski2022-04-082-7/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-084-9/+4
|\ \
| * \ Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-082-3/+3
| |\ \
| | * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-071-1/+3
| | |\ \
| | | * | bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXTMartin KaFai Lau2022-03-311-1/+3
| | * | | mctp: Use output netdev to allocate skb headroomMatt Johnston2022-04-011-2/+0
| | | |/ | | |/|
| * | | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-071-0/+1
| |\ \ \
| | * | | Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceMichael Kelley2022-03-291-0/+1
| * | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-04-051-6/+0
| |\ \ \ \
| | * | | | Revert "virtio_config: introduce a new .enable_cbs method"Michael S. Tsirkin2022-03-301-6/+0
* | | | | | tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-082-9/+48
* | | | | | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-082-0/+7
* | | | | | net: extract a few internals from netdevice.hJakub Kicinski2022-04-081-70/+2
* | | | | | ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-04-071-0/+8
* | | | | | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-062-5/+16
* | | | | | net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau2022-04-061-0/+7
* | | | | | net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)Felix Fietkau2022-04-061-0/+131
* | | | | | net, uapi: remove inclusion of arpa/inet.hNick Desaulniers2022-04-061-16/+12
* | | | | | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* | | | | | net: ensure net_todo_list is processed quicklyJohannes Berg2022-04-051-1/+2
|/ / / / /
* | | | | Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-0311-68/+29
|\ \ \ \ \
| * | | | | tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-021-0/+0
| * | | | | ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-021-1/+15
| * | | | | tracing/user_events: Remove eBPF interfacesBeau Belgrave2022-04-021-53/+0
| * | | | | tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)2022-04-029-14/+14
* | | | | | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-031-3/+0
|\ \ \ \ \ \
| * | | | | | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-3/+0
* | | | | | | Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-04-032-131/+1
|\ \ \ \ \ \ \
| * | | | | | | PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-03-302-131/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-022-23/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-022-10/+5
| * | | | | | | | KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-022-10/+16
| * | | | | | | | KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-7/+31
* | | | | | | | | tracing: mark user_events as BROKENSteven Rostedt (Google)2022-04-021-0/+0
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-021-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | seq_file: fix NULL pointer arithmetic warningMaĆ­ra Canal2022-02-011-0/+1
* | | | | | | | | | Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-022-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | loop: fix ioctl calls using compat_loop_infoCarlos Llamas2022-03-301-2/+2
| * | | | | | | | | | nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-291-0/+1
* | | | | | | | | | | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-022-2/+5
|\ \ \ \ \ \ \ \ \ \ \