summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Use helper function ip_is_fragment()Miaohe Lin2020-08-081-1/+1
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-8/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0515-525/+1831
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-035-146/+626
| |\
| | * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-1/+10
| | * bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev2020-07-312-0/+13
| | * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-252-13/+0
| | * bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+31
| | * bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-251-0/+43
| | * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-6/+163
| | * bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-251-74/+91
| | * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-252-73/+90
| | * bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-251-0/+206
| * | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-031-3/+5
| * | devlink: Add early_drop trapAmit Cohen2020-08-031-0/+1
| * | fib: Fix undef compile warningYueHaibing2020-08-031-1/+1
| * | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-031-2/+1
| * | net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin2020-08-031-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-6/+19
| |\ \
| * | | fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez2020-08-011-0/+6
| * | | rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-312-5/+133
| * | | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+1
| * | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-07-311-2/+1
| * | | fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez2020-07-291-13/+20
| * | | fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez2020-07-281-4/+14
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-3/+6
| |\ \
| * | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
| * | | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-14/+12
| * | | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-6/+9
| * | | net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-241-4/+3
| * | | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-242-5/+7
| * | | net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+17
| * | | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-231-5/+0
| * | | devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit2020-07-221-94/+70
| * | | net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig2020-07-221-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-222-42/+195
| |\ \ \
| | * | | bpf: Make btf_sock_ids globalYonghong Song2020-07-211-28/+2
| | * | | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-31/+18
| | * | | inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+3
| | * | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+180
| | * | | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+9
| * | | | devlink: Constify devlink instance pointerParav Pandit2020-07-211-1/+1
| * | | | devlink: Avoid duplicate check for reload enabled flagParav Pandit2020-07-211-1/+1
| * | | | devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit2020-07-211-1/+1
| * | | | net: Call into DSA netdevice_ops wrappersFlorian Fainelli2020-07-202-0/+10
| * | | | net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli2020-07-201-7/+17
| * | | | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-14/+0
| * | | | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-10/+0
| * | | | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-24/+6
| * | | | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-192-20/+33