summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-2/+2
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-2/+8
| |\ \ \ \
| | * | | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-2/+7
| | * | | | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+1
| * | | | | devlink: Fix use-after-free when destroying health reportersIdo Schimmel2020-07-131-4/+8
| * | | | | net: make symbol 'flush_works' staticWei Yongjun2020-07-131-1/+1
| * | | | | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-5/+7
| * | | | | net: core: kerneldoc fixesAndrew Lunn2020-07-131-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-117-38/+94
| |\ \ \ \ \
| * | | | | | devlink: Add devlink health port reporters APIVladyslav Tarasiuk2020-07-101-0/+50
| * | | | | | devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk2020-07-101-17/+77
| * | | | | | devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk2020-07-101-4/+14
| * | | | | | devlink: Rework devlink health reporter destructorVladyslav Tarasiuk2020-07-101-13/+24
| * | | | | | devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk2020-07-101-17/+28
| * | | | | | devlink: Move input checks from driver to devlinkDanielle Ratson2020-07-091-0/+20
| * | | | | | devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-091-0/+3
| * | | | | | devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson2020-07-091-0/+4
| * | | | | | devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-43/+11
| * | | | | | devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-091-3/+3
| * | | | | | devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-091-3/+3
| * | | | | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-0/+1
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-044-55/+292
| |\ \ \ \ \
| | * | | | | bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap2020-07-011-0/+4
| | * | | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+22
| | * | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+62
| | * | | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+82
| | * | | | | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-1/+35
| | * | | | | sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-9/+0
| | * | | | | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-222-0/+9
| | * | | | | bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov2020-06-221-41/+41
| | * | | | | bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau2020-06-181-4/+37
| | | |_|_|/ | | |/| | |
| * | | | | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2