summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-163-74/+37
* openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-161-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-1511-46/+250
|\
| * af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-151-0/+2
| * af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+10
| * sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-18/+20
| * bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-151-1/+1
| * bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-151-0/+7
| * bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-151-1/+2
| * bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-151-0/+5
| * bpf: Teach stack depth check about async callbacks.Alexei Starovoitov2021-07-151-0/+1
| * bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2021-07-151-1/+8
| * bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov2021-07-151-1/+8
| * bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-152-11/+34
| * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-152-0/+76
| * bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-141-1/+1
| * bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-1/+0
| * bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-072-9/+10
| * bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi2021-07-072-0/+59
| * net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-0/+2
| * bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-071-3/+0
| * bpf: Add function for XDP meta data length checkZvi Effron2021-07-071-0/+5
* | bus: mhi: pci-generic: configurable network interface MRURichard Laing2021-07-151-0/+2
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-1420-223/+105
|\ \
| * | net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn2021-07-111-5/+1
| * | mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-091-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-091-0/+1
| |\ \
| | * | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+1
| | |/
| * | net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-091-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-074-4/+4
| |\ \
| | * | netfilter: uapi: refer to nfnetlink_conntrack.h, not nf_conntrack_netlink.hDuncan Roe2021-07-072-3/+3
| | * | netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah2021-07-061-0/+1
| | * | netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin2021-07-021-1/+0
| * | | bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-061-1/+8
| * | | net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2021-07-051-0/+1
| * | | net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2021-07-051-0/+1
| * | | net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-021-1/+1
| |/ /
| * | tcp: consistently disable header prediction for mptcpPaolo Abeni2021-07-011-0/+4
| * | net: remove the caif_hsi driverChristoph Hellwig2021-07-011-200/+0
| * | net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-012-4/+21
| * | ptp: add kernel API ptp_convert_timestamp()Yangbo Lu2021-07-011-0/+13
| * | ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-012-0/+25
| * | ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu2021-07-011-0/+14
| * | ptp: add ptp virtual clock driver frameworkYangbo Lu2021-07-011-1/+3
| * | sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-3/+1
| * | net: annotate data race around sk_ll_usecEric Dumazet2021-07-011-1/+1
| |/
* | fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-0/+2
* | mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-122-5/+1
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-2/+4
|\ \
| * | kconfig.h: explain IS_MODULE(), IS_ENABLED()Bjorn Helgaas2021-06-051-2/+4