summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-255-22/+40
|\ \ \ \ | | |/ / | |/| |
| * | | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
| | |/ | |/|
| * | net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
| * | net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-6/+10
| * | flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-21/+1
| * | flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+21