summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2-1/+18
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-1/+1
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song1-3/+3
2020-05-11bpf: Minor fixes to BPF helpers documentationQuentin Monnet1-50/+59
2020-05-10bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song1-1/+38
2020-05-10bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song1-0/+2
2020-05-10net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song1-0/+3
2020-05-10bpf: Add bpf_map iteratorYonghong Song1-0/+1
2020-05-10bpf: Implement common macros/helpers for target iteratorsYonghong Song1-0/+11
2020-05-10bpf: Create file bpf iteratorYonghong Song1-0/+2
2020-05-10bpf: Create anonymous bpf iteratorYonghong Song2-0/+7
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song3-0/+3
2020-05-10bpf: Allow loading of a bpf_iter programYonghong Song2-0/+4
2020-05-10bpf: Implement an interface to register bpf_iter targetsYonghong Song1-0/+15
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev2-4/+7
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev2-2/+6
2020-05-07Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2-1/+11
2020-05-04xsk: Remove unnecessary member in xdp_umemMagnus Karlsson1-1/+0
2020-05-04xsk: Change two variable names for increased clarityMagnus Karlsson1-2/+2
2020-05-04bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann1-4/+2
2020-05-03ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng1-1/+3
2020-05-03ptp: Add adjphase function to support phase offset control.Vincent Cheng1-1/+5
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller25-169/+226
2020-05-02net: schedule: add action gate offloadingPo Liu2-0/+109
2020-05-02net: qos: introduce a gate control flow actionPo Liu3-0/+95
2020-05-02net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-0/+1
2020-05-01bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev1-2/+12
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2-0/+12
2020-05-01net: phy: bcm54140: add second PHY IDMichael Walle1-1/+1
2020-05-01ptp_qoriq: output PPS signal on FIPER2 in defaultYangbo Lu1-1/+1
2020-05-01netlink: add infrastructure to expose policies to userspaceJohannes Berg3-0/+111
2020-05-01netlink: factor out policy range helpersJohannes Berg1-0/+5
2020-05-01netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-7/+8
2020-05-01netlink: allow NLA_MSECS to have range validationJohannes Berg1-2/+4
2020-05-01netlink: extend policy range validationJohannes Berg1-0/+45
2020-05-01netlink: remove type-unsafe validation_data pointerJohannes Berg1-28/+32
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet1-0/+1
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-0/+1
2020-04-30Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller8-134/+187
2020-04-30docs: networking: convert timestamping.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert netdev-features.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30inet_diag: add support for cgroup filterDmitry Yakunin1-0/+1
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin2-1/+6
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed8-134/+187
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-3/+13
2020-04-29bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko4-3/+41
2020-04-29bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko1-0/+2