summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-106-37/+93
| |\ \
| | * | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-1/+1
| | * | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-3/+7
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-303-33/+75
| | |\ \
| | | * | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-5/+45
| | | * | bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| | | * | bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-9/+10
| | | * | flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-11/+2
| | | * | bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-06-281-1/+9
| | | * | bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-06-281-7/+6
| | * | | net: explain the lockdep annotations for dev_uc_unsync()Cong Wang2020-06-281-0/+10
| * | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-1/+1
* | | | | 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