summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo
2021-12-18bpf: Introduce composable reg, ret and arg types.Hao Luo
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee
2021-12-16bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski
2021-12-16add includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-11bpf: Add bpf_strncmp helperHou Tao
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)
2021-12-09net: phylink: add legacy_pre_march2020 indicatorRussell King (Oracle)
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov
2021-12-08Merge tag 'linux-can-next-for-5.17-20211208' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol
2021-12-07net: phy: Remove unnecessary indentation in the comments of phy_deviceYanteng Si
2021-12-07Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet
2021-12-07vlan: add net device refcount trackerEric Dumazet
2021-12-07net: eql: add net device refcount trackerEric Dumazet
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov
2021-12-06net: fix recent csum changesEric Dumazet
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet
2021-12-06ipv4: add net device refcount tracker to struct in_deviceEric Dumazet
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao